by friendPC
Program just exit
|
|
[2 replies] Last: ->KRAkatau, Many many thanks, I can't believe i have to travel all th... (by friendPC)
|
by assassin2811
double hashing
|
|
[2 replies] Last: Thanks, you saved me , KRAkatau, now i understand (by assassin2811)
|
by AlienCombra
Problem on Space deleting function
|
|
[1 reply] : the problem occurs when you detect a second space. Don't do any specia... (by coder777)
|
by LunarB
C++ Socket Programming (Recv and Send)
|
|
[1 reply] : it is a complex problem. how to send and receive data relies on the pr... (by coder777)
|
by Tazzy
Array (1,2)
|
|
[27 replies] Last: Tazzy is either a troll, or someone who doesn't want to learn the lang... (by Volatile Pulse)
|
by Ebo Mensah
C++ ILOG CPLEX
|
|
[no replies]
|
by shipra
Need Help regarding C online
|
|
[2 replies] Last: i also need help dear.... :( (by Laverneyek)
|
by Mysq
string.erase does not work?
|
|
[14 replies] Last: finally i got :D thanks JLBorges, you're awesome :) thanks thanks :) (by Mysq)
|
by exlarge
Yardım lütfen acil
|
|
[4 replies] Last: If to use std::string then the code can look as #include <iostream> ... (by vlad from moscow)
|
Which comes first? (1,2,3) |
|
[42 replies] Last: > Is there a good first program to understand threads a little better?... (by JLBorges)
|
by Sharpie
Asteroid
|
|
[1 reply] : You could use an API like Allegro, SDL or SFML. (by TheGrayWolf)
|
by caibbor
signed integer with only signed bit set. (-0)
|
|
[11 replies] Last: > undefined behavior because of the cast? No. The unsigned short is p... (by JLBorges)
|
by killerloader
Reading multiple bytes from a file.
|
|
[1 reply] : std::vector<int> n ; { // cstdio std::FILE* f = std::fopen( "p... (by JLBorges)
|
by kgcsinister7
if statements not working
|
|
[11 replies] Last: Why not just work out the 2 roots with a function that takes the dete... (by TheIdeasMan)
|
by killerloader
reading/writing bytes??
|
|
[1 reply] : The opposite of fputc is fgetc. int rs = fgetc(f); (by Disch)
|
by SMA01
Please help, don't know why program is crashing...???
|
|
[3 replies] Last: Thanks. I'm confused as to how to fix it, I've tried intializing lastI... (by SMA01)
|
by jaded7
templated functions help
|
|
[2 replies] Last: Great, thanks. (by jaded7)
|
by Pter0dactyl
text colour
|
|
[17 replies] Last: I have been wondering this thanks! (by Sharpie)
|
Inline functions and scope |
|
[10 replies] Last: I doubt there is a compiler today that pays any attention to the keywo... (by Cubbi)
|
Function variable... |
|
[1 reply] : Pointers to functions: http://en.wikipedia.org/wiki/Function_pointer ... (by JLBorges)
|