User profile: nedo

User info
User name:nedo
History
Joined:
Number of posts:31
Latest posts:

Downloading and Setting Up A C++ Compiler in NetBeans
msys is an emulation of a linux cmd. I think you should be able to do some settings in the netbeans ...

linking error, undefined symbol
if you have only the h and c files, then you need to include those h and c files to your projects. Y...

Ternary Operators
that is an short hand if else statement For exemple: [code] if(a == 0) { a++; } else { ...

Some techniques to learn C/C++
I think that he best way is to try and fallow some tutorials from the web/youtube, after you get a b...

struct in class not working properly
Is matchRight a member of the class csField? Same with pushWord. From your definition it's apears th...

This user does not accept Private Messages

User: nedo

  • Public profile