by BtheMan
hw help
|
|
[5 replies] Last: This is probably two levels of nesting short to do your homework ... ... (by lastchance)
|
by pnc 55
Please Help Me to Give Algoritham for this program.
|
|
[3 replies] Last: c++ has a built in sort, which is smart and fast. If you want to do... (by jonnin)
|
by Greenyl
Subscript out of range error
|
|
[4 replies] Last: Thank you! Now it really works! Have a nice day =) (by Greenyl)
|
How to use Rand??? |
|
[7 replies] Last: Hello LyonPredator, Working off what keskiverto suggested with if/els... (by Handy Andy)
|
by king11232
scoping issues?
|
|
[1 reply] : The problem is that getAccount(index) returns a copy of the object. H... (by coder777)
|
by Minessota
recursion
|
|
[4 replies] Last: Okay thank you! (by Minessota)
|
LOOP HELP |
|
[7 replies] Last: #include <iostream> #include <cstdlib> #include <ctime> int main() {... (by JLBorges)
|
by hmay
pyramid of numbers
|
|
[1 reply] : Hi, line 25 can be replaced with cout<< ((col+1)%10) ; HOPE IT HE... (by shadder)
|
MySQL with C++ |
|
[5 replies] Last: Thank you very much Helios, Correct, I translated in from another lan... (by mynameisalexey)
|
Rand for different results |
|
[1 reply] : Use a loop. while (userGuess != -1) ... You should give your varia... (by JayhawkZombie)
|
24 hour notation to 12 hour notation problem. |
|
[2 replies] Last: Thankyou!!! (by MAZambelli4353)
|
by adam2016
Input/Output
|
|
[3 replies] Last: is it the same for all streams such as string stream etc? yes. A st... (by AbstractionAnon)
|
How is C++ better than other High level languages like Java ,C# etc. |
|
[3 replies] Last: C++'s type system is more powerful, on account of templates. On the ot... (by helios)
|
by JustMcCollum
Trouble creating Shipping Cost program
|
|
[14 replies] Last: Hello JustMcCollum, Two things that I found. When you prompt the use... (by Handy Andy)
|
by MeetTheMedic
Error when opening a file in command prompt via program
|
|
[3 replies] Last: Yeah, Repeater is right. What you'd need to do is construct the entir... (by MikeyBoy)
|
by spartannn
throw, try, except error
|
|
[3 replies] Last: Oh...how could I forgot include string :/ Thanks!!! (by spartannn)
|
by noob at C
holding values from other functions?
|
|
[4 replies] Last: wow thank you so much! no wonder I couldn't even search correctly on g... (by noob at C)
|
by asdfcxz
simple calculator
|
|
[1 reply] : #include <iostream> double calculate(char op, double n1, double n2) ... (by JLBorges)
|
by asdfcxz
cin issue
|
|
[1 reply] : Line 18: // getline(cin, name); getline( cin >> ws , name); // extra... (by JLBorges)
|
by Minessota
if, else, switch
|
|
[5 replies] Last: I have gotten the typos and if statement sorted out and it has compile... (by Minessota)
|