Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

bluehai

@bluehai
About
Posts
13
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Speech to text (Speech recognition) documentation
    B bluehai

    I'd like to have Speech to text (Speech Recognition) documentation. Thank you so much:)

    C#

  • DataTable's question in class ?
    B bluehai

    Please tell me why I received errors when doing this: class MyClass : DataTable { public MyClass():base() { DataTable dt = new DataTable(); this = dt;// errors occur here, what can I do to let dt to "this" } } Thank you for your help.

    .NET (Core and Framework) question help

  • XML Programming on Pocket PC
    B bluehai

    Please tell me ways to program application on Pocket PC by .NET Compact Framework, I can navigate XML Data by clicking buttons First, Previous, Next, Last to view XML record. Thanks for your help:)

    XML / XSL csharp xml help

  • To designing windows form
    B bluehai

    You could tell me ways to change default windows form to image form like nero software - a software to burn disc Thanks a lot:)

    Visual Basic

  • To designing windows form
    B bluehai

    Please give me tutorials or books's title to learn designing windows form like nero software or other softwares... that have nice screen forms. Thanks a lot :)

    Visual Basic

  • Programming windows form in .NET
    B bluehai

    Could you give me the best books in that ? Thank you very much :)

    C# csharp

  • Programming windows form in .NET
    B bluehai

    Could you give me title some books to design form like the image at the frontpage of www.windowsforms.net Thanks a lot:)

    C# csharp

  • Programming windows form in .NET
    B bluehai

    Please tell me some websites for programming windows form in .NET Thanks to kind people.

    C# csharp

  • Synchronization Objects
    B bluehai

    May I use Synchronization Objects like CSemaphore for synchronization function not to be threads ? Thanks in advance:)

    C / C++ / MFC question

  • Rich edit control problem
    B bluehai

    I add a rich edit control from controls tool box, when I run my project, it appear a message box "Failed to create empty document" What is this error ? Could you give me an example how to create a rich edit control ? Thank you.

    C / C++ / MFC help tutorial question

  • CFormView
    B bluehai

    Hello ! I had a project with CMyFormView. I added new form named CDocExample with base class CFormView, how can i switch to CMyFormView to CDocExample ? Please help me. Thanks.

    C / C++ / MFC question help

  • Please help me CPP
    B bluehai

    Hello, Thanks for your response. I have updated my code and they run well. I will ask you when i have new errors. I don't have any exception currently. Special thanks to you. Best regards, Hai

    C / C++ / MFC help question c++ data-structures

  • Please help me CPP
    B bluehai

    Hello ! I have created some classes for Huffman Tree but when I call CreateNode function it appears an error about CharArray string. What is this error ? Who can help me about this problem ? Thank you. class Node { friend class HuffmanTree; private: char *CharArray; unsigned long Frequency; Node *pLeft; Node *pRight; …. } class HuffmanTree { private: Node *pRoot; public: HuffmanTree(); ~HuffmanTree(); Node *CreateNode(char *CharArray, unsigned long Frequency); …. } Node *HuffmanTree::CreateNode(char *CharArray, unsigned long Frequency) { Node *NewNode = new Node(CharArray, Frequency); NewNode->pLeft = NULL; NewNode->pRight = NULL; return NewNode; } Node::Node(char *CharArray, unsigned long Frequency) { int CharArrayLen = strlen(CharArray)+1; this->CharArray = NULL; // delete this->CharArray; this->CharArray = new char(sizeof(char)*CharArrayLen); strcpy(this->CharArray,CharArray); this->Frequency = Frequency; pLeft = NULL; pRight = NULL; } :)

    C / C++ / MFC help question c++ data-structures
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups