by DragonOsman
Rock-Paper-Scissors Game for Stroustrup's PPP2 Book - Help Needed
|
|
[no replies]
|
by Menacing
eof question
|
|
[9 replies] Last: This is the wrong way to read a stream: while(!fin.eof()) { ... (by Cubbi)
|
by Menacing
Program runs with infinite loop?
|
|
[4 replies] Last: I got it, thanks everyone for all the help, solid advice. (by Menacing)
|
by methodp
Repeating Patterns
|
|
[6 replies] Last: There are already various applications for sequence analysis. Yes, so... (by keskiverto)
|
by lukebarta
HELP FOR A HOMEWORK ASSIGNMENT!!!
|
|
[5 replies] Last: OP: I've double checked my first post on this topic and the code there... (by gunnerfunner)
|
by MikeSW
Accessing a file using an array
|
|
[13 replies] Last: The code above isn't my final code, but thanks. Have a great night. :)... (by MikeSW)
|
Explanation about Constructors and Inheritence |
|
[1 reply] : CAverage(int); (line 9, inside the definition of class CAverage) dec... (by Cubbi)
|
by JUAN DENT
Using ostringstream seems to work 32+ times longer than snprintf!! Why??
|
|
[6 replies] Last: Okay, using -O3 I get: 1106093393 nanoseconds for snprintf 5852622... (by JUAN DENT)
|
by Peril
Sorting Names In Alphabetic Order - Help.
|
|
[2 replies] Last: I cannot use vectors due to the rules of my assignment project, anyway... (by Peril)
|
by Peril
Sorting Names In Alphabetic Order - Help.
|
|
[3 replies] Last: Problem is I cannot use vectors, because I am not allowed to (based on... (by Peril)
|
by lodhirashid
generating all possible combinations of two data type
|
|
[1 reply] : You can try something on the following lines but given that the # of p... (by gunnerfunner)
|
by lukebarta
Converting base 10 to base 2
|
|
[3 replies] Last: Thank You!! (by lukebarta)
|
by demianR
Hi,whats wrong with my code?
|
|
[6 replies] Last: [quote=skaa]It works perfectly. And Embarcadero sells C++Builder for h... (by closed account E0p9LyTq)
|
by KVin
I want to make this cool program that can guess your age need assistance
|
|
[2 replies] Last: what ever you just wrote has nothing to do with what im tring to do bu... (by KVin)
|
by sylvain
Impossible to catch value of i when he finds an existing name
|
|
[14 replies] Last: Perhaps you could explain your problem a little more clearly? Also, i... (by MikeyBoy)
|
by Sheezy
Code for Me
|
|
[5 replies] Last: You have wasted a lot of time begging people. If you had used that ti... (by closed account E0p9LyTq)
|
by leoleoleo
Overloading a derived class operator
|
|
[11 replies] Last: Thanks you helped me a lot! Have a nice day (by leoleoleo)
|
by jo123
memcpy of structure to a const char*
|
|
[6 replies] Last: Thank you Cire. Yeah I think this is where I am making mistake in thes... (by jo123)
|
by chang123
removing duplicate element from link list
|
|
[3 replies] Last: In other words, you don't need to find duplicates. You don't need to, ... (by keskiverto)
|
by ajtorres
Need assistance please
|
|
[5 replies] Last: You can't have all that code outside a function. There are only certa... (by MikeyBoy)
|