by jpotts
Problem with functions
|
|
[5 replies] Last: Read up on pseudo random number generation. rand returns numbers in a ... (by hamsterman)
|
by nkumar85
significance
|
|
[7 replies] Last: It is also very useful in macro expansions... (by Duthomhas)
|
Snake game - great for beginners |
|
[8 replies] Last: Newest version posted. Are my loops and keyboard input methods effi... (by closed account zwA4jE8b)
|
by sandmaster
Problem with pointers
|
|
[1 reply] : What you need is exactly a boost::shared_ptr. shared_ptr is a referen... (by jsmith)
|
by sgarthur
Could not convert 'line.std...' to bool
|
|
[4 replies] Last: Hi hamsterman, Thanks! That seems to have worked. I will continue to ... (by sgarthur)
|
by HenriK
Method Chaining - what & how?
|
|
[1 reply] : http://www.parashift.com/c++-faq-lite/references.html#faq-8.4 (by closed account DSLq5Di1)
|
by jftm2000
Please help. I really have no idea how to code this.
|
|
[5 replies] Last: This is what i have so far. its a bit messy and its not even close to ... (by jftm2000)
|
by onecarl46
Can you please Fix this Code of C++ language? its very simple, but i just started to learn programming?
|
|
[7 replies] Last: @rambo1177: Turbo C++ is extremely outdated. I must use it because it ... (by Nisheeth)
|
by jantonio2992
Threads
|
|
[2 replies] Last: I recommend Boost threading library. Its portable and the next version... (by Galik)
|
by line
printing out string from integer
|
|
[3 replies] Last: <ctime> isn't a library. It's the C++ header that encapsulates the C ... (by PanGalactic)
|
by jpotts
Dice roller
|
|
[3 replies] Last: Anything that changes frequently and (preferably) doesn't often repeat... (by Athar)
|
Graphical problem |
|
[1 reply] : What subsystem are you using it on? Chances are you are dealing with a... (by Duthomhas)
|
by rain
is it possible to pass any var type to func?
|
|
[5 replies] Last: There are rules to how the compiler assignes types to literal values. ... (by Duthomhas)
|
by creekist
Making a Game Engine (1,2)
|
|
[20 replies] Last: [quote=naf456]stop discouraging them for god sake! you can pretty ... (by Disch)
|
by pzratnog
variable name in variable declaration
|
|
[2 replies] Last: I wish i could do an appended output. I have to append line by line i... (by pzratnog)
|
by vince1981
palindrome (1,2)
|
|
[21 replies] Last: reverse http://www.cplusplus.com/forum/beginner/47260/#msg256584 vari... (by ne555)
|
by rajimrt
Please explain this output
|
|
[17 replies] Last: *ahem* [quote=I in my first reply] This doesn't create an object. It... (by Disch)
|
by h9uest
Come in if you like programming AND math
|
|
[8 replies] Last: @kev82 & ne555: Thank you for the inputs! They're helpful :) (by h9uest)
|
by Bhuggy
File formatting.
|
|
[3 replies] Last: Thank-you both, Modshop for the nice fix. and Catfish for the good in... (by Bhuggy)
|
by Erin100280
what is the token between class and class-name
|
|
[1 reply] : It must be a macro for when ogre is used as a DLL, set to declspec(dl... (by bartoli)
|