UNIX/Linux Programming - October 2008 (Page 2)

How to write a port scanner in C++ for Linux
 
Hello, I have this project where I have to implement a simple port scanner in C++ for Linux. The program should take as input a target IP address, beginning p...
[9 replies] Last: If all you are doing is calling socket() and bind(), non-blocking won'... (by janra)
How to use poll() with non-blocking sockets
 
I have this project where I have to implement a simple port scanner in C++ for Linux. The program should take as input a target IP address, beginning port numbe...
[no replies]
How to open mutli sockets at once in C++
 
Hello, I have this project where I have to implement a simple port scanner in C++ for Linux. The program should take as input a target IP address, beginning po...
[1 reply] : google "Multi-threaded C++" (by Zaita)
HOW CAN I USE FORK,SLEEP,WAIT AND WRITE IN A PROCESS WITH FATHER AND SON..??
 
Hi.. I was unable to do a homework-program (gcc code) which refers to the fork,wait,sleep and write.. Homework-program: A process of father create (fork) a...
[2 replies] Last: yes you are right.. it will sleep 90 seconds,60 seconds,30 seconds, n... (by gumlucin)
Linux
 
I have a Windows, but I want have a Linux. Can someone show a good one? (I prefer a text-based Linux...)
[7 replies] Last: As a first go at Linux, I think Ubuntu would be a good choice. (by bnbertha)
Command fork() - getting the PID of the child process
 
Hello all... I'm a little confused... I have a C code that I need to call from inside another C program. I'm using the following structure inside the main fun...
[7 replies] Last: You already have the pid #include <sys/types.h> #include <signa... (by bnbertha)
What I need to be Unix experience
 
Hi everybody I an new to this forum. I am a C++ programmer in windows platform. I use visual studio as my IDE. Most of C++ jobs also required unix experienc...
[1 reply] : (1) When moving from windows to unix what changes I will encounter. ... (by Zaita)
How I do debugging multiprocess code?
 
Hi, I new in the forum and I use the CDT plugging of Eclipse enviroment to develop multiprocess codes in C (using fork()). The question si how I do debugging o...
[1 reply] : No Debugger is really any good at debugging multiple threaded code. GD... (by Zaita)
Determine number of combinations given a parameter?
 
I would like to write a program that determines the combinations of certain furniture my store can hold. I want to maximize my possible revenue but the catch i...
[3 replies] Last: Sorry I wasn't specific enough. I am coding this into a C program. I... (by Cnot4me)
October 2008 Pages: 12
  Archived months: [sep2008] [nov2008]

This is an archived page. To post a new message, go to the current page.