by dandy
problem free(buff);
|
|
[13 replies] Last: Technically most C programs are valid C++ programs. If you ask your... (by Athar)
|
by hogren
Libogg on Cygwin
|
|
[3 replies] Last: I don't know. But many generally available packages, such as this, ... (by kbw)
|
by santiagorf
question about returning pointers by reference
|
|
[2 replies] Last: thank you!!. I was declaring the const before the * (by santiagorf)
|
by rhouli
Memset an Array to -1
|
|
[1 reply] : You don't use memset in C++, but rather std::fill or std::fill_n (defi... (by Athar)
|
by HuaMuLan
C function calls extern "C" function in c++
|
|
[no replies]
|
by karthick88
Calling Virtual Function in a constructor
|
|
[5 replies] Last: Thank You guys.... This forum is helping me a lot to get the basics ri... (by karthick88)
|
by droshki
Does not pause to allow input (1,2)
|
|
[31 replies] Last: No problem. Please read back in the posts about what it actually does... (by droshki)
|
by kcad
srand _random numbers aren't random!
|
|
[4 replies] Last: never mind! (by kcad)
|
having a dll show a form |
|
[no replies]
|
by marlowe
recalling an object within its class
|
|
[2 replies] Last: setAge( age ); (by jsmith)
|
Re-malloc memory pointer |
|
[1 reply] : You'll have to show some code to see what you are doing wrong... (by Duthomhas)
|
by aleal
Returning a pointer as a reference
|
|
[2 replies] Last: @firedraco Wonderful. Thanks. A. (by aleal)
|
by fafner
file io binary mode
|
|
[4 replies] Last: Just a shot from the hip, but would there be a way to #ifdef the inc... (by Computergeek01)
|
by Arlamos
Comparing 3d Point struct for equality
|
|
[5 replies] Last: While I like (and use) Boost, the std :: rel_ops namespace also prov... (by Duthomhas)
|
by xander333
Tic-Tac-Toe reaallyyy weird error
|
|
[4 replies] Last: Thanks guys! I see it all works now! Took out some stupid faults an... (by xander333)
|
by jwpj
Beginning C++ for real
|
|
[12 replies] Last: Code::Blocks, as I've talked about in another post lately, is not GNU ... (by closed account S6k9GNh0)
|
by barkley
Not take into account negative average
|
|
[3 replies] Last: Ah. Well, you would put it where you're outputting the average, of cou... (by Athar)
|
by systempause
A pointer Problem
|
|
[15 replies] Last: Yep.There are several methods to write a program doing the same task b... (by systempause)
|
by melshki
Compilation error with prototypes
|
|
[10 replies] Last: Oh, that header is really big. It also comes with a .c file. Thing ... (by melshki)
|
by elflira
Linked Lists
|
|
[7 replies] Last: If you are new to C++ my suggestion would be to learn how to use the s... (by kempofighter)
|