UNIX/Linux Programming - August 2008 (Page 2)

C++ program for a ENS Linux Machine
 
Hello, I am new to linux and have to write program in C++ that executes on an ENS Linux machine. At this point I am wondering do I need to write the program i...
[1 reply] : It depends on how deeply you want to dive into OS-dependant functions.... (by Duthomhas)
by okonor
binary to ascii conversion using perl
 
How can i convert binary file to ascii file using perl in linux
[1 reply] : This is a C++ forum, not a perl forum. (by jsmith)
by srini
how i can read the contents of directory
 
hi, how can i read the contents of directory. suppose a directory is having some .txt files. now i want to read all the file one by one. how can i impleme...
[1 reply] : Use opendir() and readdir(). (man 3 opendir and man 3 readdir). Cont... (by jsmith)
concat problems
 
Having some problems copying one string to other. I copied strings in my other functions and they work fine but when I try the same thing I get garbage in my st...
[2 replies] Last: WOW I forgot about that. Thanks!!!!! (by Kenshinofkin)
by helios
Delay function
 
I'm looking for an equivalent function in Linux to the Sleep() function in Windows. That is, a function that holds execution for a certain amount of time withou...
[2 replies] Last: Alright. Thanks! (by helios)
Using sys/stat.h
 
I am getting an error saying size is unknown when declaring struct stat. Looking at sys/stat.h is very confusing and hard to understand how to use it. This is t...
[7 replies] Last: Yes you can The struct dirent has a field called d_type . If th... (by bnbertha)
by albogp
How to convert time to string in Linux?
 
Hi all, Is there anyone know how to convert time to string with a defined format (in linux) ? In Unix, we can cftime() function, but I can't find it in Linux...
[2 replies] Last: Hi Grey Wolf, Thank you very much. I have used strftime() function ... (by albogp)
reboot solaris os from another solaris machine. How ?
 
i need to reboot a solaris machine from another solaris machine. Is there any command available ? Thanks, Sakthi
[3 replies] Last: rsh :) Then you can use the "reboot" command. (by Zaita)
by mlussi
Question about threads (return values)
 
Hello I'm curious about the return values of "pthread_create" If successful, the pthread_create() function shall return zero; otherwise, an error number shal...
[15 replies] Last: http://en.wikipedia.org/wiki/Game_programming#The_game_loop (by Zaita)
wireless programming
 
Hello everyone!! I have a question for you, do you know any library for wireless programming network with C/C++?¿¿ Thank you!!
[1 reply] : What sort of wireless? 802.11? Bluetooth? Zigbee? and that's just t... (by bnbertha)
by quant
sdhci O2 Micro pio x86_64
 
Hello evrybody! A few about that. I have next truble using controller sdhci on x86_64 arch linux kernel 2.6.26 and older versions. 07:02.2 Generic system p...
[2 replies] Last: Sorry, I very wanted to sleep in then. I'm keep in mind #define in 32B... (by quant)
August 2008 Pages: 12
  Archived months: [jul2008] [sep2008]

This is an archived page. To post a new message, go to the current page.