by CoderGirlV
Help Please
|
|
[4 replies] Last: Unfortunately converting to double is more complicated because of the ... (by Thomas1965)
|
by jrodxdogs
Logical Error
|
|
[6 replies] Last: No worries, pleased to help Regards :+) (by TheIdeasMan)
|
by kennah
solving for the value of arithmetic sequences
|
|
[2 replies] Last: This particular question illustrates precedence, associativity and 'us... (by JLBorges)
|
by elabass
showing grades of student by using switch statement?
|
|
[1 reply] : Switch statements evaluate const expressions and as a range of results... (by gunnerfunner)
|
by firefoxfuzz
New to arrays...
|
|
[5 replies] Last: Ah! I've got it. You're right wildblue, I needed that chunk of code fr... (by firefoxfuzz)
|
by HappyFeet16
Help Needed!!!
|
|
[1 reply] : It's missing definitions for some of the functions declared under Publ... (by wildblue)
|
by xxvms
Constructors
|
|
[4 replies] Last: thanks Cubbi :) (by xxvms)
|
by xxvms
assignment - not clear
|
|
[2 replies] Last: Hi Jonnin thanks for that, I do appreciate :) I have noticed as well... (by xxvms)
|
by elabass
finding average of three numbers
|
|
[4 replies] Last: thanks a lot for your comment (by elabass)
|
by amal97
I need urgent help please :(
|
|
[1 reply] : Your loop goes out of bounds that's why it doesn't work well. I think ... (by benhart)
|
by frankeinator
Nested IF ELSE troubles.
|
|
[5 replies] Last: I'm glad that you got the program to work. However you should also st... (by jlb)
|
conversion |
|
[4 replies] Last: thank you so much, I'm pretty new at this and got my syntax all jacked... (by alextexasfan12)
|
by mary9734
Can someone help me organize this code?
|
|
[2 replies] Last: Hi, mary9734, you have copied&pasted a lot of good code, but... are yo... (by Enoizat)
|
by Tavalya
Re: pointing un-ascended array elements to an ascended array element
|
|
[8 replies] Last: That would be the answer if the IDs are like their value. Eg ID 2 = 9... (by dhayden)
|
by aioy
Are header files usually made with classes? c++
|
|
[4 replies] Last: I don't see any header file included into it. Oh? What then was this... (by keskiverto)
|
by Chamat
Object values being reset
|
|
[2 replies] Last: Thanks for the help. And the advice is appreciated, thank you! (by Chamat)
|
Understanding structs |
|
[3 replies] Last: Ideally do not write a constructor for a struct like person in its pre... (by JLBorges)
|
Which Sieve of Eratosthenes is Better? |
|
[9 replies] Last: > when I enter a number that is a prime for the parameter of the funct... (by JLBorges)
|
by Day Vide
C++ game botting
|
|
[1 reply] : It depends heavily on the game but generally it can be done. You need... (by jonnin)
|
stack passing data to a pointer array help |
|
[3 replies] Last: Sorry, @Chronic Arrow, haven't been around for a while. I'm sure you h... (by Enoizat)
|