print + if number is positiveWell... you might do it with if else: [code]if ( a >= 0 ) { cout << "+" << a << endl; }else { cout ...
MySQL-Connctor linking questionWell.. I found an other solution. I just added these shared objects to my project folder and it work...
MySQL-Connctor linking questionAnother question which is probably my error: Where to add shared object files? (IDE: Code::Blocks)
MySQL-Connctor linking questionWell, I work with Code::Blocks so i dont type any commands...
MySQL-Connctor linking questionHello 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