Click here to Skip to main content
15,901,205 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: shmget returning 0 Pin
Shyam Bharath26-Oct-08 19:16
Shyam Bharath26-Oct-08 19:16 
QuestionIs Linux worth it? Pin
Meer Osman Ali25-Oct-08 20:05
Meer Osman Ali25-Oct-08 20:05 
AnswerRe: Is Linux worth it? Pin
flydream204613-Dec-08 21:08
flydream204613-Dec-08 21:08 
QuestionWhat do I need to learn? Pin
MikeMarq20-Oct-08 9:20
MikeMarq20-Oct-08 9:20 
AnswerRe: What do I need to learn? [modified] Pin
Shyam Bharath26-Oct-08 19:07
Shyam Bharath26-Oct-08 19:07 
GeneralRe: What do I need to learn? Pin
MikeMarq31-Oct-08 12:03
MikeMarq31-Oct-08 12:03 
Questioncompiling more than 2 C files Pin
Schehaider_Aymen19-Oct-08 6:52
Schehaider_Aymen19-Oct-08 6:52 
AnswerRe: compiling more than 2 C files Pin
Moak19-Oct-08 14:49
Moak19-Oct-08 14:49 
Blood_HaZaRd wrote:
$gcc -c Server.c Client.c
$gcc -o Blood *.o
it told me that there is a double declarion of the function main


Did you try this?

$gcc -c Server.c Client.c
$gcc -o blood_server Server.o
$gcc -o blood_client Client.o


GeneralRe: compiling more than 2 C files Pin
Schehaider_Aymen19-Oct-08 23:06
Schehaider_Aymen19-Oct-08 23:06 
AnswerRe: compiling more than 2 C files Pin
DevMentor.org24-Oct-08 17:58
DevMentor.org24-Oct-08 17:58 
QuestionMultithreading with Multi-Core and Linux Pin
Thanh.VD19-Oct-08 5:30
Thanh.VD19-Oct-08 5:30 
AnswerRe: Multithreading with Multi-Core and Linux Pin
Moak19-Oct-08 14:47
Moak19-Oct-08 14:47 
GeneralRe: Multithreading with Multi-Core and Linux Pin
Thanh.VD20-Oct-08 16:59
Thanh.VD20-Oct-08 16:59 
AnswerRe: Multithreading with Multi-Core and Linux Pin
markkuk23-Oct-08 0:43
markkuk23-Oct-08 0:43 
GeneralRe: Multithreading with Multi-Core and Linux Pin
Thanh.VD27-Oct-08 6:18
Thanh.VD27-Oct-08 6:18 
Questionsorting on cloumn headers acending and desanding Pin
umeshdaiya18-Oct-08 1:40
umeshdaiya18-Oct-08 1:40 
AnswerRe: sorting on cloumn headers acending and desanding Pin
Mohammad Dayyan18-Oct-08 9:04
Mohammad Dayyan18-Oct-08 9:04 
GeneralRe: sorting on cloumn headers acending and desanding Pin
umeshdaiya19-Oct-08 21:13
umeshdaiya19-Oct-08 21:13 
AnswerRe: sorting on cloumn headers acending and desanding Pin
Jules VDV29-Jan-09 8:44
Jules VDV29-Jan-09 8:44 
AnswerRe: sorting on cloumn headers acending and desanding Pin
Ranjit Viswakumar29-Jan-09 12:40
Ranjit Viswakumar29-Jan-09 12:40 
QuestionNeed Linux Libraries Pin
gtag16-Oct-08 1:58
gtag16-Oct-08 1:58 
AnswerRe: Need Linux Libraries Pin
Divyang Mithaiwala16-Mar-09 0:50
Divyang Mithaiwala16-Mar-09 0:50 
Questionmysql date Pin
UD(IA)13-Oct-08 22:49
UD(IA)13-Oct-08 22:49 
AnswerRe: mysql date Pin
Perspx19-Oct-08 19:56
Perspx19-Oct-08 19:56 
GeneralRe: mysql date Pin
umeshdaiya19-Oct-08 21:14
umeshdaiya19-Oct-08 21:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.