by flamehead144
strlen(), series evaluation, and for loops
|
|
[5 replies] Last: I really can't see, what you are doing in part two... did you get the ... (by mordekai)
|
by erratiC
Template issues
|
|
[4 replies] Last: Thanks again for all your help helios... You're explanation helped... (by erratiC)
|
by Ganellon
Character Count != Character Count
|
|
[4 replies] Last: Ok, cool. Thanks for the clarification! (by seymore15074)
|
by joltting
switch statment looping non-stop
|
|
[1 reply] : How about you start by replacing that recursive call with a loop? Wha... (by helios)
|
by ozan
Once again a Pointer
|
|
[1 reply] : Normally when you start getting lots of dimensions you may want to ret... (by anders43)
|
by shadowfire36
eror c2075-wont go away
|
|
[2 replies] Last: You could do this, though: Foo **f=new Foo* ; for (int i=0;i<n;i+... (by helios)
|
by dman
Which implementation of this code is safe?
|
|
[3 replies] Last: does this re-cast create a new instance No. should i delete temp ... (by helios)
|
by Jaymie
Memory Reallocation
|
|
[1 reply] : Use std::vector. http://www.cplusplus.com/reference/stl/vector/ ... (by jsmith)
|
by Samerious
Vectors and Random Number Assign
|
|
[5 replies] Last: Just split it up to debug it. cout the results of the expression brok... (by seymore15074)
|
by Brad T
Dynamic arrays
|
|
[3 replies] Last: You need to start off allocating your array dynamically. int siz... (by psault)
|
by tukuniata
problems with class and vector
|
|
[2 replies] Last: thanks man i did see that one (by tukuniata)
|
by appleseed
Function problem
|
|
[3 replies] Last: VC6 is old. Sorry, forgot to mention that a return statement would ... (by closed account z05DSL3A)
|
by ozan
pointer problem.
|
|
[4 replies] Last: Thanks mordekai (by ozan)
|
by emredost
FUNCTION
|
|
[2 replies] Last: for ( int i=0; i<count; i++ ) { for ( int j=0; j<count; j++ ) { i... (by djlethal109)
|
by jadmacro
when reading data from a binary file into a structure, where does the data go?
|
|
[5 replies] Last: Thanks for all the help helios. I now understand what you're saying. ... (by jadmacro)
|
setcolor() fucntion |
|
[1 reply] : 'setcolor()' is not a C++ function, it's part of the runtime for a par... (by anders43)
|
by joltting
error C2664
|
|
[3 replies] Last: Hey helios, you submited ate the same minute as me..... (by tluisrs)
|
by Brad T
myfile.write() not working
|
|
[1 reply] : Did you confirm that the file was actually opened (if (!myfile) then t... (by helios)
|
by pajo
winbgim.h
|
|
[3 replies] Last: ok thanks mate this was realy helpful!! (by pajo)
|
by emredost
i couldnt compile this fuction what is wrong???
|
|
[1 reply] : First: You need to do one of the following: Place "using namespace s... (by QWERTYman)
|