by taklct
can array call by reference??
|
|
[2 replies] Last: void add( char (&id) ) would give you a reference to an array. ... (by jsmith)
|
by hassan424
c++ time values
|
|
[3 replies] Last: You just have to add or subtract the number of seconds difference betw... (by jsmith)
|
by Ultima
Finding Path
|
|
[5 replies] Last: I wrote a script for this. This is what I did: - Make a copy of the... (by matrebatre)
|
by matrebatre
How to get the path of the calling exe in a dll?
|
|
[2 replies] Last: I am using this code right now: char modulename ; GetModuleFileNa... (by matrebatre)
|
by drkessence
Easy C++ Contest! (1,2)
|
|
[24 replies] Last: I wrote a program very similar to this a few weeks ago for my C++ clas... (by Hypersion)
|
by CNoob
Socket Programming -
|
|
[4 replies] Last: I found out that my code works fine on Windows XP, just not Vista >:@ ... (by CNoob)
|
by monkey coder
drawing in the main window
|
|
[3 replies] Last: No problem. But, no offense, I don't think you realize the gems I j... (by Duthomhas)
|
by tekwrytr
Visual Basic 2008 Conversion
|
|
[1 reply] : ... You want to machine-translate (in the case of code, I could hav... (by helios)
|
by Corpus
Global overload of operator new and Singleton
|
|
[2 replies] Last: Hi Seymore Thanks, Ill try this when I get around to it and post th... (by Corpus)
|
by ancalime
How can you change the background color of the output screen?
|
|
[3 replies] Last: I got it! Thanks for all the replies! (by ancalime)
|
by helios
Segmentation fault on new??
|
|
[5 replies] Last: Not if the heap gets corrupted. "Detection" will occur either when a ... (by jsmith)
|
by Mythios
Using SetConsoleDisplayMode()
|
|
[2 replies] Last: If I understand the documentation correctly, this doesn't set the size... (by helios)
|
by Mythios
Function other than system("CLS")
|
|
[2 replies] Last: Haha, oh first example is a laugh. Cheers for that mate :D (by Mythios)
|
by Mythios
[SOLVED] Vector Deleting Error
|
|
[12 replies] Last: Didn't change much but thought I'd update it's solved with this code a... (by Mythios)
|
by hpsharon
Getting certian place from String
|
|
[3 replies] Last: str::string::at() or str::string::operator . (by helios)
|
by jpmcfly
Vector iteration and I/O problems
|
|
[6 replies] Last: My version is the more general version of an ostream operator, though ... (by jsmith)
|
by Knuhl
Tutorialized Game Developing..
|
|
[8 replies] Last: Thanks for all the nice answers and sorry that im answering now. I ... (by Knuhl)
|
by jpmcfly
Creating a vector containing a pointer to class (1,2)
|
|
[29 replies] Last: Can you post the actual compile error and the declaration of product? ... (by jsmith)
|
by marques72
input
|
|
[1 reply] : See, the problem is you can't know beforehand how long a line will be.... (by helios)
|
by jlug
how to selects an index with probability proportional to its weight.
|
|
[1 reply] : You will need the total weight stored somewhere first. Next, generate... (by mahlerfive)
|