User: Kmitska

  • Public profile

User profile: Kmitska

User info
User name:Kmitska
History
Joined:
Number of posts:22
Latest posts:

print + if number is positive
Well... you might do it with if else: [code]if ( a >= 0 ) { cout << "+" << a << endl; }else { cout ...

MySQL-Connctor linking question
Well.. I found an other solution. I just added these shared objects to my project folder and it work...

MySQL-Connctor linking question
Another question which is probably my error: Where to add shared object files? (IDE: Code::Blocks)

MySQL-Connctor linking question
Well, I work with Code::Blocks so i dont type any commands...

MySQL-Connctor linking question
Hello guys, I've added all 3 shared object files to my linker and also the static libary. But no...

This user does not accept Private Messages