• Forum
  • UNIX/Linux Programming

UNIX/Linux Programming

by admin
Welcome to this board!
 
Welcome to the forum for UNIX and Linux programmers in C++.com! In this forum, users can to talk ab...
[no replies]
Problem with fork() while reading files
 
Good evening everyone. I have my finals and I'm facing a problem: I have a for cycle that is supp...
[5 replies] Last: what was the problem? (by abhishekm71)
How to move this triangle?
 
#include<iostream> #include<ncurses.h> //#include<iostream> using namespace std; void triangle(...
[no replies]
I cant move this triangle using keyboard.also a triangle shape is not comming
 
#include<iostream> #include<ncurses.h> //#include<iostream> using namespace std; void triangle()...
[4 replies] Last: guys bt i called iostream object library.so i can use cout statements.... (by dgcharitha)
shutdown function in linux
 
Hi, once i call shutdown function for socket for data transmission. it stop data transmission. c...
[1 reply] : You don't need to call shutdown, but if you do, you've shut it down. (by kbw)
linux socket TCP control
 
Hi, In TCP protocol, it send the data to server and receive acknowledgement. if failed receive a...
[2 replies] Last: .. or read the man page. http://linux.die.net/man/7/socket SO_RCVTIME... (by kbw)
environment variable in linux gcc
 
Hi, I am able to get environment variable using getenv function in gcc.But when tried to chang...
[1 reply] : You can't. http://stackoverflow.com/questions/3416638/set-environment-... (by keskiverto)
by koga
Need help with assembler language
 
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Executable name : EATSYSCALL ...
[1 reply] : You should be able to work out int 80H ; ## EXPLAIN ME ## because ... (by Cubbi)
Linux
 
I would like the Linux 0.01 source code. Where can i get it?
[8 replies] Last: @spaceWorm : ummmm.... are you forgetting linux ? It was basically st... (by amhndu)
I need HELP ASAP
 
I am trying to compile my makefile but I get this error: g++ --static Main.cpp InternalTools.cpp Ex...
[4 replies] Last: You have a typo in InternalTools.hpp. z eadZombieFile should be r e... (by kbw)
PROGRAMMING FLASH DEVICE
 
Hi, I am starting a Thesis and the first part of it consists in programming a Flash Device using ...
[4 replies] Last: What "flash device" are you interested in ? Using serial port, USB, et... (by modoran)
Linux source code
 
I know c++ and want to view the Linux source code in c. Regular c. Where can I get the source code a...
[12 replies] Last: He created a new thread here http://www.cplusplus.com/forum/unices/102... (by amhndu)
by ajbutt
Help plz.
 
Question 3: Total Points (20) What are the steps to re-compile Linux kernel? Re-compile your Linux ...
[3 replies] Last: And if so, then that homework smells too. http://wiki.centos.org/HowTo... (by keskiverto)
c++ system() function behavior
 
Hello. First of all, sorry, if this question violates any guideline /nettiqutte. I am acting on m...
[4 replies] Last: thank you, that worked as i wanted. thank you very much. (by Sean Con)
by eddyq
Using pthread_mutex_lock
 
On Windows there is a function called EnterCriticalSection. It will not block if the same thread cal...
[5 replies] Last: sa? O.o (by drew887)
OOP doubt
 
Aclass *v3main; Bclass *dobject; v3main = dobject ; May I know does this v3main = dobject ...
[1 reply] : The statement means, v3main is a pointer to a Aclass . dobject is... (by kbw)
C++ open new terminal and send commands
 
I am working on a project in which I am writing code in c++ that is used to open a new terminal wind...
[5 replies] Last: I meant, just use a pipe - no system calls required (by mik2718)
by S2000
Formatting string output.
 
I'm having trouble formatting the string array that I got from a .txt file. When I print the string...
[2 replies] Last: Thanks, pal. I now know what to look for. I'll to find a solution in C... (by S2000)
by ajbutt
Assignment
 
Develop a utility in C language which will run in Linux operating systems to display following prope...
[1 reply] : what have you got so far? (by mutexe)
by ajbutt
Plz.help my in my assignment
 
Question 2: Total Points (20) In this question, you will examine in detail how a new process is cre...
[1 reply] : what have you got so far? (by mutexe)
Pages: 1234
  Archived months: [mar2013]