User: hungduongn

  • Public profile

User profile: hungduongn

User info
User name:hungduongn
History
Joined:
Number of posts:13
Latest posts:

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 terminal
Thanks so much. It works

How to make program run by command on terminal
thanks, but I dont' wat to use [code]./[/code] how can I do it

This user does not accept Private Messages