split c++ string You should use strtok() [code] #include <iostream> #include <string> #include <string.h> using nam...
keypress / if (char c == 'd')Variable c is declared in if statement, which in turn is in while loop. Therefore variable c is dead...
Compiling .h with .cpp on linux?I recommend you to use makefile. Create a file named "Makefile" and put the following in it: CC = g...
How to make program run by command on terminalThanks so much. It works
How to make program run by command on terminalthanks, but I dont' wat to use [code]./[/code] how can I do it
This user does not accept Private Messages