by rafacnsoccer
PROBLEM with my program. im confused
|
|
[2 replies] Last: And please don't type all in caps. It's very irritating, not to mentio... (by chrisname)
|
by feeder74
Ncurses and Segmentation Fault
|
|
[6 replies] Last: Hmm... I should mention that you shouldn't be including source files. ... (by chrisname)
|
by hayksk
Lost source file after compilation with GCC
|
|
[15 replies] Last: Hmm, not sure about all Linux flavours but in the Ubuntu I have, when... (by hayksk)
|
by shivas88
error while compiling
|
|
[2 replies] Last: If you use [co de] tags and indent your code you may see where the e... (by Bazzy)
|
by jre247
Creating a Pipe with parent and child processes
|
|
[3 replies] Last: You need to create the pipe in the parent before forking . (by jsmith)
|
by snailshen
md5 source
|
|
[no replies]
|
by fengshuiyue
How to learn programming for Linux/Unix?
|
|
[2 replies] Last: Hello, Personally, I like Ubuntu because it simple and easy to use.... (by closed account y8h7M4Gy)
|
by unregistered
scrolling ncurses window
|
|
[no replies]
|
by iti
POSIX message queue naming
|
|
[1 reply] : @yes u shuld provide a any file name just to get the key ... If any ... (by cpplinuxnewbie)
|
by FTIUkraine
C++ on MAC
|
|
[7 replies] Last: http://developer.apple.com/technologies/tools/xcode.html (by closed account z05DSL3A)
|
by Ainee
Reproducing Linux Bugs
|
|
[no replies]
|
How to send image through ethernet(tcp/ip)? |
|
[5 replies] Last: @hittlle Thnk u .. i changed my design .. isntead of sending the image... (by cpplinuxnewbie)
|
by jddaugherty
Formatting an output file
|
|
[2 replies] Last: #include <fstream> int main() { double x; double y; ... (by Galik)
|
by adtr
anyone know how i would do this?
|
|
[1 reply] : "script", "assignment4.sh" ? This is a C++ forum (by Bazzy)
|
by hittlle
Any recommendations about C++ under Linux/Unix?
|
|
[3 replies] Last: Not current C++ standard, but you can have such things from the ( cros... (by Bazzy)
|
by mockle
how to use configure to change name of lib
|
|
[3 replies] Last: Why not change the lib name in Makefile.am and rebuild? (by kbw)
|
by hadoque
Valgrind finds memory leaks, crtdbg doesn't
|
|
[6 replies] Last: Thanks! (by hadoque)
|
Shared Memory |
|
[18 replies] Last: for this problem u can use FIFO (named pipe). that will be simple and... (by ankitsingh12)
|
by jakeharv88
C++ errors
|
|
[3 replies] Last: Yes. Look at the paths. (by kbw)
|
by chrisname
Getting root access (with permission, obviously)
|
|
[5 replies] Last: Ok. I assumed programs could gain root access (they can, with setuid()... (by chrisname)
|