by honey24
nested loop
|
|
[10 replies] Last: When i posted the code i was looking for critique and suggestions from... (by Crutoy)
|
by honey24
ans???
|
|
[9 replies] Last: Exactly my point. He should learn why that code works, and of course w... (by rocketboy9000)
|
void *array |
|
[13 replies] Last: Cast it to a char* inside the function, not before calling the functio... (by Moschops)
|
by honey24
ans????
|
|
[14 replies] Last: thnx!!!! (by honey24)
|
by Abelville
Incorrect output High and low scores
|
|
[5 replies] Last: I dont know how? (by Abelville)
|
by Squipix
Validation Program problem!
|
|
[4 replies] Last: By the way, I'm using Visual C++ 2010 Express. (by Squipix)
|
by adrianooo231
expected Unqualified-Id before switch
|
|
[4 replies] Last: Thanks it helped (by adrianooo231)
|
pointer to function |
|
[5 replies] Last: sorry I meant IsOdd (by quirkyusername)
|
by Jarhammy
I cant seem to finish this assignment
|
|
[5 replies] Last: Ok, I tried a few different things and i'm returning different errors ... (by Jarhammy)
|
variable file name for fstream |
|
[2 replies] Last: Oh yeah I fogot about that (by shadowvillian)
|
by adrianooo231
error: 'end1' was not declared in this scope
|
|
[1 reply] : you wrote end1 (one) instead of endl (line) ;) (by coder777)
|
by honey24
answer plz??
|
|
[3 replies] Last: #include <Windows.h> #define ErrorMessageBox(a,b) MessageBox(a,b,"Er... (by some random dude)
|
by minix
C,C++ Interview Questions
|
|
[no replies]
|
by personak
Converting strings to integers
|
|
[4 replies] Last: As I said it's in the cstdlib header. you'll include cstdlib. (by Seraphimsan)
|
by jonjonh
First time programming, and I would like some feedback.
|
|
[8 replies] Last: C functions take a number of arguments, and produce a result. In the c... (by rocketboy9000)
|
by cppnb
delete input from user
|
|
[no replies]
|
by a40
Difficulty with Building a Triangle in C++ (First "Real" Program)
|
|
[1 reply] : bump (by a40)
|
by Celebrinbor1
calculate a number to a very long decimal
|
|
[1 reply] : Not natively, I don't think any digital computer can. BUT all hope is ... (by Seraphimsan)
|
by kultrva
Initializing a data member within the class definition
|
|
[4 replies] Last: By the sounds of it, you're going to have to initialize the array in t... (by closed account zb0S216C)
|
by kultrva
Trouble returning a string
|
|
[4 replies] Last: Your algorithm is wrong. To implement the classic Caesar cipher on th... (by rocketboy9000)
|