UNIX/Linux Programming - January 2011 (Page 3)

Client/Server Problem
 
Hello guys, i have a problem with my programm and i hope you can help me. i have a client and a server. the server is in an infinite loop and reacts when ...
[2 replies] Last: Check your return codes. If send failed, take a look at errno .... (by kbw)
by hannes
how to call member function in for_each?
 
Hi all, How can i pass a member function in a for_each? I tried this so far: //model.hpp #ifndef MODEL_HPP #define MODEL_HPP #include <vector> c...
[3 replies] Last: bind1st, mem_fun, bind2nd, mem_fun_ref, ptr_fun are all related. Do ex... (by sohguanh)
Menu class
 
Hi, I'm working on a small project, one that involves a lot of menus. At first I was just going to write a function to run each menu, but then I realized I mig...
[no replies]
by Tectu
undefined reference to - OpenCV
 
Hi Guys, I would like to learn using the OpenCV Library. For that, i bought the Book "Learn OpenCV" from O'Reilly. I could install OpenCV and FFmpeg without...
[2 replies] Last: Agreed, kspangsege. If it is called libopencv.a or libopencv.so or ... (by chronokitsune)
by Orias
Strange error in libio.h
 
Hello there, This is my first post, and I'm sorry that it's a demanding one, but I truely am stunned. I have no idea why this is happening. Me and a frien...
[1 reply] : I solved the problem. I had to include fstream before anything else...... (by Orias)
dlsym problem. unexpected behavour.
 
Hi! I'm hoping to get some help over here. Tired of searching for information, cause it doesn't help(possibly manual are with errors) So, the problem is her...
[9 replies] Last: The last question... Is there any solution to catch loadable module cr... (by phoenix911)
Interesting problem related to Templates and typeid
 
Hi, I encountered this interesting problem related to template and typeid. I am checking the typeid of the instantiated template and taking the action based ...
[3 replies] Last: Thank you very much for your answers, Makes sense, wrong design, I thi... (by khalifaa)
January 2011 Pages: 123
  Archived months: [dec2010] [feb2011]

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