cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : UNIX/Linux Programming
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Articles
Lounge
Jobs

-

UNIX/Linux Programming

news Welcome to this board! closed by admin
Welcome to the forum for UNIX and Linux programmers in C++.com! In this forum, users can to talk ...
[no replies]
default Suggestions in improving and writing user input based program by jui
Hello, I am working on the code for a while but I could hardly make this better but some changes ...
[13 replies] Last: Thank you very much for the info and advice, Firedraco and Zaita. Thi... (by jui)
default Solving multiple definition by Ruben
Hi all, I'm having problems with a shared variable by more than one programs invoked from a main ...
[2 replies] Last: yes, it works! It was as simple as what you say. I'll print your... (by Ruben)
default Pass An Object to A Function by KenSoGCN
hi all, i got some problems when i implement my function. i want to pass an object A to a functio...
[4 replies] Last: thank you very much, it helps me a lot!! (by KenSoGCN)
default center by baba
write a c++ program to find the centre of a circle passing through 3 given points Ex. Input: (0...
[3 replies] Last: http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
default Need some guidance on Programming Assignment by mitymike523
I need help because i have no idea how to do this: You will be using the graphics window t...
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
default Problem in generating Output files by Rita
I compile my C program under Linux system, but after I compile it, it returns one error: In funct...
[2 replies] Last: I think you are trying to link a C++ object file with a C compiler suc... (by Biju Scaria)
default Compare (strcmp) by CrossWind
Hello, I have the following code: const char* blaat = "@@BCN"; const char* hoi = blaat; ...
[2 replies] Last: Ah, I'm so stupid, Thanks :-) (by CrossWind)
question load LGPL library by Motokultivator
Hi all How can i load LGPL library without disclosing the source code in C. I have not any idea. ...
[1 reply] : Here're some tutorials. http://www.dwheeler.com/program-library/Progr... (by Duoas)
default Checking file data status by packpack
Hello, When reading a file (either from C code or Linux commands such as cp), its data is saved in ...
[2 replies] Last: Unless you are writing your own OS, you are wasting your time. The OS ... (by Duoas)
default Cannot modify sys_call_table by naseokomoe
Hello everybody! I've got a trouble with my kernel module since I updated Ubuntu 8.04 last time. So...
[no replies]
default receive global window creation events? by CoolnessItself
Hi everyone! I'm fairly new to X11 programming so bear with me a bit. I'm attempting to change the ...
[no replies]
default printing float as a hex number by Kenshinofkin
hello all If a user enters a floatint point number like 10.1, I want to print out the hex number ...
[5 replies] Last: Slick! I didn't know that was there... (by Duoas)
default advanced console printing by sammoewel
Hi all, i'm writing a program and i would like to change predefined lines in the printed text in...
[2 replies] Last: Google for NCurses . You've probably already got it installed if... (by Duoas)
default Can't I Cast sockaddr to sockaddr_in?! by f ben isaac
I'm trying to grab client's port number, by doing the following code: //get client's port...
[1 reply] : I got it....Its too simple :-), i don't know how i did not get it from... (by f ben isaac)
question dlsym() not finding symbols by alice
Hi, I've just been playing around with dlopen() and dlsym() , and run into a probl...
[5 replies] Last: I'm not aware of any. cxxabi.h defines the demangle function, but n... (by jsmith)
default unix command by lipune
Is there any command to know which shell u r currently working and how to shift between k shell to c...
[2 replies] Last: echo $SHELL will give you the current shell you are working with. Als... (by nagubadi)
default HOWTO : Validating of XML with XSD by lionel743
Hi,I was wondering if there is a way to do validation of XML file with XSD using C++? Any advice wou...
[no replies]
default threads, signals, and queues by BrianM25
Hello, I have been searching around for some information about a problem I have been having but have...
[2 replies] Last: Thank you for your reply. I did look into the pthread_sigmask but c... (by BrianM25)
default Sockets over the 'net. by theChameleon
hello, im need to know must i do to "talk" to the server as shown below. Client (192.168.1.200)...
[4 replies] Last: Unfortunately I don't know how you will get the IP/port you need. The... (by jsmith)
default Problem with Shared Memory by renegade007
Hi, I have been trying to implement shared memory using C++ in Linux (Ubuntu) and there is a prob...
[no replies]
default How to use select() with sockets by tnjones
I have this project where I have to open several sockets to see if a range of ports are open/close. ...
[1 reply] : Sockets are just file descriptors, so use select() like with any file ... (by Daper)
default wish to learn unix by puneetmishramau
Hello friends i wish to learn unix from scratch including shell scripting.I am basically an elec...
[5 replies] Last: Opensuse is a great distro for linux noobies. If you use the gnome ver... (by Cerburos)
default List of running applications/programs by ljshap
Is there a way to get a list of running applications (not processes) in C++. I tried experime...
[4 replies] Last: Just don't give up, and good luck :-) Thanks for y... (by ljshap)
default How to work with system calls in linux using C++ by tnjones
Hello, I am doing this program where I am using system("ping hostip"), instead of displaying the pi...
[4 replies] Last: Also, if you are looking for a way to just read the output of the syst... (by justind)
default Good Linux IDE? by MrCode
Hello, all. As you might (not) have guessed, I'm new to all these forums. I'm a Linux n00b looking...
[10 replies] Last: Try the Irrlicht forums. (by Zaita)
default trying to make a script to go thru multiple files and pull out #'s by dave247
ok i have a folder with many files with different names and am trying to figure out how to make a c+...
[1 reply] : Is there any reason not to use find & sed? If there is, read the di... (by exception)
default to make "read()" no return until read all the bytes requiered by sankari27
Hello, I have one application that reads and writes from the serial port. Sometimes the functi...
[1 reply] : Why don't you just write a wrapper function for read that doesn't retu... (by jsmith)
question Segmentation fault outputting dynamic array by softech
#include<iostream> #include<string> ...
[2 replies] Last: You are walking past the end of your cName array inside your first whi... (by jsmith)
default Eclipse Debug Stepping is Madening!!!! by zakkhoyt
Okay, I'm at a complete loss here. I'm using eclipse/c++ to write and debug some code. I set a break...
[3 replies] Last: Please don't make multiple topics regarding your issue. Your issue ... (by Zaita)
default reg- simulating task using c++ threads on Linux platform by kavithada
Hi all, I want to implement scheduling algorithm using C++. I don't know how to simulate a task se...
[1 reply] : http://www.boost.org/doc/libs/1_35_0/doc/html/thread.html (by Zaita)
Pages: [1] [2]   Archived months: [sep2008]

Registered users can post in this forum.
Home page | Privacy policy
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? contact us