by nbritton
C++11 <random> is not random?
|
|
[6 replies] Last: > why not let uniform_distribution be static too? With this call sign... (by JLBorges)
|
by lFoxiel
Static local variables- C programming
|
|
[5 replies] Last: You actually have 2 problems in the code you pasted. Both are in line... (by doug4)
|
by Rajkumar MCA
Tricky C Program
|
|
[1 reply] : It is relatively easy, just obfuscated. It prints three characters: '... (by coder777)
|
ppm file |
|
[7 replies] Last: i did it thanks man!!!! now i call the constructor correctly! the prob... (by tonerognwrizei)
|
by miamidawgs
Loading vector with bit matrices
|
|
[14 replies] Last: In your Write() method: [code firstline=8] for( count = 0; count... (by MikeyBoy)
|
by Stewbond
RTTI Runtime structure data
|
|
[1 reply] : If you don't want to use the same struct on both ends the simpliest wa... (by coder777)
|
by popa6200
Deallocating a vector of vectors
|
|
[1 reply] : std::vector manages memory itself. If you store pointers in there, ... (by JayhawkZombie)
|
by MisterBren
Need help inputting values with switch statements.
|
|
[4 replies] Last: That makes a lot of sense the way you explained it! Thanks so much! (by MisterBren)
|
by Tomheza
binary numbers
|
|
[1 reply] : By writing your code full of text in foreign language, you are making ... (by SakurasouBusters)
|
by kimbashx08x
Creating a new array at each function call
|
|
[1 reply] : You need to allocate the array on the heap. then return the pointer fr... (by closed account LA48b7Xj)
|
by imalshaB
Multithreading
|
|
[2 replies] Last: Something I can see that looks like a mistake is your canThePlayerMove... (by closed account LA48b7Xj)
|
by Najah
Missing function header ( old-style formal list?)
|
|
[2 replies] Last: add int main() before { (by coder777)
|
by yes123
Structure Error
|
|
[6 replies] Last: It was solved. I changed the gets() and puts () to cout and cin and ma... (by yes123)
|
by theturk1234
3d game engine function
|
|
[6 replies] Last: The assumption in the posts above (which isn't necessarily reasonable ... (by mbozzi)
|
by yahoolee
Please give me a hand ( for SinglyList.cpp ) to use array method to rewrite the insert data of part , thx lot !
|
|
[no replies]
|
by djtheillest
Dice Game
|
|
[2 replies] Last: Make one pass through the array, keeping track of two positions in the... (by JLBorges)
|
by McNasty49
Looping calculations and outputting them?
|
|
[6 replies] Last: How would I write that in the loop that I have already? (by McNasty49)
|
by Mariexx
Finding the difference between two dates C++
|
|
[3 replies] Last: I can't see anything wrong with your ChangeToNumber function. However,... (by filestream)
|
by yahoolee
How to use array method rewrite the insert data of part , Thx lot !
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/199513/ (by SakurasouBusters)
|
by TinyTertle
Is this the proper convention for a vector accessor and modifier?
|
|
[1 reply] : It is fine. Worth considering: const std::vector<Point>& get_path()... (by JLBorges)
|