by sig226
Organizing varied numbers into columns
|
|
[2 replies] Last: Awesome, that's what I was looking for, thanks. (by sig226)
|
by aish96
HELP PLEASE!
|
|
[1 reply] : On line 28: }while(ba_sal == 0); = means assign == means compar... (by coder777)
|
by machinafour
Another binary question
|
|
[7 replies] Last: #include <iostream> #include <bitset> #include <limits> int main() {... (by JLBorges)
|
by Jades
CLEAR DATA
|
|
[7 replies] Last: int nmbr2entr, se = 0; do { cout << "How many numbers do you want ... (by keskiverto)
|
by aish96
error: no match for 'operator>' in 'ba_sal > 100000'|
|
|
[2 replies] Last: yes! that solved it.. thank you :D (by aish96)
|
by MasterT
Why must you specify the length of a second array when passing it to a function?
|
|
[1 reply] : Both of those calls are wrong. So is the help() function. void help... (by Disch)
|
by tatai
Reading Line
|
|
[3 replies] Last: thank you (by tatai)
|
String from array |
|
[6 replies] Last: Mats I believe is trying to return how many *unique* letters from a ... (by booradley60)
|
by dougzito
[HELP]Write in files
|
|
[2 replies] Last: problem solved by following the instructions while(func != lista ){... (by dougzito)
|
by face88
Inheritance
|
|
[2 replies] Last: Sory.Those are fine.I just wrote a sample forgot that.I also tried usi... (by face88)
|
print strings from the array |
|
[2 replies] Last: bool doesEndWithVowel ( string word ) { char c = word[word.size(... (by nvrmnd)
|
by ccngai
2D array manipulation
|
|
[4 replies] Last: Can i do in this way? You can simply flip array around horizontal ... (by rodiongork)
|
arithmetic operations |
|
[1 reply] : In order to make sense of expressions like this, there are several rul... (by Chervil)
|
by enemy
Refference traslation
|
|
[3 replies] Last: Doesn't the tutorial (that NwN did link to) contain simple examples? (by keskiverto)
|
by patrikgwet
Display from binary
|
|
[5 replies] Last: Thank you for your answer. JLBorges, I am working on a code for writin... (by patrikgwet)
|
by MohamedDZ
exception handling
|
|
[4 replies] Last: int foo( int a, int b ) { return a / b; } int bar( int a, int b, i... (by keskiverto)
|
by kariya
want to know something
|
|
[2 replies] Last: You have a few options depending on your OS. I'm going to assume you'... (by Stewbond)
|
by toast9
keep loops asking
|
|
[7 replies] Last: Show the exact and full code you are using right now. EDIT: Anyways,... (by The illusionist mirage)
|
by daileya
loop issue and compile
|
|
[3 replies] Last: Well...like this . . . do{ // execute what you want to repeat as... (by The illusionist mirage)
|
by cmill16
Need help with defining a function!
|
|
[1 reply] : Try this slight modified: #include <iostream> using namespace std; do... (by condor)
|