by john891
Large numbers - which type should I choose ?
|
|
[6 replies] Last: Unsigned long long sounds fine then :) I'll use it, and write my own s... (by john891)
|
by vagelis
what does this code do??
|
|
[6 replies] Last: The destructor for int does not modify the memory locations that the i... (by jsmith)
|
by I Need Help
Drawing Graphical Images
|
|
[14 replies] Last: actually, that calls shap_ccc.h which does have a cpp, so you'll need ... (by cran)
|
by Whirled Peas
Noob question about pointers and arrays.
|
|
[3 replies] Last: This: b is interpreted identically to *(b+0) which yo... (by Moschops)
|
by vagelis
char **b=new *char[5];
|
|
[1 reply] : I'm thinking the '*' goes on the other side of the char if you are cre... (by cran)
|
by jasmin
what does this error means?
|
|
[4 replies] Last: thank you so much! its working now :) (by jasmin)
|
by qurilly007
How to Display C++ output as Page wise
|
|
[1 reply] : depends on how you are outputting... are you doing something like: ... (by cran)
|
by Soap360
What's the difference between C# OVER C++?
|
|
[1 reply] : Take a look at this http://www.thinkingparallel.com/2007/03/06/c-vs-c-... (by Return 0)
|
by Battousai
Modulus operator with array
|
|
[2 replies] Last: pletter2 doesn't have a null char to stop it... you'd be better doing ... (by cran)
|
by hottiefee
Fraction Program...too many functions?
|
|
[8 replies] Last: How I handled add(): void simplify_fraction(int &num, int &denom) {... (by wolfgang)
|
by asibuan
Can any experts let me know where i go wrong in here ? (1,2)
|
|
[36 replies] Last: http://www.cplusplus.com/reference/iostream/istream/get/ that is th... (by cran)
|
by gberg927
Concatenate char to char*
|
|
[11 replies] Last: you probably should take things out of global scope ... plus if you wa... (by cran)
|
Randoming and other basic info |
|
[4 replies] Last: hey so i found that because when i base a random number on the ti... (by Lucas Simpson)
|
by asibuan
problem with a code. (1,2)
|
|
[20 replies] Last: im gona open another topic for the whole code (by asibuan)
|
by cstorm
Interested in System()
|
|
[10 replies] Last: http://www.cplusplus.com/forum/beginner/1988/page2.html#msg10636 http... (by Duthomhas)
|
by I Need Help
My command prompt will not stay open (1,2)
|
|
[34 replies] Last: lol, I was having fun with the first part, hence the ;p .. but dividi... (by cran)
|
by amccorm
memory leak
|
|
[9 replies] Last: they are actually handy when you have no other choice, but there is no... (by cran)
|
by plokij
converting simple Python code to C...
|
|
[11 replies] Last: Undefined reference errors generally mean that the linker cannot find ... (by Moschops)
|
by acorn
parsing main
|
|
[14 replies] Last: ok that was the problem thanks guys. i learned tons with this exercis... (by acorn)
|
by Metallon
Class object member of another class
|
|
[7 replies] Last: So I just put objectA, objectB etc. in the MyClass private members' pa... (by Metallon)
|