by gAaRa
How to increase font size? (Borland 5.5)
|
|
[3 replies] Last: You can't. You can draw on the console window though, and accomplis... (by Duthomhas)
|
by Warrior2089
How do I put a delay in my coding?
|
|
[8 replies] Last: There's no such function in the standard library. (by helios)
|
by L Plate
Can't figure out how to detect zero when using command prompt inputs.
|
|
[2 replies] Last: Thanks jsmith, that helped a lot. Is there a function similar to strt... (by L Plate)
|
by low1988
reading input ?
|
|
[2 replies] Last: Simply using input >> name seems to use a space as a delimiter. T... (by ShadowTek)
|
by raven123
TicTacToe not determining winner
|
|
[11 replies] Last: You don't necessarily have to check every possible placement. Once you... (by Duthomhas)
|
by ShadowTek
Using getline() doesn't return the entire line from a text file
|
|
[13 replies] Last: Yeah, I used Watcom for about a day. I was trying to do the simple Hel... (by ShadowTek)
|
by man156
Rounding Numbers in c++
|
|
[14 replies] Last: std::cout << ceil( 12.5 - 0.5 ) << std::endl; displays 12, instead of... (by Mitsakos)
|
by low1988
cin.getline does not return value
|
|
[10 replies] Last: Thanks it works like a charm!But i found another alternate way ,i add ... (by low1988)
|
by idono
expected input Errors!?!
|
|
[5 replies] Last: You are missing some brackets and semicolons - you need to align your ... (by mahlerfive)
|
by lain
CountNmbrsBigger – provide a count of the number of data
|
|
[14 replies] Last: I am certainly no expert at all, and neither are most people that pos... (by exception)
|
by toshiro
SOLVED: Problem with bitset
|
|
[12 replies] Last: I'm sorry, I still can't get it to run, even though I tried for quite ... (by toshiro)
|
by bluegray
Pointers
|
|
[3 replies] Last: I was puzzled by that at first too. You have to look closely as its ea... (by mikeb570)
|
by mrprog
decimal
|
|
[2 replies] Last: You could do something like setprecision() or whatever to say 2 decima... (by mikeb570)
|
by Warrior2089
How do I allow for user input while a for loop is running?
|
|
[4 replies] Last: You forgot to #include <windows.h> I'll edit my post on the other... (by Duthomhas)
|
by kacko
Thinking the right way
|
|
[11 replies] Last: I don't know. The url code for the forum still has some bugs in it. It... (by Duthomhas)
|
by Blackavar
Sort fails for a struct I create
|
|
[2 replies] Last: It works perfectly now. Thank you, Duoas. (by Blackavar)
|
by kaisin
e2316 ...is not a member of 'Tform1'
|
|
[4 replies] Last: It is declared in that "Unit1.h" include. He needs to post its code to... (by Duthomhas)
|
by ShadowTek
Must always use clear() after reaching eof?
|
|
[2 replies] Last: Yeah, thanks. I'll use "while (myfile.good())" from now on. I'll se... (by ShadowTek)
|
by m4k4v3l1
alphabetical & pixel graphics
|
|
[no replies]
|
by kanameh
Linear Program
|
|
[no replies]
|