by kada17
Having trouble with looping over two const char*
|
|
[13 replies] Last: Those are just examples that you can then apply. Show us your main fun... (by Ganado)
|
by sambix
My program isn't opening my file?
|
|
[2 replies] Last: For this to work, the file "data.txt" has to be in the working directo... (by Repeater)
|
by adam2016
Polymorphism
|
|
[3 replies] Last: thanks guys that makes a lot of sense now :) (by adam2016)
|
by RegalCppNewb
Duration Calculator
|
|
[9 replies] Last: Hello RegalCppNewb, In keeping more with your code here is another wa... (by Handy Andy)
|
by ZekDe
Common variables
|
|
[2 replies] Last: It’s hard to give a complete answer with so little information. You ... (by Enoizat)
|
by niksacokica
Buttons
|
|
[6 replies] Last: Unfortunately i don't have the money to buy the books but i will take ... (by niksacokica)
|
by cle
homework
|
|
[1 reply] : What actually is your problem ? To see how the print_all function work... (by Thomas1965)
|
by JustAMan
General Variable
|
|
[7 replies] Last: Maybe auto is what you're looking for? See: http://en.cppreference.c... (by JustAMan)
|
by mt280
Basic Blackjack Game
|
|
[3 replies] Last: Why don't you check response after line 42 before you add num4 to num3... (by Thomas1965)
|
by IIAnicII
File Types
|
|
[2 replies] Last: Thanks so much. That helps a lot! (by IIAnicII)
|
by NexGenration
best way to print a text menu
|
|
[no replies]
|
by offset221
C++ RPS
|
|
[2 replies] Last: http://www.cplusplus.com/forum/general/229299/ (by chicofeo)
|
by masony
classes, data, member function and objects
|
|
[5 replies] Last: thank you all! (by masony)
|
by Tosislawek
help home work
|
|
[1 reply] : Here is an example: int i1 = 1, i2 = 1; while (i1 < 200) { int tem... (by rjphares)
|
by phztfte1
int main(int argc, char *argv[])
|
|
[10 replies] Last: Thanks Ganado and helios. Doing the compiling and linking from the ID... (by phztfte1)
|
by Robyn Banks
Skipping cin statements
|
|
[2 replies] Last: I changed gender to a char because an Int is a whole number. a char is... (by Kevin211)
|
by astropolaris
basic input and output problem
|
|
[2 replies] Last: oh, I understand now, thank you very much! (by astropolaris)
|
by fivestar
Char variables
|
|
[2 replies] Last: Thank you thats exactly what i meant. (by fivestar)
|
by donniek293
Creating Prime Factorization Class
|
|
[no replies]
|
by tomaslimak
Dynamic allocation in function not accessible outside
|
|
[3 replies] Last: > would you mind explaining why the first option isn't exception safe ... (by JLBorges)
|