• 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 Including OpenCL library
 
Hi, I'm having what is probably a really basic silly problem but Google has failed me and I reall...
[2 replies] Last: Wow, yup that fixed it. I didn't even think about the directives. Than... (by blackbird8192)
question on building a C++ library
 
Hello, I have about 80 short C++ programs (without main) which I would like to combine into a li...
[16 replies] Last: thanks to modoran, dhayden and ne555 for your informative answers :+) ... (by TheIdeasMan)
First Steps for Students
 
"Hello World", I am in 3rd Semester(1st half of 2nd year) studying Applied Informatics. I knew some...
[1 reply] : It's hard to say, for me anyway. Since you aren't doing computer scie... (by dhayden)
watershed problem
 
Hello I'm currently working on the localization of elastic waves for a research semester at a uni...
[4 replies] Last: hello, thank you for you help ! normally everything works now ! (by agondel)
print complex number as format a+bi , a-bi
 
A print function that prints the date in the following format of complex numbers such as: a + bi ,...
[5 replies] Last: you can declare a friend function in class complexnumber like friend ... (by swling)
how to take backup of a file without stopping the running process
 
Hi I need to take the backup of a debug file with out stopping that process. Could you please me ...
[no replies]
ezwin.h
 
#include "ezwin.h" shows no directory found how can i install ezwin.h and include it in code blocks...
[3 replies] Last: You first need to cross-compile the library, then add "include" folder... (by modoran)
Tic Tac Toe Problom
 
The program seems to run fine until you hit 1 to play again it will let you move twice then say its ...
[1 reply] : Anyone????? (by LEEFFM01)
error trying to get to serialized subobject data
 
I am trying to write code that will retrieve the key value from "lasttradeprice" from this url -> ...
[no replies]
Farey Sequence Program.
 
I'm having problems getting this to work correctly and when I try to run it from the command line I ...
[7 replies] Last: Are you sure that the logic is correct for that "Farey Sequence"? (by keskiverto)
virtual,binding,c++
 
#include<iostream> using namespace std; class a { int r; public: virtual void add() ...
[2 replies] Last: ok thnks (by sajid dayer)
by bs319
Trying to remotely log in with windows computer
 
I want to be able to log into remotely to my school's Linux/Unix system so I can work on my labs at ...
[3 replies] Last: You have to have the X server running on your machine. Is it? Why us... (by keskiverto)
Tic Tac Toe: Bug Problem
 
My program isn't running. can someone please help me find whats wrong and how to fix it? thank you ...
[1 reply] : Hello you have a duplicate over here: http://www.cplusplus.com/forum/b... (by Fr0zen1)
GCC compiler not recognizing c++11?
 
How can I fix this?
[2 replies] Last: g++ -std=c++11 main.cpp (by LB)
by Krunal
Having problem with chat client server.. I dont know why server is not sending the message to multiple client
 
//client.cpp #include<stdio.h> #include<fcntl.h> #include<stdlib.h> //krunal m patel main()...
[1 reply] : Please format your code using the format tags. It's impossible to rea... (by kbw)
<chrono> C++11 namespace issues
 
Hi, I am trying to use <chrono> in ubuntu 14.04 with g++/gcc 4.8.2 and I cannot see the std::chro...
[6 replies] Last: It does: http://ideone.com/wdGGfn (by NoXzema)
extract text from text
 
how i extract a word from a text like this code that chervil has sent to me: double extract(con...
[6 replies] Last: In this case there is no need to use a stringstream. Its only purpose ... (by Chervil)
search and count letter by pointer
 
i have a function letter_counting(char * s1,char letter) i want send to function sentenc...
[2 replies] Last: Where are you having trouble? Can you post what you have and explain w... (by Zhuge)
Pages: 12
  Archived months: [sep2014]