by Saqib Ali
Very Simple Compile failing on Solaris 10
|
|
[1 reply] : There is quite a few problems with that code.. http://stackoverflow.co... (by closed account DSLq5Di1)
|
Reading a textfile in windows Vs linux |
|
[no replies]
|
by Nipun Gupta
Server Client Problem
|
|
[6 replies] Last: I take it this is a Windows app posted in the Unix section. You're ... (by kbw)
|
by ashish verma
cURL
|
|
[2 replies] Last: @Galik: I thought that guy solved the problem a month ago. Nice exampl... (by h9uest)
|
by serialcek
Need help with C programing Linux
|
|
[1 reply] : gcc supports some features that are not compatible with the standard. ... (by ne555)
|
by santhosh3749
REQUIRED C++ BOOKS
|
|
[2 replies] Last: http://www.cplusplus.com/articles/GLzyhbRD/ (by closed account 1vRz3TCk)
|
by nitin21
Displaying and manipulating tiff images
|
|
[2 replies] Last: I use libtiff for handling tiff images. (by Moschops)
|
by verWire3619
where is EOF?
|
|
[2 replies] Last: Thank you. This resolved the issue. (by verWire3619)
|
by Arthur Lucas
doubt about data csv
|
|
[1 reply] : use the strtok function to read the delimit values and read the values... (by santhosh3749)
|
by Arthur Lucas
malloc.c:2:19: fatal error: alloc.h: File or directory not found
|
|
[3 replies] Last: just you have to use the stdlib.h header file to use the malloc functi... (by santhosh3749)
|
by Karajic
pointer to structure array
|
|
[2 replies] Last: Thank you Very much!!! It really works! (by Karajic)
|
by Arthur Lucas
Error
|
|
[3 replies] Last: #include <stdio.h> #include <stdlib.h> /* 1: here*/ /*2: here*/int ... (by closed account 1vRz3TCk)
|
Why do I get segmentation errors ONLY for one specific input? |
|
[1 reply] : vector<int> x (sizeOfShip); vector<int> y (sizeOfShip); i... (by closed account DSLq5Di1)
|
by get funky
Where to begin?
|
|
[1 reply] : First you need know the unix system(POSIX, system calls,...). Talking ... (by andrezc)
|
by Cdoimne
A Simple User Interface in Xcode 4
|
|
[3 replies] Last: check the help in Xcode. There is all sorts of help and sample code th... (by closed account 1vRz3TCk)
|
by nima0102
Send to remote syslog server
|
|
[1 reply] : Write a socket client that connects to the remote syslog server. (by kooth)
|