by Andym
still struggling with the linked list
|
|
[no replies]
|
by Redgar
Problem installing FLTK in Visual Studio
|
|
[no replies]
|
by Pollycode
What does this mean? Explanation needed.
|
|
[5 replies] Last: Glad I could help. Feel free to drop any other questions you have our... (by JayhawkZombie)
|
by cspace
Are type information included in binaries?
|
|
[4 replies] Last: Thank you so much for the example and the confirmation. (by cspace)
|
by Kevrok
Unresolved Externals, project not finding associated .cpp file
|
|
[6 replies] Last: You are welcome. BTW, I figured out why the char array crashed the pr... (by closed account E0p9LyTq)
|
by underoathed
Reading to file and outputting to file with structs
|
|
[12 replies] Last: I figured out my issue. The final code is: #include <iostream> #inc... (by underoathed)
|
by eskipre
Help with battle sim.
|
|
[3 replies] Last: I had my signs backwards boys and girls. thank you for your help every... (by eskipre)
|
by Kiwiman2
class based claculator confusion
|
|
[5 replies] Last: At a glance, I only notice one issue. You don't update "answer". It'll... (by JayhawkZombie)
|
by gradku
Class constructor assistance
|
|
[13 replies] Last: It looks good to me, except for one thing: activity_pointer[i+1]; T... (by JayhawkZombie)
|
Unwanted repetition |
|
[2 replies] Last: A way to use a function to simplify the code: #include <stdlib.h> #in... (by Chervil)
|
by nocode1
Help with C++ homework
|
|
[no replies]
|
by snoop911
When does an object's constructor get called when the object is declared as a global?
|
|
[5 replies] Last: And bam. I have been misinformed. I will correct my understanding, as ... (by JayhawkZombie)
|
by imDCStar
cAN ABYONE HELP ME DRAWING SIMPLE GRAPHICS?
|
|
[no replies]
|
by GonlyG
Empty/wrong out put in program
|
|
[2 replies] Last: An edit to this program proved that the first average would be correct... (by GonlyG)
|
by leeli0830
Segmentation fault, and I cannot figure it out
|
|
[9 replies] Last: None the less. Line 6 mMap.erase(it2++); looks problematic. Doesn't i... (by cire)
|
by fsfh60
Define an array of class to store students information
|
|
[3 replies] Last: Right. They haven't been defined anywhere. You need to define these. ... (by JayhawkZombie)
|
by tma6078
Average/Standard Deviation Problem
|
|
[5 replies] Last: Now I am getting an error: displayVals: function does not take 2 argu... (by Chervil)
|
by brad97
Program Outputs Abnormally Large Incorrect Value?
|
|
[4 replies] Last: score(judgesScore); This does nothing. You are throwing away the re... (by Moschops)
|
what is the alternative of (player=(player%2)?1:2;) and( mark=(player == 1) ? 'X' : 'O';) in this programme |
|
[5 replies] Last: Yes you can simplify the code. The key thing to realize is this: the ... (by dhayden)
|
by Tom Smits
Vectors slow down threads
|
|
[5 replies] Last: > When i use 1 thread to use threadmethod1(int z), it takes about 8 s... (by JLBorges)
|