by ljrobison
Need advice/clarification of while loop problem. DUE IN 1 HOUR
|
|
[11 replies] Last: Thank you all. My program was right. It would have been a lot ea... (by ljrobison)
|
PDCurses Extended Ascii Problem |
|
[no replies]
|
by kinchan
problem reading big flat file
|
|
[4 replies] Last: Thanks guys.... The real problem was different. There was a hiden weir... (by kinchan)
|
by JLFord78
getchar?
|
|
[3 replies] Last: Alright, still looking into this, but I really think you guys have poi... (by JLFord78)
|
by blucrosoft
string question
|
|
[4 replies] Last: thanks! (by blucrosoft)
|
by silver chips
Problem with GetMessage
|
|
[2 replies] Last: GetMessage() is irrelevant for subclassing. See the old MSDN articles... (by george135)
|
by Mythios
Staticly Linking DLLs to the .exe?
|
|
[3 replies] Last: If you are in DIRE need of statically linking a DLL to your program I ... (by mackabee)
|
by Darqam
output style
|
|
[3 replies] Last: You can also use Qt, GTK+ and lots of other GUI libraries. All these ... (by Bazzy)
|
by silver chips
Determine The Web IP ??? Possible ???
|
|
[1 reply] : You need to do a DNS lookup. See gethostbyname. (by kbw)
|
by chuckECheeze
Should I be worried?
|
|
[13 replies] Last: Great, thanks. The thing of it is that I just create the items, then ... (by chuckECheeze)
|
by ljrobison
Need advice with coversion program.
|
|
[8 replies] Last: Yes that`s right............ But if you think about it there is no ne... (by buffbill)
|
by gnugu
using rand()
|
|
[1 reply] : It is true that LCRNGs have patterns in the low bits. One can offse... (by jsmith)
|
by PkD
Refreshing a thread
|
|
[1 reply] : I also tried with usleep(1), method from QThread, but the loop is too ... (by PkD)
|
by olove05
Segmentation faul
|
|
[1 reply] : You are not checking for substricting boundaries (by Bazzy)
|
by MisterEd
C++ Map with multiple data types?
|
|
[6 replies] Last: Using the derivation thing with a template subclass seems to work nice... (by MisterEd)
|
by s2xi
time struct using CLASSES
|
|
[3 replies] Last: The tm struct has various pieces of time information within it that yo... (by Zhuge)
|
by kakashi316
multiple definitions error
|
|
[6 replies] Last: Don't #include source files - Never, Nowhere - , use your IDE's projec... (by Bazzy)
|
by ogelami
Strange problem with if statement
|
|
[3 replies] Last: You are looking at a packet filtering in to the game Diablo II, it's a... (by ogelami)
|
by rkarthi2k5
Query Regarding File I/O
|
|
[1 reply] : Duplicate post. Please see response in Beginners forum. (by jsmith)
|
by silver chips
Explaination of type def
|
|
[1 reply] : typedef unsigned long DWORD, *PDWORD, *LPDWORD; is the same as: ... (by firedraco)
|