by NanoBytes
Initializing an array of classes
|
|
[2 replies] Last: You could use "placement new" and allocate the memory, and then loop o... (by closed account 1yR4jE8b)
|
by spy man
c++ a problem
|
|
[1 reply] : if youre new to c++ then it should belong in the beginners section. Po... (by stoffe1100)
|
by ayanda83
BASE-CLASS SUB-OBJECTS UNRECOGNIZED IN A DERIVED CLASS
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/40071/#msg216313 (by ne555)
|
by xantavis
ios:: Explanation
|
|
[1 reply] : ios is used for streams (for files and other): http://www.cplusplus.c... (by coder777)
|
by Cagdas
Battle Ship Game Random Generator
|
|
[no replies]
|
Installing SDL |
|
[6 replies] Last: I actually meant the sdl-config path was incorrect. I believe I have f... (by Volatile Pulse)
|
by RIscRIpt
XOR expression
|
|
[18 replies] Last: Yes, I know! (by viliml)
|
by sikuneh
Class Help - Cannot define data members
|
|
[2 replies] Last: Thanks. I guess I changed the code earlier so it would just cout on th... (by sikuneh)
|
by CLearner88
Writing values in a list to a textfile
|
|
[4 replies] Last: Thanks alot man. I have also figured out a way. I will put it here if ... (by CLearner88)
|
by killertcell
What program do you use to write your code?
|
|
[15 replies] Last: Vim on Linux (sometimes Kate if using a KDE-based distro) and when wor... (by oldcrow)
|
OpenGL Function Pointers |
|
[14 replies] Last: Additionally glBlendColor (and everything afterwards) was a function t... (by BrokenSilenceDev)
|
Searching/Filtering Database Results in App? |
|
[5 replies] Last: Yes. SQL databases are notoriously bad at this sort of real-time filt... (by kbw)
|
MSVC++ Debugging question |
|
[1 reply] : In project options/Debugging, you can set the working directory. If yo... (by helios)
|
by i2Fluffy
SFLM input problem
|
|
[2 replies] Last: sorry, I actually had something like that but it wasn't working. I fig... (by i2Fluffy)
|
by rasen58
help with a date program
|
|
[3 replies] Last: because, k is the number of days you've gone throug, and a week only h... (by viliml)
|
by Raman009
Generic Stack to store addresses
|
|
[9 replies] Last: Your adress class doesn't have a constructor that takes an int paramet... (by viliml)
|
by xantavis
So many types...do you use them all???
|
|
[2 replies] Last: [quote=xantavis] "Do you use them all? " That depends entirely on th... (by closed account zb0S216C)
|
finding a leap year |
|
[2 replies] Last: thanks! (by closed account EAXiz8AR)
|
by sgthale
making a game loop
|
|
[1 reply] : You can make Faust an abstract class by making at least one of the vir... (by Peter87)
|
by kavingasc
C++ Input Problem
|
|
[8 replies] Last: Octal notation knows the digits '0'-'7'. '8' and '9' are not allowed! ... (by Caligulaminus)
|