by Mac
binary to interger
|
|
[8 replies] Last: Don't use gets()...that is all... (by firedraco)
|
by lampshade
Ordering of LinkedList code..
|
|
[1 reply] : This will sound mean but stl will make this a non issue. Use std::str... (by bnolsen)
|
by blueshark
Bad Allocation Exception by filling a vector
|
|
[6 replies] Last: Your problem is memory fragmentation due to the way vector resizes its... (by jsmith)
|
by Null
Very strange goto
|
|
[7 replies] Last: That sounds like a silly addition. Wouldn't assigning to a variable an... (by helios)
|
by Gregor
simple HTTP response
|
|
[2 replies] Last: As I understand it, the second CRLF is only when returning additional ... (by Gregor)
|
by sengoku
use of class template requires template arguement
|
|
[no replies]
|
by KenSoGCN
About the return address of shmat
|
|
[1 reply] : You shouldn't put pointers in shared memory. Each process may map mem... (by kbw)
|
by chrisname
Embedding ASM
|
|
[2 replies] Last: Thanks. The ASM is fun, I never realised it was so easy to learn. Imp... (by chrisname)
|
by Gooblah
I/O Operations running into fatal runtime error
|
|
[8 replies] Last: Even with your advised changes, the program still isn't writing. Here'... (by Gooblah)
|
by OSU123
Inventory Class Implementation
|
|
[2 replies] Last: The standard answer, I think, would be to do it outside the classes. ... (by webJose)
|
by Zishanrbp
how to write the program
|
|
[8 replies] Last: Thank you so much johnkravetzki (77). i appreciate your help. thanx ... (by Zishanrbp)
|
by luckycusp
Static Attribute in Class
|
|
[2 replies] Last: Thanks! (by luckycusp)
|
by blueshark
container iterator without end
|
|
[2 replies] Last: Thank you for your help :-) (by blueshark)
|
by low1988
recursion maze
|
|
[no replies]
|
by lampshade
Access Violation, Why?
|
|
[8 replies] Last: Yes. I thought I could pull that off in the c'tors init list. ... (by lampshade)
|
by Null
Anyone used set_new_handler?
|
|
[1 reply] : It's not evil. If you need it, use it; if you don't, don't. (by kbw)
|
by LoLFactor
Read line by line
|
|
[4 replies] Last: Are you suggesting something like: DWORD dwChars; LPSTR lpChar ; ... (by LoLFactor)
|
by Akashic
Weird class declaration.
|
|
[no replies]
|
by bjch512
How to display time elapsed continuously while a lengthy task is running?
|
|
[12 replies] Last: Thanks. I'll download the code and try to figure it out. (by bjch512)
|
by dharden
string literals split across lines
|
|
[1 reply] : It's a kind of string concatenation that happens at compile-time. If y... (by helios)
|