by vexstorm
loop until key press (C code)
|
|
[1 reply] : http://linux.die.net/man/2/poll Poll on both the server and the sta... (by Duthomhas)
|
by Chris123
Not allow to type char string on a int value
|
|
[3 replies] Last: I don't think that crashing is a very useful answer to a bad input. ... (by Duthomhas)
|
by LEESI
Structures & Pointers (character profile)
|
|
[6 replies] Last: I cant seem to get this to work,im trying to output the health but lea... (by LEESI)
|
by Chris123
Problem with "gets()" or cin.get()
|
|
[7 replies] Last: Your error is because you are using getline improrperly. In your case,... (by mcleano)
|
by award982
string decoder
|
|
[11 replies] Last: could you explain how to write the same code again, but with differen... (by blackcoder41)
|
free book? where find? |
|
[3 replies] Last: If you want to learn it, and learn it well, you need books [that are n... (by moorecm)
|
by Null
operator ::
|
|
[4 replies] Last: Thanks. (by Null)
|
by ARWA
header file of class...there is smth i dont Know what!!
|
|
[2 replies] Last: what amistake thank you Bazzy verey much :) ill not do it again....st... (by ARWA)
|
by vim1911
Comparing array's element with entered value ?
|
|
[3 replies] Last: For loops... maybe? As the post above mine by blackcoder41 says, it... (by Albatross)
|
by olredixsis
Determining byte values per character
|
|
[3 replies] Last: or cout << 'A'-0; (by blackcoder41)
|
by ALB
Problem with reading records
|
|
[no replies]
|
by mbrinkley
This has never happened before...
|
|
[4 replies] Last: Make sure you are clicking on the exe file and not the cpp file. VS... (by Duthomhas)
|
by tysonc
Identical strings that aren't identical
|
|
[6 replies] Last: #include <fstream> #include <iomanip> #include <iostream> #include... (by tysonc)
|
by xxlt3xx
problem with function
|
|
[4 replies] Last: Lookup tables are your friends: //... const char * month_na... (by m4ster r0shi)
|
by Scott Vass
Derived types
|
|
[4 replies] Last: I should clarify, the code compiles alright, but the last line wasn't... (by m4ster r0shi)
|
John Napier's Algorithm |
|
[no replies]
|
by award982
string decoder
|
|
[2 replies] Last: Doh! I like to use different variable names to you. With this algorit... (by Scott Vass)
|
by Tylerk42
Type something out.
|
|
[1 reply] : In Windows, there is a section of the .NET API for simulating keypress... (by Albatross)
|
by marty09x
pointer and variables
|
|
[4 replies] Last: Thank you thats a great way to read syntax errors. I'm trying to to g... (by marty09x)
|
Can somebody explain the STATE function in C++? |
|
[1 reply] : A state machine is an abstraction -- and a very simplistic (but comple... (by Duthomhas)
|