by sysabod
why the text file size is one more than the character count
|
|
[4 replies] Last: yes,now i get the point . thanks a lot ! (by sysabod)
|
by Krisando
stdio.h syntax related error?
|
|
[8 replies] Last: Instead I took out the include (Minini) which caused this error in Win... (by Krisando)
|
by fuzzylr
Socketing
|
|
[4 replies] Last: See some good links: http://www.kgsepg.com/project-id/12881-tcp-ip-so... (by techie07)
|
by banu
Unix system crashing - Need help to identify the issue
|
|
[4 replies] Last: I'd guess that you have a memory bounds error that's corrupted the sta... (by kbw)
|
by iamuser2007
C++ recursive string subset? NEED HELP
|
|
[3 replies] Last: Have you tried doing with pen/paper first? If not, give it a go with ... (by kbw)
|
by ivanBG
Runing Allegro binary on different pc.
|
|
[3 replies] Last: Solved it, it's very easy actually. Here is how: g++ game.cpp -o game... (by ivanBG)
|
by karlo
g++ doesn't find default libraries
|
|
[no replies]
|
by anuragbs
String comparisons. a program to compare words of two files and return them
|
|
[3 replies] Last: THe problem Statement - TASK: Write a C++ program to read a collection... (by anuragbs)
|
by Ihtisham
Error; "conflict type for ..."
|
|
[3 replies] Last: Do you know about function prototypes? I suggest you declare the StrR... (by anonymous23323124)
|
by tap3ah
APUE book Exercise 3.2 (no solution)
|
|
[2 replies] Last: http://pubs.opengroup.org/onlinepubs/009695399/functions/dup.html (by tap3ah)
|
by rw123
compile error
|
|
[1 reply] : DBSql Database::Table( const char* tableName ) { return Table... (by diedrexler)
|
by behzadC
Help: Pass an Input to a Program for test
|
|
[7 replies] Last: Basically, show what is inside the cat file, which is about "control c... (by Garfed)
|
by pengkeanh
memory usage problem.
|
|
[2 replies] Last: It's more likely that the pages are not being released back to the OS ... (by Athar)
|
by moradwan
Outputting Arabic characters
|
|
[2 replies] Last: Agreed. Outputting them to the console might be tricky. I'm not sure... (by moorecm)
|
by lostincode
Trouble reading from a file
|
|
[4 replies] Last: Thanks Athar, I appreciate the help. I'm new to C++, as you can tell.... (by lostincode)
|
by dumbterminal
SIGCHLD and watpid()
|
|
[1 reply] : Check errno after wait() to see why you got -1. (by kooth)
|
by crinus
Emulator of PowerPC
|
|
[1 reply] : This is a classic case for Google search. Recently active open source ... (by Zeillinger)
|
by ivanBG
Allegro problem
|
|
[2 replies] Last: Thanks, at first I told that the files will be stored in the executabl... (by ivanBG)
|
by lostincode
Program compiles and runs in Netbeans but not at terminal
|
|
[7 replies] Last: Yes, that is correct. I'm guessing I'm not finding the executable cre... (by lostincode)
|
by talentspsp
g++ header searching path
|
|
[3 replies] Last: Do it one time inside a Makefile so you don't need to repeat typing th... (by sohguanh)
|