by mavrovgeorgi
Programming C++ on MAC OS
|
|
[7 replies] Last: Yes . Eclipse is better than XCode (for C++ , java and ... programmers... (by mrdp)
|
by hope22
hi..help me finish this one please
|
|
[4 replies] Last: and the way you are calculating your coins is wrong ,,, you need to ch... (by deepestblue)
|
by deepestblue
there is was a question that i answered before and now it`s done by recursive for who needs:)
|
|
[no replies]
|
by JKirn05
Reading in TEXT files
|
|
[no replies]
|
by Droid
while loop
|
|
[1 reply] : You're initializing y to 0, but it looks like you want to initialize t... (by wildblue)
|
by Justas Sam
Problem with program "Stopped working" [Beginner]
|
|
[7 replies] Last: @MiiNiPaa Thank you very much! My code now runs perfectly. Here is the... (by Justas Sam)
|
by sajid dayer
array,c++
|
|
[3 replies] Last: You cannot assign it for same reason that you cannot do following: dou... (by MiiNiPaa)
|
by mekkatorqu
vector push_back class
|
|
[5 replies] Last: well obviously, as constructor is called whenever the class is created... (by mekkatorqu)
|
by SuperStinger
Undefined Reference Problem
|
|
[5 replies] Last: > I thought that if you declare a function in the .h file, but not pro... (by ne555)
|
by kymattem
Leap Year determination while loop problem
|
|
[3 replies] Last: One more thing: You should add break command after each statement, b... (by Justas Sam)
|
by simrawr
I need help adding arrays/strings together
|
|
[8 replies] Last: #include <iostream> #include <fstream> #include <string> using namesp... (by JLBorges)
|
by mki
Eclipse cdt binary not found
|
|
[no replies]
|
by gofigure
Help
|
|
[1 reply] : Hi, Welcome to cplusplus :+) First up please always use code tags - ... (by TheIdeasMan)
|
by learner1234
writing a program that computes the factorial of a number and displays it.
|
|
[13 replies] Last: hahaha. LOL .. Use google my friend. There are already a lot of factor... (by jemeripol)
|
by YumBerrys
Help with computeGPA function
|
|
[6 replies] Last: Thanks for all your help bro. It was much appreciated! (by YumBerrys)
|
by RLara23
I'm having trouble with this, the question is listed in the code please somebody
|
|
[6 replies] Last: Thank you so much @JLBorges You are a life saver (by RLara23)
|
by Corey21Woods
Get Day from Week Program -- DIRE NEED
|
|
[2 replies] Last: Er, there's actually a pretty simple formula to get the day of the wee... (by Duthomhas)
|
by normanst
value returning function
|
|
[2 replies] Last: Hi you have called the function but haven't assigned or std::cout th... (by TheIdeasMan)
|
by nohomehobo
Full string not appearing
|
|
[1 reply] : The difference between fields is a HT character. The name field contai... (by Duthomhas)
|
by auba
Assigning string tokens to an array
|
|
[5 replies] Last: Almost. So your input file is just a single record , containing the v... (by Duthomhas)
|