UNIX/Linux Programming (Page 2)

c string/string to long double
 
Hi I would like to ask how I can convert string to long double for further calculation in long doubl...
[1 reply] : you can use stringstream http://www.cplusplus.com/reference/sstream/st... (by abhishekm71)
Anyone please explain what this code means?
 
Hi All, onUnknownField = [=] (BidRequest * br, JsonParsingContext & context) { I am c...
[2 replies] Last: Thanks very much for your help. (by arayappan)
Does anyone on here use codelites
 
Could someone please help me I have been trying to get codelite to run a program for 3 hours now . I...
[1 reply] : It might be worth asking your question here, too. codeLite forum http... (by andywestken)
Dinning Philosophers Using Condition Variables
 
There is something wrong with this pseudo-code, but I can't tell what it is. Could you help? ...
[no replies]
something is wrong with this program
 
i tried to see the mean and variance of the set. mean is calculated correctly and i am facing the pr...
[4 replies] Last: Good post and the nice information http://www.arm2teeth.com (by Montgomery)
compiling with #define in multiple files
 
I have a project with multiple .h and .cpp files. I want to compile this project and add #defines u...
[5 replies] Last: Yes, you can have as many defines as you want. so, file1.cpp #ifdef... (by writetonsharma)
to check for mixed input
 
suppose i take an int type variable and give input in that which is mix of int as well as char type....
[4 replies] Last: I don't know what you are asking. Just guessing your problem, before... (by writetonsharma)
linux program help
 
I'm trying to finish up some programs I didn't get finished earlier in the semester and this multipr...
[2 replies] Last: Ahh I see that makes it make more sense. I was looking up some code th... (by cowless)
Converting full path to file name in C
 
Hello, I'm usually a c++ programmer but my teacher is forcing me to use regular old c. I've been s...
[1 reply] : #include <libgen.h> char* basename(char *path); or `strrchr()', you ... (by ne555)
Possible bug in std::string::rfind
 
This may be a bug in std::string::rfind on linux (lattest version of Debian). I run the following pr...
[3 replies] Last: xpos <= pos :( (by L B)
kernel mod help
 
So I decided to try some kernel module examples and have already ran into some trouble. Unfortunate...
[2 replies] Last: makefile had spaces instead of a tab on the newlines... (by Michaela Elise)
LaLR(1) parsing source code
 
hello please help me in writing a project with this title: " make LALR(1) parsing table" if anybody...
[no replies]
Is it a deadlock or not?
 
Hi, I have written a program and I have represented a graph like this: http://img856.imageshack.us/...
[no replies]
by cheyn
How do i embed gtk into my makefile
 
Hello friends ok - this is c - not c++. But the solution must be about the same. With a test f...
[8 replies] Last: d (by EdnaComer)
by Cman87
Map "find" function wont work.
 
Hi, I have a question that bugs me for days now. I have a piece of code of a map that has a char* f...
[4 replies] Last: as ne555 said, you will have to post more code. It must be in your cod... (by writetonsharma)
by farai
continously running c++ code
 
i have three separate blocks of c++ code, one for writing to a text file and the other for reading f...
[1 reply] : Linux task scheduler: cron. The file in which tasks to schedule are de... (by trojansdestroy)
linux partitions
 
tel me the use of linux partitions
[5 replies] Last: Linux partitions are used just like all partitions. (I did assume an ... (by keskiverto)
Program not display char import is variables
 
I compile and run the program in linux: run terminal: gcc hello.c -o hello -lncurses and: ./hello ...
[2 replies] Last: Thanks you! (by daothudiep)
by tee90
issue with libsig
 
Hi, is there anyone who can help me to solve the issue related to libsig: Getting the following er...
[3 replies] Last: I read so as in sistema operativo (operating system), xP. `libsigc++2... (by ne555)
by beakie
Dependency Utilisation
 
Can anyone point me in the direction of learning how to correctly utilise existing packages in my c+...
[2 replies] Last: Thanks for your reply! I have been told on these forums in the past t... (by beakie)
Pages: 1234
  Archived months: [mar2013]

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