by Gio
Allegro Library Installation
|
|
[7 replies] Last: You're gonna need about 3 cups of coffee or maybe coke or something el... (by blackcoder41)
|
by lucas0384
Cannot output the text file and print the student result
|
|
[5 replies] Last: Actually, we never give full solutions around here. What the heck a... (by Albatross)
|
by wasing
Login Program
|
|
[8 replies] Last: Ok, look, when you want to assign a value to a variable you must use t... (by m4ster r0shi)
|
by DoomCarnage
I thought Inheritance does not inherit Constructor!?
|
|
[5 replies] Last: O okay ty (by DoomCarnage)
|
Conversion Master 3000x |
|
[5 replies] Last: You might want to take a second look at the output of 5/9 and 5/9.0... (by moorecm)
|
by Callum5042
Me vs Computer
|
|
[17 replies] Last: Okay, now I'm done thank you. (by Callum5042)
|
by whitesnow
If I input first name-last name how can I make the output last name-first name?
|
|
[4 replies] Last: This type of logic can work. #include <iostream> #include<ccty... (by rajroshi)
|
by leeorangelo
having trouble with the output of my function
|
|
[1 reply] : You're missing a newline in this line: cout << "CRacK Rock = " << sto... (by Albatross)
|
by econ330
undeclared identifier
|
|
[8 replies] Last: Hey guys thanks for your help, i finally got it to compile. (by econ330)
|
by tehjoe
crashing out?
|
|
[3 replies] Last: It uses c-string instead of std::string. (by blackcoder41)
|
by leeorangelo
Having trouble multiplying two variables
|
|
[3 replies] Last: Reinstall XCode. Your copy of GCC 4.2.1 is insane if that is really th... (by Albatross)
|
by Nofear001
error C2065: '' : undeclared identifier
|
|
[11 replies] Last: Use inclusion guards. #ifndef YOUR_HEADER_HERE_H #define YOUR_HEA... (by helios)
|
by whitesnow
How would I change certain letters in a string to uppercase?
|
|
[4 replies] Last: An STL algorithm way: #include <algorithm> #include <cctype> #... (by Duthomhas)
|
by nammae
What is the different between string and char* in C++ (1,2)
|
|
[25 replies] Last: +1 helios & Disch - Disch's examples clarified this. Thanks - not sure... (by closed account Lv0f92yv)
|
by clover leaf
console text-editor
|
|
[16 replies] Last: [quote=clover leaf]Guys keep it simple I'm only a beginner. What we sh... (by Duthomhas)
|
by iAmSparta
Stuck on this, see if you can see the problem
|
|
[3 replies] Last: I know this is already solved, I just wanted to chime in with a style ... (by Disch)
|
by JoeyS
Use of string arrays in functions?
|
|
[1 reply] : One way to do it is this: #include <iostream> using namespace std... (by m4ster r0shi)
|
by squirtman59
Wierd Array Behavior
|
|
[2 replies] Last: Thank you helios. I figured it was something along those lines but i w... (by squirtman59)
|
by Leydin
"chaffArray[1] = new (buffer + 50) chaff;" What exactly is this doing?
|
|
[3 replies] Last: Well if you read the comments above the code you see that the exercise... (by Leydin)
|
by wtf
Would somebody please tell me how to use the codeblocks debugger
|
|
[4 replies] Last: Well I've watched some videos on youtube, done exactly what they've to... (by wtf)
|