HELP! |
|
[5 replies] Last: The assignment is to write a C++ program to analyze a small file of Ch... (by IMNOTGOODATCS)
|
by SoftMOUNT
Console program skipping cin >> ... when two characters are entered?
|
|
[3 replies] Last: Thanks for the input guys. Understand now. (by SoftMOUNT)
|
by Huppa
Need help troubleshooting
|
|
[5 replies] Last: Um, I meant that as a genuine question. For all I know, you had a par... (by Huppa)
|
by ChrisLewis79
tictactoe with enums and an array. runs ok but I just can't find this bug
|
|
[2 replies] Last: ooooh. Yeah. So obvious now I see it. Yeah, on second inspection ... (by ChrisLewis79)
|
by Alerion
How to do yes / no question?
|
|
[6 replies] Last: Yep, return 0 is success and other is false (by closed account EwCjE3v7)
|
by moaz amin
find largest 3 element in array
|
|
[2 replies] Last: The obvious solution would be to have 3 variables to store largest val... (by giblit)
|
by ljm21
Trouble with vectors
|
|
[8 replies] Last: endless amount Another thing to mention is if you have a lot of data... (by giblit)
|
by avanhoes
Comparing two strings problem
|
|
[6 replies] Last: ok so before this while loop: while(i < phraseLength) { ... (by unsensible)
|
by Erinbear
User defined functions and obtaining prime numbers
|
|
[2 replies] Last: Maybe main is not grabbing the proper info that needs to be used. Coul... (by Erinbear)
|
by RjGuiuo
Conver Decimal to Binary
|
|
[12 replies] Last: and heres the one with bitset(might have some extra zeroes though) : ... (by SorinAlex)
|
by doc17
Hints to compile as wanted
|
|
[4 replies] Last: thank you unsensible & MiiNiPaa. and thank you for the well detailed e... (by doc17)
|
by sugarat
Default string value
|
|
[3 replies] Last: DOH!! Silly me.. I've been playing with the default value for so lon... (by sugarat)
|
by coepython
A constant function parameter not working, help!
|
|
[3 replies] Last: It works for me and online compilers: http://ideone.com/crbnQy http://... (by MiiNiPaa)
|
by dany77
Handling entries in 2d vectors
|
|
[1 reply] : species = new int[3,3]; is equivalent of species = new int ; spe... (by MiiNiPaa)
|
by Abe Wayer
Segmentation fault
|
|
[7 replies] Last: You forgot scanf on your line 12: scanf("%c", &carattere); ... (by MiiNiPaa)
|
by SangHan
Can you help me please?
|
|
[5 replies] Last: I use visual c++ and have not recieved such errors. Did you select "Em... (by closed account iAk3T05o)
|
by sugarat
Constructor Overloading (1,2)
|
|
[23 replies] Last: @NT3 - that's spot on, thanks very much. I have implemented the Vehi... (by sugarat)
|
by binaryamg
error:invalid types 'double[int]' for array subscript?
|
|
[8 replies] Last: because you also reverse you're printout ordering. if (x>y) { Tw... (by Jaybob66)
|
by bxrz
Need help writing this program!
|
|
[2 replies] Last: #include <algorithm> #include <iostream> #include <iterator> #include... (by MiiNiPaa)
|
by deibaby03
too few arguments to function in 'function()'
|
|
[5 replies] Last: boygroups(); <-- i call it like this, and then i have a value to r... (by MikeyBoy)
|