Computer Simulations of Science |
|
[5 replies] Last: Well, a quick Google later, I've found a tutorial on rope physics Rop... (by andywestken)
|
by ryan7136
What should I do?
|
|
[1 reply] : Try this thread mann it's great. http://www.cplusplus.com/forum/begin... (by Aceix)
|
by ustulation
using static_cast to downcast
|
|
[3 replies] Last: any kind of dereferencing is undefined when you have a bad pointer. (by Disch)
|
by wawa2
<SOLVED><HELP> error type
|
|
[3 replies] Last: thanks..!! it is working.. haha.. the error is very simple.. never not... (by wawa2)
|
by NostawTtam
Error LNK2019, I cant get rid of this error
|
|
[6 replies] Last: Show the new code you have, and please format it in your post (look fo... (by Mathhead200)
|
by Alx101
Linker: Unresolved externals
|
|
[8 replies] Last: Nvm i solved the problem by switching the angelscript.lib to angelscri... (by Alx101)
|
Random number |
|
[1 reply] : class Random{ private: int range; public: Random(int range):ran... (by ne555)
|
by Jenny heaven
Checking a network
|
|
[no replies]
|
by DreamCore
Casting enum to other enum?
|
|
[9 replies] Last: Why didn't I think of that? Silly me ;) Thanks! (by DreamCore)
|
by DexterMorgan
50% off sale on some Programming books at amazon.co.uk
|
|
[1 reply] : Thanks Dexter XD - but when will you no longer need your dark passenge... (by soranz)
|
by beakie
ItemArray constructor: Syntax
|
|
[1 reply] : > What is happening in the constructor? > ItemArray() { count(0), capa... (by JLBorges)
|
by cyril98
c++ 3d game engine request
|
|
[6 replies] Last: a framework for 3D rendering and game development for Python and C++ p... (by editableclips)
|
by mikeecb
shuffling a packet of cards
|
|
[1 reply] : First read this: http://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shu... (by JLBorges)
|
by beakie
Maths: Graphing Quadratic Equations (without gaps)
|
|
[7 replies] Last: @ne555 thanks, will have a read of the maths in your first example... ... (by beakie)
|
by s123456
c_string need help with output
|
|
[5 replies] Last: change to: char age ; ... cin.getline(age, 3); ... (by SIK)
|
by ratscab
Odd Getline Error
|
|
[1 reply] : Im not sure i understand. You have a function called pname(string) wh... (by pogrady)
|
by t2nator
2d Vector Printing
|
|
[3 replies] Last: I think you need the at function ( a member of vector) Google C++ vec... (by TheIdeasMan)
|
by peaco19
Priority Queue comparator problems
|
|
[1 reply] : I figured out a way around my problem. Instead of calling the Board cl... (by peaco19)
|
by s123456
OUTPUT how do i avoid it repeating the question and having the user input their answer twice.
|
|
[2 replies] Last: thank you! (by s123456)
|
Need help with adding to and searching through a list. |
|
[1 reply] : 1) Use getline instead of cin. 2) Separate first name and last name... (by tolga gerekci)
|