by blairtch
Issues Overloading Operators
|
|
[5 replies] Last: Increment and decrement are working like they should. Line 2 day = 5 ... (by mobotus)
|
Sum of All Pos Integers from A to B |
|
[6 replies] Last: Thanks Esslercuffi! (by supernoobjake)
|
mytxt.dat, mytxt.bin |
|
[7 replies] Last: Thank you very much for that n your time too, I appreciate (by closed account SECMoG1T)
|
by rich1
Spam filter
|
|
[no replies]
|
by hanest
output data to txt file
|
|
[2 replies] Last: thanks a lot (by hanest)
|
C verify input |
|
[1 reply] : Thought % f was for float type. Aceix. (by Aceix)
|
by amna03
new in programming
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/arrays/vhope it helps. Aceix. (by Aceix)
|
by vxk
different result for allocated uninitialized int*
|
|
[6 replies] Last: Yes, except for: std::vector<int> v2(); // empty vector declares f... (by JLBorges)
|
by qingcheng
read nuknow row file in to array
|
|
[1 reply] : you cannot (directly) dynamically allocate an array at run time. The s... (by Esslercuffi)
|
by Finnian
Stuck in loop when value over int is entered
|
|
[3 replies] Last: Fixed it with this code thanks to someones post on yahoo answers, I al... (by Finnian)
|
by Funkist
Basic inventory problems
|
|
[7 replies] Last: Nevermind i solved it. I changed: if(flag == 0) { } else { } ... (by Funkist)
|
by masonTindol
Reading in basic C File I/O help
|
|
[1 reply] : I would read the first element in, and throw the rest into a variable ... (by mobotus)
|
by ANouf
please help
|
|
[11 replies] Last: change: cout<<"welcome the tairn ticket cost calculator,\nHow old are... (by Funkist)
|
by JackHawk
Help with switch statements inside while a loop
|
|
[4 replies] Last: Thank you so much for the help. :) (by JackHawk)
|
by rightfred
Text file not read properly
|
|
[6 replies] Last: Then empty the buffer into the vector right after the loop has ended. ... (by Aceix)
|
by jeltedeproft
basic input, ouput and stream operations
|
|
[no replies]
|
just a question? |
|
[1 reply] : You could start with a really big power of 2. Something like 2^15. T... (by kevinkjt2000)
|
by Phaxen
Generating random integers, calculate the square root, calculate the average
|
|
[10 replies] Last: Very close. Line 13: random1 and random2 is actually a boolean expr... (by dhayden)
|
by HelenI
For
|
|
[2 replies] Last: thanks (by HelenI)
|
by qingcheng
how to call my function
|
|
[5 replies] Last: Oh! Good catch! Sorry about that. (by dhayden)
|