by akilguo
Can I use ifstream and istream both?
|
|
[8 replies] Last: @Mohamed Fouad If you are going to use an fstream you have to previou... (by dangrr888)
|
by time to c
something about system fucntion
|
|
[5 replies] Last: Here I go again with can't. You can't. system() spawns the shell, wh... (by kbw)
|
by fanrongqi
the using of scanf
|
|
[8 replies] Last: The reason is that it is countermanded by the standard, but anyway, yo... (by Duthomhas)
|
by tagir
code only
|
|
[1 reply] : I doubt anyone on here will be happy just giving you the answer. Consi... (by anonymous23323124)
|
by Nisheeth
Countdown Timer (1,2)
|
|
[20 replies] Last: First, what does using std::cout; and all mean? It basically means t... (by closed account zb0S216C)
|
by tagir
acode
|
|
[1 reply] : another one. Edit: I suggest you post whatever code you have written ... (by writetonsharma)
|
Sorting a linked list |
|
[2 replies] Last: It would be easy if you make it recursive. Keep calling the function ... (by writetonsharma)
|
by Sabre
Object oriented programming (I think?) - Can this be tidied up?
|
|
[2 replies] Last: I have not looked deeply inside the code but here are some suggestion... (by writetonsharma)
|
by Fatal1ty89
Urgent Help for homework - sum and difference Urgent Help for homework - sum and difference
|
|
[10 replies] Last: im out of time now, i have to pass that exam (by Fatal1ty89)
|
by Asperadus
struct array
|
|
[2 replies] Last: Thx sorry i`ve simplified the code and accidentally made a mistake. Th... (by Asperadus)
|
by IvanLi
how can i use strtod to check number
|
|
[1 reply] : strtod will not throw anything. I suppose you'll have to do it manuall... (by hamsterman)
|
by jls36
Console timer
|
|
[1 reply] : ctime should be what you want http://cplusplus.com/reference/clibrary/... (by anonymous23323124)
|
by GRex2595
Speed up loops
|
|
[7 replies] Last: The variables are actually characters in my passwords. I chose them s... (by GRex2595)
|
by greenace92
Attempting to change data in a file
|
|
[10 replies] Last: Oh yes! Sweet Success Thank you sir I have it writing to a file Ca... (by greenace92)
|
Cin >> a >> '/' >> b; |
|
[6 replies] Last: You can use your C method in C++ Just add "#include<cstio.h>" (I thin... (by NoteToSelf)
|
by thiagofmam
I need create my float. How?
|
|
[4 replies] Last: Yes, is this! I saw that in C++ have type fixed in GCC. I'll study mor... (by thiagofmam)
|
by csmiss
Hashing function
|
|
[9 replies] Last: In this case, though, I'm betting it's just a simple case of csmiss ... (by Moschops)
|
by piper355
Use variable between classes
|
|
[5 replies] Last: @piper355 When I try this it just gives me a bunch of errors in class... (by dangrr888)
|
by RobertsR
Beyond my grasp !
|
|
[3 replies] Last: No problem. These are the types of problems that are hard to track ... (by Mathhead200)
|
by norgent
[Linker error] undefined reference to `camera'
|
|
[3 replies] Last: np - as I have mentioned before, C++ shadowing is evil (by kfmfe04)
|