by clampzy
Turbo c help!
|
|
[5 replies] Last: already solved =) I used else if statement. No need switch =) (by clampzy)
|
by KBC
If else control structure
|
|
[2 replies] Last: This comes directly from http://cplusplus.com/doc/tutorial/control/ : ... (by Stewbond)
|
by gian20
Need Help w/ VC6 Code
|
|
[2 replies] Last: i dont know what youre talking about? yes, i am using MS VC6 Standard ... (by gian20)
|
by Barkin
YYYYMMDD format MM / DD / YYYY
|
|
[6 replies] Last: Lots and lots are wrong with your code. long int longdate = 2012030... (by codingshark)
|
by won212
NEED HELP IN PIG LATIN!
|
|
[2 replies] Last: So in line 13 should print word not piglatin? printf("Pig Latin: %s\... (by vin)
|
by hwuy
Milk shape reader
|
|
[4 replies] Last: ok but how do you select the line. like if i wanted line 4 how would ... (by vin)
|
by shywolf91
Portable code:blocks?
|
|
[no replies]
|
by shywolf91
Need help fixing Game Of Life Problem
|
|
[8 replies] Last: Thanks. (by shywolf91)
|
by Algar32
Loop Problems
|
|
[3 replies] Last: Thanks so much. I forgot about that and now it is working. (by Algar32)
|
by skwh
Error: expression must be a modifiable lvalue
|
|
[2 replies] Last: Thanks. I'm used to Java and JavaScript, where there is no difference... (by skwh)
|
by michelangelo
constructor problems
|
|
[1 reply] : I'm not sure what your question is exactley but why not create an arra... (by Stewbond)
|
"Voting machine" in C++ using Geany [Linux] |
|
[6 replies] Last: I'll study for loops more and modify the code. Thanks a lot! (by Rodrigo Sieja)
|
by olychichi
can anyone explain this simple code to me
|
|
[2 replies] Last: the constructors (CDummy () { n++; }) increment the static variable i... (by AARGH)
|
by kelbirk
Encountering a linker error with my constructor.
|
|
[9 replies] Last: Thanks, LB, you've been most helpful. (by kelbirk)
|
by yhangel
goto or function
|
|
[2 replies] Last: Using functions and loops correctly will give your program a real stru... (by Stewbond)
|
by westbrook
Byte Limit Problem
|
|
[4 replies] Last: Ok, I'll get codeblocks and unduplicate my code. And my compiler is bl... (by westbrook)
|
by Kuzco
Address-of operator on method
|
|
[1 reply] : > Hiding data is a good thing, right? Not necessarily. If it hides im... (by JLBorges)
|
by galiwocky
Efficient way to input a line of float values
|
|
[1 reply] : use getline() and stringstream. Example: #include <iostream> #includ... (by Null)
|
by dolphin spa
Operator Overloading : Return by Reference
|
|
[5 replies] Last: In the example you've shown, the main difference is simply that you ge... (by Bench82)
|
by atjm88
Call Function
|
|
[4 replies] Last: Thanks Stewbond...the program works fine...but a question here...what'... (by atjm88)
|