by Kyon
Linux Codes
|
|
[1 reply] : Nevermind, I found it. It appeared I hadn't included stdlib.h. (by Kyon)
|
by csgehman
Good IDE for C++ on Linux (1,2)
|
|
[22 replies] Last: cooooooool , i post 3 posts , chrisname 3333 (by yoyowinwin)
|
Strange Issue with GCC |
|
[10 replies] Last: Thanks for your explanations and advice everyone, you've all been very... (by jwesleycooper)
|
by wwuster
Makefile question
|
|
[3 replies] Last: I agree with moorecm. I would make a top-level Makefile to determine w... (by Galik)
|
by GnG
JP2 converter
|
|
[6 replies] Last: actually, I need to convert from YUV420 to RGB, and then save in JPEG ... (by GnG)
|
by scallioglu
Get file names to my program
|
|
[2 replies] Last: For example in the /root directory there is a file called xyz.txt.I wa... (by scallioglu)
|
by wybourn
Linux driver read error
|
|
[no replies]
|
by Mutje
Console line
|
|
[16 replies] Last: [quote=firedraco]because someone could have redirected it to an error ... (by Athar)
|
by Paganela
Problem with IP source Spoofing with Raw Socket
|
|
[3 replies] Last: Maybe that's a 'feature'? Preventing people from spoofing their source... (by RedX)
|
by harsh4u89
Linux for programmers
|
|
[15 replies] Last: Because i'm a Fedora user i would recommand it to you... I've began li... (by stephane)
|
by vivmen
adding lib file
|
|
[3 replies] Last: And including switch -Wall, which enables all warnings, will save you ... (by elega)
|
Passing variables to a Makefile on the command-line fails |
|
[2 replies] Last: Yeah you're right, what a dumbass I am! (by steve lorimer)
|
using sed to parse output of 'g++ --version' |
|
[6 replies] Last: :) respect! (by steve lorimer)
|
by Dimesh
About array !!
|
|
[2 replies] Last: Thanks .... (by Dimesh)
|
by juanf0503
input file
|
|
[3 replies] Last: Instead of: inData>>file //prime in read it's customary to rea... (by kbw)
|
by Seraphimsan
Setting up netbeans in linux
|
|
[2 replies] Last: In NetBeans, go to Tools/Plugins and select C/C++. That's all. Edit: ... (by Athar)
|
Fstream fails to open even though the filename is correct |
|
[15 replies] Last: Yeah, that helped me fix it. Apparently it was appending the name of ... (by demosthenes2k8)
|
by stavros
Double Free or Corruption error
|
|
[9 replies] Last: Solution: used gdb debugger and found a class object (multidimensional... (by stavros)
|
by newbie43
Still learning c++
|
|
[3 replies] Last: Sounds like your question is about terminology. I'm not certain that ... (by csgehman)
|
by abdbela
customizing the the path for lib and include
|
|
[3 replies] Last: I think the order of those arguments has significance. Try moving -l... (by moorecm)
|