|
by Barneszy
String Planet Program *URGENT*
|
|
|
|
[7 replies] Last: You're entering the weight, which is an integer. The "\n" remains in ... (by justme2)
|
|
by KarateMan80
Debugging issue regarding fractions
|
|
|
|
[1 reply] : This function Rational Rational::addition(Rational y) // adds fracti... (by vlad from moscow)
|
|
by Zacharee
My first program! :D Looking for constructive criticism. (1,2)
|
|
|
|
[33 replies] Last: I actually spent some time making a Date class last night. The zero b... (by LowestOne)
|
|
by kiste5
Arrays very easy question
|
|
|
|
[4 replies] Last: The first, a , is an expression. The second, int a , is a declaration... (by vlad from moscow)
|
|
by KarateMan80
Problem with "=" operator in a problem regarding classes
|
|
|
|
[3 replies] Last: Thanks, That was the trick. There is another debugging problem now, b... (by KarateMan80)
|
|
by xcindiix
calculate the number of prime numbers between two inputs
|
|
|
|
[9 replies] Last: http://www.cplusplus.com/doc/tutorial/arrays/ (by kinley)
|
|
by tpinon
Seekg and Seekp program
|
|
|
|
[8 replies] Last: unfortunately, i can't use arrays for this assignment. :( just learni... (by tpinon)
|
|
by jpe33
variables in system() function
|
|
|
|
[6 replies] Last: Quincy 2005 looks a bit dated (the 2008 version uses MinGW 4.2 accordi... (by Catfish3)
|
|
by ausairman
Can I use a boolean as an index?
|
|
|
|
[4 replies] Last: Ok great, thanks :) (by ausairman)
|
|
by omiexstrike
Quick C++ Function Help
|
|
|
|
[1 reply] : Replied to you in other topic. Please do not cross-post one topic in s... (by MiiNiPaa)
|
|
by INeedAHero
Concept Question
|
|
|
|
[6 replies] Last: Ok, thanks a lot for the help! (by INeedAHero)
|
|
by freshman2013
GUI for matching game
|
|
|
|
[no replies]
|
|
by yoonamine
Help me!!
|
|
|
|
[1 reply] : #include <algorithm> #include <iostream> #include <utility> int main... (by MiiNiPaa)
|
| Help with 2D arrays? |
|
|
|
[2 replies] Last: The simplest way is to use the range-based for statement. For example ... (by vlad from moscow)
|
| how to do vice versa operation? C |
|
|
|
[1 reply] : You can make a dictionary of words and their numerical meaning. After ... (by MiiNiPaa)
|
|
by Mustehssun
How would this template code run?
|
|
|
|
[1 reply] : I do not know where there is the line 19 because as all stupid guys yo... (by vlad from moscow)
|
|
by Mobius1
Constructors giving me a hard time
|
|
|
|
[2 replies] Last: Oh i see. I had it like this before Class Car { Private: //all my ... (by Mobius1)
|
|
by TaytayB
Need help with C2676: binary '['... ERROR
|
|
|
|
[1 reply] : only predefined types have the operator built into the behavior. If... (by pogrady)
|
|
by xanthian23
Random numbers and Vectors (1,2)
|
|
|
|
[25 replies] Last: Simple? This drove me batty for weeks! Heck, the next assignment, (lab... (by xanthian23)
|
|
by Lim Boon Jye
why my inFile will insert extra 1 number after second loop
|
|
|
|
[1 reply] : editted (by Lim Boon Jye)
|