by Herathe
infinate while loop
|
|
[2 replies] Last: I would expect c1 to be a char, and compare it against the characters ... (by seymore15074)
|
by mat1989
counting amount of html comments in text file
|
|
[2 replies] Last: You can use istream::get http://www.cplusplus.com/reference/iostrea... (by Bazzy)
|
by Andre
get line troubles in Basic Input/Output
|
|
[3 replies] Last: Thanks again eker676. No doubt you'll see me around the beginner's fo... (by Andre)
|
by AndeM
C++ Function with Sring Return
|
|
[4 replies] Last: I know that. Sometimes you have to assume that everyone is stupid. I... (by eker676)
|
by Harlequin
question about .h ,about the compiler
|
|
[4 replies] Last: Even if windows.h is not part of the C++ standards, the angle brackets... (by Bazzy)
|
by mat1989
Counting characters in a textfile
|
|
[4 replies] Last: Thanks guys got it working :). x (by mat1989)
|
by sobi
Array of random integers in C
|
|
[3 replies] Last: thanks for all the replies and post (by sobi)
|
by masiht
inline and not inline function
|
|
[5 replies] Last: For most compilers inline does not mean "you must inline this func... (by Bazzy)
|
by Sabal
sizeof()
|
|
[3 replies] Last: sizeof is an operator and it returns the size of a type or a variabl... (by Bazzy)
|
by infuser21
Problem with descending order code?
|
|
[2 replies] Last: You can use STL algorithms to sort easily http://www.cplusplus.com/re... (by Bazzy)
|
by andrewt
sqrt() nan problem
|
|
[4 replies] Last: That's what I was trying to understand...if it was compiler dependent ... (by andrewt)
|
by willscpp
HOW TO CREATE FILES...
|
|
[2 replies] Last: thanks gogo (by willscpp)
|
by user name
Include .png in executable
|
|
[16 replies] Last: Thank you very much! (by user name)
|
by Em3rgency
Telling apart numerical values from letters
|
|
[7 replies] Last: But I did try to leave it empty, and I got some errors. Though I just ... (by Em3rgency)
|
by Gumbercules
My bitset
|
|
[4 replies] Last: N / 8 + !!( N % 8 ) !!x is a clever programming trick, given an int... (by jsmith)
|
by Solmi
Using Input String to Call Function with Same Name
|
|
[5 replies] Last: What you are trying to do is common. Use a lookup table. #include ... (by Duthomhas)
|
by mudd2
Saving c++ into a .txt file (1,2)
|
|
[21 replies] Last: Thank you very much sir eker676 and for the rest of those who helped m... (by mudd2)
|
by rossjohn07
New Craps Game (1,2)
|
|
[24 replies] Last: You'll get better, it just takes time. ;D (by eker676)
|
delete from a vector |
|
[5 replies] Last: Note that if insertion and removal of elements in the middle of the co... (by seymore15074)
|
by jaydr
making output look nice
|
|
[2 replies] Last: Thank you eker676 i have tried your 1st solution and it works great ju... (by jaydr)
|