UNIX/Linux Programming (Page 4)

New! Join the C++ community on Google+
Parralell running child process.
 
Hello, I am new to c++. I want to create a child process programmatically. I searched the web. and ...
[2 replies] Last: Whe you use fork(), the parent and child do run concurrently. Why do ... (by kbw)
Trouble making Eclipse CDT work.
 
Hello, all. So, I'm a novice programmer who recently took to running eclipse for c++ coding on my Un...
[13 replies] Last: You get them by building the project. They will be placed in your proj... (by Athar)
not declared in the scope
 
I created a header file called view.h class View { public: void showLoginScreen(); } ...
[5 replies] Last: Well for me, writing it in three separate files as in my post above an... (by Moschops)
Problem with "&"
 
Dear ALL, I wrote a c++ program which accepts username and passwd. I executed the binary from li...
[1 reply] : You need to escape special characters: \& (by Athar)
getting battery life
 
I was wondering how i would get the battery life of a computer on linux i need for a java jni projec...
[no replies]
Best IDE to use
 
Alright, so I decided to start programming for Linux, but I'm not sure what the best IDE I should us...
[4 replies] Last: For starters, I recommend a simple text editor that handles auto-inden... (by Moschops)
G++ not found
 
Basically, subj. I did build-essentials. g++ in console works perfectly fine, and is of latest edit...
[1 reply] : g++ in console works perfectly fine then the problem is with the conf... (by ne555)
SHELL PROGRAMMING - COUNTING ALPHABETS
 
1) How do I get the number of times the alphabet appear ? 2) How do i count frequency of 1-letter w...
[6 replies] Last: it sure does, thanks just a simple question how do we Have an input... (by Charcoalman)
write ssh client
 
hi, i want to write c++ program, GOAL : " when a person press a button on windows OS my linux OS s...
[7 replies] Last: Have you ever used a library before? It's just the same as others. Lin... (by ResidentBiscuit)
by Xdfer
aggregate value used where an integer was expected
 
Hi, #define BOOTROM_RAM_ADDR 0xd800000 #define ROM_OFFSET(adr) ((UINT)adr - ( UINT )BOO...
[2 replies] Last: I corrected (by Xdfer)
Pages: 1234
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.