by DeJunk
Else if problem! Help!
|
|
[2 replies] Last: Worked like a charm! Thanks! (by DeJunk)
|
by qwertyu1234
stochastic differential eqn in c++
|
|
[3 replies] Last: Going back to my original message I have now attempted to write some p... (by qwertyu1234)
|
by Loganash
Need some help plz...
|
|
[3 replies] Last: I figured it out... My head was clearly stuck firmly somewhere when I ... (by Loganash)
|
by Schraiber
Simple pthreads question
|
|
[1 reply] : (Queue is a thread-safe queue type.) void thread(Queue<job> *q){ ... (by helios)
|
by ascii
Floating Point Exception
|
|
[6 replies] Last: Hmm... What exactly is controlling the recursion here? For example, if... (by helios)
|
by heatedcrows
Quicksort
|
|
[6 replies] Last: Seems your new design is worse than your old design because 2 more ove... (by EricDu)
|
by forceface
Creating a 2 dimensional Vector and accessing it
|
|
[5 replies] Last: For example, if you define "vector<MyClass> aaa(2);", then aaa will co... (by EricDu)
|
by Gaurav Singh
Need Advice in File Handling
|
|
[no replies]
|
by sly0981
Help writing code
|
|
[6 replies] Last: Do you know how for loops work? for( initialize; loop_condition;... (by Disch)
|
by IWishIKnew
Wirting/executing file
|
|
[8 replies] Last: After returning from your function calls in your main() function, you ... (by Computergeek01)
|
by Pyrius
How would I insert a 2D array into a std::vector?
|
|
[2 replies] Last: Hm, too bad there isn't an easier way. At least it's possible, though.... (by Pyrius)
|
by forceface
Passing values of a two dimensional vector
|
|
[no replies]
|
by proLab
Program class inproper use!?
|
|
[7 replies] Last: Another option: Player fPlayers = { Player(tmp1Name, 'X'),... (by Disch)
|
Palindrome without the usage of strings |
|
[no replies]
|
by ToniAz
Header/Static Lib/Dynamic Lib Dilemma
|
|
[4 replies] Last: @Athar Could you suggest a reading that would clear all the ambigui... (by ToniAz)
|
by neborah
conversion programm
|
|
[no replies]
|
by Algorithms
Take a file with numbers and output the average?
|
|
[5 replies] Last: [quote=Algorithms]I have to take the input from the files type double ... (by Mathhead200)
|
by ayanda83
HOW TO INSERT A VALUE IN AN ARRAY
|
|
[5 replies] Last: Then Moschops' solution is perfect for your needs! (by Gaminic)
|
by Calender Man
Bool Array(Hashing)
|
|
[4 replies] Last: If bd is declared as an int , then 'bd' is a pointer, not an int. b... (by Gaminic)
|
by scrat101
Error: A nonstatic member reference must be relative to a specific object
|
|
[4 replies] Last: Thanks! It worked! (by scrat101)
|