by Swizzler
How to debug error in gobbledook
|
|
[1 reply] : when I read the title I thought it was an IDE, haha. I've gotten thos... (by Zephilinox)
|
by crf1722
Preprocessor File?
|
|
[4 replies] Last: I am not very learnt as it comes to programming, but I am getting a st... (by ruyh)
|
by AlitCandle
A function that takes information from the user without them pressing enter
|
|
[3 replies] Last: no problem, what were you hoping to do with it anyway? (by Zephilinox)
|
Passing single dimensional arrays via functions |
|
[6 replies] Last: no problem, good luck (by Zephilinox)
|
Exercises I don't get it! |
|
[11 replies] Last: amd pays "time-and-a half" for all hours worked in excess of 40 hours... (by Zephilinox)
|
by Owain
String comparison
|
|
[3 replies] Last: ^^ no problem, glad I could help, it still isn't perfect because Helo ... (by Zephilinox)
|
by BroncoAG
For loop help
|
|
[9 replies] Last: Thanks for the quick response. The last thing that I need is to get th... (by BroncoAG)
|
by ECSTASY
another stupid question :S
|
|
[8 replies] Last: Yeah, your two main choices are Visual C++ (blurgh) or Code::Blocks (a... (by Zephilinox)
|
by ECSTASY
creating a simple program for class
|
|
[8 replies] Last: from the code I think he is in Turbo c++(old compiler).Thats why he us... (by Akshit)
|
by manasi0506
Graph plotting
|
|
[1 reply] : Its possible, but I would assume it would require some GUI programming... (by closed account 4izT0pDG)
|
C++ if bug? |
|
[1 reply] : if (quest1 == 1); remove the semicolon. same for the others Learn ... (by TheIdeasMan)
|
by rozellereyes
LOOP Help!
|
|
[1 reply] : please give us an example of output that you expect. (by gelatine)
|
by ldavis30
storing user input into array
|
|
[3 replies] Last: A sample of what you want to do would be something like: char ssid ; ... (by Volatile Pulse)
|
by grey235
dev-c++ console
|
|
[1 reply] : Why do so many people use dev-c++? But that's not relevant (not to you... (by Volatile Pulse)
|
by campelino
[easy] problem, while-loop
|
|
[4 replies] Last: char yn = 'y'; do { cout << "looped message" << endl; cin >> yn; }... (by chipp)
|
What does inputfile.str() mean? |
|
[1 reply] : c_str() converts a string to a const char *. The reason it does this ... (by Hippogriff)
|
by ozza
[CHALLENGE] Hack this program (1,2)
|
|
[24 replies] Last: Lynx, if it encrypts it a different way every time then how do you dec... (by ozza)
|
Program Error and I am unable to identify where? |
|
[2 replies] Last: Thank you very much for your help (by closed account Sh59216C)
|
by BvsK
OOPs. Idk where to put my fstream and make it into an array
|
|
[3 replies] Last: Ok, you have to be careful comparing floats, they don't store data exa... (by TheIdeasMan)
|
by vu2aeo
Array with variable size
|
|
[6 replies] Last: I think I found the reason. According to http://gcc.gnu.org/onlinedocs... (by vu2aeo)
|