by SimonB
Switch statement
|
|
[3 replies] Last: MiiNiPaa, Thx for the anwser! TheIDeasMan, Sorry didnt see that one... (by SimonB)
|
by Tals
While(!fin.eof ()) Loop not ending
|
|
[2 replies] Last: You are the best!!! thank you soooooooo much!!!! (by Tals)
|
by Life24
C++ Support
|
|
[9 replies] Last: https://en.wikipedia.org/wiki/C%2B%2B/CLI (by MiiNiPaa)
|
by xsxsux
Password validation help!!!!
|
|
[7 replies] Last: Ok, that's another solution. You are wasting some memory but if you do... (by minomic)
|
by Daviid
Displaying items in a vector?
|
|
[1 reply] : I'm not sure I understood the question... Do you want to access a part... (by minomic)
|
by Nezar
a file of ints
|
|
[1 reply] : You can simply use a .txt file for the numbers. Then the code could be... (by minomic)
|
by xsxsux
Wondering if this works...
|
|
[4 replies] Last: Thank you very much! (by xsxsux)
|
Storing the input in the same variable the second time fails, |
|
[6 replies] Last: Oh right, you need to ignore it. Basically it will erase up to 10000 ... (by S G H)
|
by Immo
Program from C++ Primer not compiling?
|
|
[no replies]
|
by Sarah409
How to use sizeof()?
|
|
[3 replies] Last: That has nothing to do with sizeof . If you have an open array of o... (by Duthomhas)
|
by Scythifuge
error ISO C++ forbids...
|
|
[10 replies] Last: I may leave it out and toy with it later so that I can turn the progra... (by Scythifuge)
|
by JohnDeBord
Why Is My Function Returning 0?
|
|
[3 replies] Last: For starters that's not even standard c++ looks like c++/cli or c++/cl... (by giblit)
|
by henryfurland
passing 2d arrays and counters
|
|
[no replies]
|
by deathslice
Programming the computer to guess and improving the program.
|
|
[3 replies] Last: So, I've been fixing some errors inside my program and I was wondering... (by deathslice)
|
by cool23kid
how to read each line of a file
|
|
[no replies]
|
by abdalimran
Why alltime output 0?
|
|
[1 reply] : In function 'int main()': 12:23: warning: format '%lf' expects argume... (by keskiverto)
|
by Dan Feerst
How not to do cryptography
|
|
[4 replies] Last: Since you are only hashing a single string you can use CalculateDigest... (by naraku9333)
|
by Moonraker101
How to delete a local dynamic object in a function?
|
|
[5 replies] Last: You would indeed, but not until your LinkedList object goes out of sco... (by mutexe)
|
by cool23kid
Payroll Program
|
|
[no replies]
|
by franciscoat
Dynamically allocation of bitsets
|
|
[4 replies] Last: > bitset<400UL>& coord = *(new bitset<400UL>()); that's a leak.... (by ne555)
|