by adam2016
STDIN,STOUT,STDERR
|
|
[9 replies] Last: Second, it appears you are confusing classes and objects. And STDIN,... (by jlb)
|
by Anton12304
Structures Problem
|
|
[1 reply] : Your 'Student' array lives in main(), so create and populate your arra... (by Computergeek01)
|
by twisty9656
inheritance and pointers
|
|
[1 reply] : Instead of *(animal + i) you can simply write animal . It's an arr... (by coder777)
|
by marhuum
Guaranteeing the variable is correctly initialized dynamically
|
|
[1 reply] : That's what a constructor is for. (by kbw)
|
by adam2016
Buffering
|
|
[2 replies] Last: True FurryGuy, I always do research and look for the answer before pos... (by adam2016)
|
by kimtaehong
Refactor by removing nested for loop
|
|
[1 reply] : Not exactly sure what the code is supposed to do. Some additional com... (by doug4)
|
by miaflor
Loops and Grades Chapter 7 stretch C++ HELP PLEASE
|
|
[2 replies] Last: please use code tags and put your question at the top, not hidden in c... (by jonnin)
|
Memory Access Error - What to do? |
|
[2 replies] Last: just about every line of that code is hitting an array with an index. ... (by jonnin)
|
by Mitsuru
Best practice for creational design patterns in C++
|
|
[1 reply] : You could start by looking at "design patterns". (by kbw)
|
by joshp
Coin Flip (heads and tails display)
|
|
[1 reply] : You need to count home many heads and how many tails you get. You hav... (by kbw)
|
by Mitsuru
Design for functional programming in C++
|
|
[1 reply] : You could take a look at Ivan Čukić's book, Functional Programming i... (by kbw)
|
by bazooka
dice game
|
|
[6 replies] Last: you are misreading it, or, winner may be poorly described or flat out ... (by jonnin)
|
by John87Connor
object self-destruction
|
|
[5 replies] Last: (either a reference or a pointer) Pointer. Named this . It's actua... (by Repeater)
|
by Alsya11
Change to numbers
|
|
[6 replies] Last: we do not mind to help C (esp simple questions), but we get a lot of p... (by jonnin)
|
by ahmed420
can anyone do this for me as im a beginner
|
|
[3 replies] Last: why is there no c+ and what does the moron who scores a 50 because he ... (by jonnin)
|
Boost::Serialization Help |
|
[3 replies] Last: For posterity, It's worth noting that I think I figured it out. Boosts... (by Aaron Vienneau)
|
by anonymiss27
Error when I try to call the display function. The comment about it is toward the end of the program.
|
|
[3 replies] Last: Your display function is contracted to have 8 parameters passed, not 5... (by deleted account xyzzy)
|
Error in linked list template class |
|
[3 replies] Last: I never used the keyword "using" except for using namespace std; htt... (by deleted account xyzzy)
|
by marhuum
Tool to analyse, parse then build a rough draft or fine diagram of functions' interrelation
|
|
[3 replies] Last: You could look at Doxygen http://www.doxygen.nl/ Profiler, like gprof... (by keskiverto)
|
by staycoding12
Grading papers
|
|
[9 replies] Last: does it calculate and present the quiz grade? The code doesn't do mu... (by zapshe)
|