by Kangus
I am having trouble
|
|
[1 reply] : replace int fclose(fp) with just fclose(fp) (by closed account Dy7SLyTq)
|
by RBX129K
Is there any function that's similar to..
|
|
[no replies]
|
by sieg
How to make a program that presses a key after a certain amount of time?
|
|
[5 replies] Last: mmmhhhhhmmm. its in cstdlib. and it works on linux to (by closed account Dy7SLyTq)
|
by memee
Help me please
|
|
[2 replies] Last: PLease choose your title wisely. It has to be significant. And post in... (by ARMinius)
|
by ARMinius
String output without linebreak
|
|
[2 replies] Last: great! Works as it shall. Thank you very much ! Lukas (by ARMinius)
|
by kajgies
C++ getting private var from other class (GLfloat).
|
|
[1 reply] : I already fixed it myself. I made the variables public and accessed th... (by kajgies)
|
by mrpeed
Will this succeed in forking 10 times?
|
|
[10 replies] Last: So I could say if(pid == 0) break? (by mrpeed)
|
by detroit
MFC Question/Stuck
|
|
[2 replies] Last: No, my goal is to keep the Find Dialog open when we click find next bu... (by detroit)
|
by ARMinius
Too many and defective bytes after en-/decryption
|
|
[4 replies] Last: aaaaaah, tyvm :) it worked perfectly (i tried the 1st) Thank you v... (by ARMinius)
|
by Blesswind
Help. If func with char.
|
|
[2 replies] Last: I suspect that idnum is declared as a string hence the errors. I advi... (by ajh32)
|
by joemolot
Why is this sloppy code?
|
|
[3 replies] Last: Yes, but there are a lot of other things that also matters like the CP... (by Peter87)
|
by rwkwilliams
Tutorial Books- which one, and the best way forward?
|
|
[4 replies] Last: well Right now i am reading a book in pdf called C++ a beguinner's gui... (by roxmate)
|
by roxmate
what is the best way to prompt the user again after some conditions have met
|
|
[5 replies] Last: oh... well i thought that might have been a good idea, yeh but i see t... (by roxmate)
|
by ARMinius
Space causes problems in a string! Why?
|
|
[4 replies] Last: kk, tyvm :) (by ARMinius)
|
How to write this code? |
|
[5 replies] Last: You don't need to use arrays for this problem. You can perform the req... (by closed account D80DSL3A)
|
by Fatkidinside
Help with Constructors
|
|
[2 replies] Last: - What exactly do you expect us to do about your Professor not liking ... (by thejman250)
|
by qwepoi123
Global arrays.
|
|
[3 replies] Last: - I suggest you simply define the arrays in main, and pass them as arg... (by thejman250)
|
by Blesswind
Help in repeating.
|
|
[5 replies] Last: - Try this: double b; do { cout<<"enter a number from 1-5"<<endl... (by thejman250)
|
by Blesswind
Help about this.
|
|
[2 replies] Last: Where is it? (by Blesswind)
|
by high
Enter by keyboard instead of command line arguments?
|
|
[4 replies] Last: How I can exchange argc == 3 and argc == 2 to enter file name ? i ... (by high)
|