by chonJi
Mersenne Twister Seed
|
|
[4 replies] Last: Do not use #define where not necessary. If you're using the same seed... (by Athar)
|
by heidiK
Sorting vector values
|
|
[4 replies] Last: It worked :D BIG THANX Pax :) (by heidiK)
|
by Kyon
Hanoi
|
|
[2 replies] Last: Thanks, changed it, it works now! I just could not sort this error out... (by Kyon)
|
by heidiK
second last element of vector
|
|
[5 replies] Last: YES it worked with +1 MANY THANKS :) (by heidiK)
|
by SilverSilent
C++ Basics
|
|
[8 replies] Last: Read Bazzy's link. (by moorecm)
|
by firix
a function doing Gaussian elimination
|
|
[no replies]
|
by joseplusplus
typedef error
|
|
[4 replies] Last: Also, std::pair<> is declared in <utility> so you should include that ... (by jsmith)
|
by waqqassheikh
Data won't flush into ofstream
|
|
[2 replies] Last: I hadn't noticed that, but even after fixing it - the problem remains.... (by waqqassheikh)
|
by kashifflavio
Input method
|
|
[2 replies] Last: Why not just use the istream :: getline () method? http://www.cplusp... (by Duthomhas)
|
by pistol1
trying to fill a c++ string
|
|
[1 reply] : hello pistol1, This will create a string named puzzle with '?' for ... (by coder777)
|
by Erdrigard
Sort isn't sorting
|
|
[1 reply] : hello Erdrigard, So... anybody know why sort isn't sorting? becaus... (by coder777)
|
by firix
assign a value to object with vector operator[]
|
|
[4 replies] Last: thanks Why should I get the reference. (by firix)
|
by afathi82
I couldn't solve it alone
|
|
[4 replies] Last: Thank you, Finally it is solved. While I was working on adding some o... (by afathi82)
|
by Dave82
non-lvalue pointer error
|
|
[4 replies] Last: Ok, just flipped through a text on reference returns, think I get it n... (by Dave82)
|
by Erdrigard
Redefinition error. What?
|
|
[2 replies] Last: "Incidental multiple includes." That about sums it up. Thanks. I ... (by Erdrigard)
|
by doforumda
display longest word
|
|
[8 replies] Last: #include <iostream> #include <string> using namespace std; strin... (by HooklessFastener)
|
by bobmarley
Large amounts of hidden data
|
|
[5 replies] Last: That just make it easier for me to pick a suitable one. I figured it ... (by Disch)
|
by ThePixel
A Problem with this simple game.
|
|
[5 replies] Last: Thanks. I will change that. (by ThePixel)
|
by slypenguinz
math problems for c++
|
|
[8 replies] Last: no wtf this was a problem my C professor gave me, and i have been in t... (by slypenguinz)
|
by jheffer44
Binary Search Trees
|
|
[no replies]
|