by IamSebastian
Need Help
|
|
[4 replies] Last: IamSebastian first of all your if (studentAssignment = 0 && student... (by david91)
|
by holtaf
Headers
|
|
[6 replies] Last: Thanks guys very much! (by holtaf)
|
by brreakerr
Calling a header file without a function.
|
|
[16 replies] Last: It is finally working! The thing I did wrong was that I didn't put the... (by brreakerr)
|
by Owad88
How to rewrite Memo1 to arrays?
|
|
[1 reply] : The first thing I see is that you have only declared a pointer to int... (by demonwolf)
|
by anl214
variable names question
|
|
[5 replies] Last: Doesn't C++ allow variable identifiers to contain '$' characters also... (by moorecm)
|
by jmcghee
too few arguements in a function
|
|
[5 replies] Last: Thanks Draksis I will try that . I literally sat down a week ago and s... (by jmcghee)
|
by jmcghee
expected initializer error before the + token
|
|
[1 reply] : Syntax mistake. Try t = x + y + z; . (by moorecm)
|
by krishna253
Difference between vector and Dynamic array
|
|
[1 reply] : 1)Vectors: if compiler reserve large memory for small amount data, is... (by Moschops)
|
by hitmanben2
what is this operator?
|
|
[19 replies] Last: Okay, you are almost there. In the first pice of code; the scope reso... (by closed account z05DSL3A)
|
storing a value from a pointer to a character |
|
[4 replies] Last: Thanks MathHead200. It runs when done as you told me to do. (by rbeatajane123)
|
by Hexa
About Operator overloading please help
|
|
[16 replies] Last: you are quite welcome Hexa (by david91)
|
by Ishvite
Another array problem
|
|
[2 replies] Last: Also arrays start at 0 and for (int i = 1; i <= records; i++) is a... (by Mathhead200)
|
by Nisheeth
Finding specific text in a file
|
|
[11 replies] Last: oh, i'm don't really know about the template function (a little bit fo... (by chipp)
|
by rechim
Polynomial division with rest
|
|
[19 replies] Last: ok.Thank you! i'll try to put them to place. I'll post the solution wh... (by rechim)
|
by Krahl
user input problem
|
|
[7 replies] Last: I would have thought my 3rd suggestion would work. Not tested though. ... (by kev82)
|
by jalfor
Graphics
|
|
[10 replies] Last: True, I just like sfml, its easy, and cool, and OO :) (by strongdrink)
|
by annmtui
definition of constants that i want to use in the programs
|
|
[7 replies] Last: oh, didn't know that :D the previous post stated #define PI 3.14 ... (by strongdrink)
|
by Bogdanovist
How to obtain time to sub second accuracy?
|
|
[1 reply] : What platform? usleep and gettimeofday on unix. (by kev82)
|
I need a bit of help |
|
[1 reply] : Re evaluate where you have your "{" and "}" brackets placed. Remeber t... (by Computergeek01)
|
I need a bit of help |
|
[3 replies] Last: About two third of the code is outside the scope of Main(). You should... (by Computergeek01)
|