UNIX/Linux Programming (Page 2)

linking c++ file with a .so file
 
HI, I am trying to wrap an existing API with my API. I have written the code in C and C++ for my AP...
[1 reply] : Try supplying an "soname" to the linker: g++ -shared -Wl,-soname =fle... (by norm b)
my pipe exits from shell,
 
//implement single pipe int fd ; pipe(fd); cout<<command...
[6 replies] Last: from dtscode: 1) Next time, please post a proper test case: http://ee... (by toad1359)
understanding Pthread_cond_signal()
 
Hi. I do not understand this function. It says in the reference manuals that it wakes up/unblocks bl...
[1 reply] : Here are good overviews of pthreads: http://www.yolinux.com/TUTORIALS... (by koothkeeper)
Binary files compatibility
 
I have a .o file generated by arm compiler and another .o file generated by gcc-arm cross compiler. ...
[4 replies] Last: The executable is built on gcc. I want to build the library using arm,... (by Minions)
How to make a app like nano or vim in which the whole terminal is used
 
When i make my terminal apps i don't like it when all the stuff that i ran in my terminal appears at...
[2 replies] Last: there is also termbox which is minimalistic and easy to use. (by mmw)
by Pam44
Empty file on pcap_dump
 
Hi, I am trying to capture packets using a pcap library API. I am used pcap_dump to dump my packes...
[1 reply] : First, please edit your post and use the formatting features to proper... (by PanGalactic)
by arvust
optarg
 
Hi, Anyone with a fair amount of experience in using optarg? I am currently trying to use it due ...
[1 reply] : http://www.cplusplus.com/search.do?q=getopt (by koothkeeper)
Linking GLFW Dependencies in Code::Blocks
 
I'm having issues figuring out what libraries I need to link to run this program: #include<cstdli...
[5 replies] Last: I'll suppose that glfw refers to version 2 jhere's a list of differenc... (by ne555)
SDL1.2 on a raspbian pi2
 
I'm learning SDL on a raspberry pi2 (raspbian OS) and I'm following the tutorials over at http://laz...
[4 replies] Last: You have a semicolon at the end of line 60 which makes line 61-65 not ... (by Peter87)
by koxp
Copy of a file
 
Hi together, i wrote i code, which should copy the content of a file to another file. Synopsis of...
[2 replies] Last: I m sorry that i dont familiar with the UC file operation,i wrote it i... (by stormSpirit)
Difficulty with Conditionals
 
Hey! I'm having a little difficulty with my code. Here it is: bool user::Execute(SampleFormat& sam...
[6 replies] Last: Problem solved! (by whitebeard)
implement your own pipe ls | wc example
 
what am I doing wrong, this is part of my code for only | //ignore unnecessary headers #...
[4 replies] Last: thanks a lot ...its working...one more thing..how would I implement mu... (by csstudent123)
cross compiler for arm in windows
 
I want to build a static library with Arm Ds5 compiler. I want to use the library in another executa...
[1 reply] : I find the Yocto framework to be the most flexible; however, the Eclip... (by koothkeeper)
Pages: 12
  Archived months: [may2015]

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