by Dreilly91
Feedback??
|
|
[6 replies] Last: What your calculator needs is a template, learn how to use C++ templat... (by Uk Marine)
|
by tkchau
Sth strange: public variable can be output in the constructor but not outside
|
|
[6 replies] Last: In line 63 of your constructor, you're declaring a local variable int... (by MikeyBoy)
|
by rineae
Getting wrong message for function
|
|
[3 replies] Last: A single line of code may not be enough to figure out the problem. I t... (by Chervil)
|
by Bear Grylls
Problem with dynamic memory allocation
|
|
[3 replies] Last: Several issues. #1: Was it so hard to use the provided code tags? Ple... (by Albatross)
|
Writing to files |
|
[2 replies] Last: ty (by Code Apperentice)
|
by Macalay7777
How to print out part of an array?
|
|
[3 replies] Last: Of course you can use C-strings. strstr http://www.cplusplus.com/refe... (by keskiverto)
|
multiplayer |
|
[3 replies] Last: it is not intended to be played across a network (by dthunderchunky)
|
by ZedjayCoder
Pointer Array and Files
|
|
[11 replies] Last: I got it to work! I'll post the complete code here for reference. Than... (by ZedjayCoder)
|
by stacyd
C++ Guessing game program switch statement that chooses random messages
|
|
[3 replies] Last: I know how to so the tries left but I'm in my iPad and it's hard to ty... (by fahmankhan75)
|
by Antone333
text based RPG
|
|
[4 replies] Last: Firstly you should use subprograms for repeated code. Secondly when y... (by giblit)
|
by Wiebs
Multiple Value Returning Functions w/accumulator
|
|
[3 replies] Last: A function for that is overkill, it's as simple as doing totalGrossPa... (by maeriden)
|
by JsButler
enumerated data type as a menu item selection
|
|
[2 replies] Last: If a value is not specified for the first enumerated value it is autom... (by maeriden)
|
by noobie09
Problems reading multiple numbers from a file using a function
|
|
[3 replies] Last: I made some adjustments but it still isn't reading the second line of ... (by noobie09)
|
by vagabond11
Can't get the right Month
|
|
[5 replies] Last: thank you so much i got it to work. (by vagabond11)
|
by mmy23alxo
Doublecheck and help with my errors? I've been working on this same problem forever
|
|
[14 replies] Last: //these months each have 31 days if ((month == 1) || (month == 3) ||... (by mmy23alxo)
|
by Tiger58
How do I equal a class object to a pointer of a class object?
|
|
[2 replies] Last: Do you suggest a better way to make an inventory when there are about ... (by Tiger58)
|
by Chaosepsilon
Assigning numbers to different processes? Don't know how to describe.
|
|
[2 replies] Last: Thanks; I'd already figured it out, using arrays, using that tutorial ... (by Chaosepsilon)
|
by kennyp5792
Char Problems
|
|
[1 reply] : They probably mean a whitespace but specifically the "space" created b... (by giblit)
|
by ukprakash
Fibonocci Sequence
|
|
[2 replies] Last: Thank you so much for the suggestion! It really helped me get things i... (by ukprakash)
|
Grading Program |
|
[no replies]
|