UNIX/Linux Programming
|
|
by admin |
| Welcome to the forum for UNIX and Linux programmers in C++.com! In this forum, users can to talk ... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
by naseokomoe |
| Hello everybody! I've got a trouble with my kernel module since I updated Ubuntu 8.04 last time. So... | |
| [no replies] |
|
|
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] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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] |
|
|
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) |
|
|
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) |
|
|
by renegade007 |
| Hi, I have been trying to implement shared memory using C++ in Linux (Ubuntu) and there is a prob... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
Registered users can post in this forum.
