UNIX/Linux Programming (Page 3)

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]
ofstream stops working mid file
 
ofstream data("character.data"); data << "health{ "; data << maxHealth << " "; data << he...
[4 replies] Last: Did you check the file after data has gone out of scope? Otherwise try... (by Peter87)
Changing Timestamp
 
Hi, i m working on a project to simulate the behavior of touch command using c programming in linux....
[2 replies] Last: thank u (by akki199421)
Semaphores
 
Let's say a semaphore(bm) has been put to wait or sleep, after P(bm). This means that in my case it...
[2 replies] Last: Thank you! :) (by knowNothing)
Changing Memory Values (Mac)?
 
Hello, I am writing a trainer for a flash game, but I'm a little confused. Every single function/...
[5 replies] Last: You may try and use Custom USB drives for this at http://www.usbpromos... (by terryss)
Serial Read Memory Corruption Error
 
Hi, I am not sure if this is a code or hardware problem anymore, but I'm hoping someone will have...
[1 reply] : I haven't read all the commentary, but did you really mean this? stat... (by kbw)
XOOPIC/OOPIC code
 
Hi All I want to use XOOPIC/OOPIC code written in c++ and available from http://ptsg.egr.msu.edu/ bu...
[no replies]
What is strncpy
 
In this code the function strncpy accepts 4 arguments but in the reference here at cplusplus.com it ...
[16 replies] Last: Ok (by Anmol444)
Pipe and Fork
 
I have an assignment but i keep running into a wall. I have been researching pipe and fork but nothi...
[2 replies] Last: http://www.cs.cf.ac.uk/Dave/C/node22.html#SECTION002230000000000000000... (by Catfish3)
by aa93
c++
 
i am using ubuntu and g++ compier while making a program of data file handling . the program is...
[5 replies] Last: I use Ubuntu as well and didn't install this and everything works fine... (by ARMinius)
hash_map error
 
Hello, Im trying to compiling my code but I have an error and I don't know why. #include <hash_...
[2 replies] Last: Thank you very much for your help. That solved my problem. (by heliroty)
RAW TCP Socket
 
Hello everyone! I want to send raw tcp socket to my local server... It appears to be run, but "tc...
[no replies]
by Smac89
directing input to stdin not working
 
Hi I am working on some code and I just want to build an automated test for it. The problem is that ...
[1 reply] : I was running it with the wrong shell. I should have been using bourne... (by Smac89)
Using Applescript to run c++ programs in Textwrangler
 
Hello everyone! I downloaded textwrangler because I wanted a lightweight development environment ...
[2 replies] Last: Thanks for the guidance, I'll check it out! (by davidcox95)
Pages: 1234
  Archived months: [mar2013]

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