UNIX/Linux Programming (Page 2)

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)
Completed Game design advice
 
HI, I have a completed project of a checkers game. My module is a Design and Implementation modul...
[no replies]
listing .txt files
 
Hey, guys. Doing some homework on some very basic Unix commands and getting really frustrated. I'm t...
[2 replies] Last: Well I thought they did. I execute them normally and they work just fi... (by Arbondawn)
by Yoda
Need help + suggestions on windows/linux dual boot
 
Mainly used to windows, but trying to learn programming in C++. Was wondering the best way to ins...
[7 replies] Last: well .tar.gz is just another compressed format, similar to .zip. in ub... (by drew887)
New to linux
 
I am starting linux. i am using Ubuntu, and when i compile m c program with gcc Hello.c it builds...
[6 replies] Last: Just type gcc -o Hello Hello.c into the terminal > (Not sure if Ubu... (by Smac89)
Serial Port problem
 
I am running Xubuntu 12.10 on Virtualbox and using Codeblocks 10.05 with gcc version 4.7. I am tryin...
[no replies]
Help with output delays
 
Hey c++, I'm trying to write a code so that text is outputted one letter at a time (every 50 millis...
[2 replies] Last: or you can keep it simple std::string str; std::cout << "Please ente... (by giblit)
by zener
Start and close a programm
 
I want to start and then to close a programm. I saw that i can use execlip to start but can i to cl...
[no replies]
Help with vector program
 
This is the program I am currently working on, unfortunately my code is not compiling, and I can not...
[3 replies] Last: You are also declaring the vector values twice. (by Zaita)
by monaj
Please help me with a c++ live project
 
Hi Friends, I want to go for a c++ experience interview but I don't have any live c++ project exper...
[2 replies] Last: If you don't know c++ you should not go for a job that uses c++. Maybe... (by giblit)
by xubin
detect key combinations in c/c++
 
Hi all How can I detect a key combination in a console application with c/c++? e.g ctrl+f4 or other...
[1 reply] : One solution would be to use the ncurses library. (by IndieExe)
Pointer incrementing
 
Hi, I am trying to increment the pointer I send when creating a pthread but it doesn't compile. The ...
[5 replies] Last: I don't know why or how but it compiled, ran, and worked! (by farmergeoff2003)
by zener
Listening linux event
 
Hello,   am new to linux and I have the following problem: When I create a function or a thread w...
[no replies]
Pages: 1234
  Archived months: [mar2013]

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