UNIX/Linux Programming - August 2010 (Page 3)

gtkmm.h file for C++ #include statement
 
Hi All, I am fairly new to C++, but familiar enough to write basic procedural code. I am wanting to test out building GUI using gtkmm, but when I #include <gtkm...
[6 replies] Last: Try to look for libglade for that (by Bazzy)
Forum cleaning
 
How do I remove a post that is owned by me, but the question is solved?
[2 replies] Last: Yea, never do that. Someone may search the forum wit the same problem ... (by Vexer)
by amma
system() question
 
Hello all, Some background information: I have a program which copies a bunch of files from a source folder to a user-specified folder which includes a bu...
[10 replies] Last: aha, gcc (the wrongdoer) is located in /usr/lib64/ccache/cc well... (by amma)
by GnG
IP Camera frame capture
 
Hi all, I've to capture frames from an IP Camera (AXIS Camera), is there some API that do it for me?! Thanks.
[1 reply] : Well, i found the cURLpp thats make HTTP requests, I'm getting the ima... (by GnG)
expected unqualified-id before '{' token
 
Hi im trying to write a little program to fool my friends. Im trying to compile it with g++ or what ever the terminal uses but it gives me the "expected unquali...
[3 replies] Last: Just one note, I forgot to state that you should use getline() wheneve... (by Kyon)
by GnG
Boost question
 
Hello all, I'm starting in C++ and looking some forums, tutorials. I've looked many things made by boost references, my question is, is the boost libraries tru...
[12 replies] Last: Athar, I discovered that it's everything ok, because I'm using a API ... (by GnG)
Gcc 4.x
 
I have a great many program sources that compiled excellent with gcc 3.5.x Then gcc 4. was released. Input and output had marvelous colours. The ...
[3 replies] Last: Stupid question. I am sorry. ! problem solved. Thanks a lot. Nieuw... (by nieuwenhuizenjk)
by sluce
test for input from stdin
 
I am writing an application that will receive data either from a file or from standard in. It can be run stand-alone, and read from a file, or in a job stream a...
[no replies]
array bound is not an integer constant
 
Hi 1) const int array_const = {1,2,3,4,5,6}; //ok float float_array[array_const ]; // Throws an error "array bound is not an int main() {} ...
[2 replies] Last: Thanks for Update Is there any links which tells what are all the t... (by umesh619hcl)
by kitifu
Java to C++
 
Hello there Can someone assist to translate the following code snippets to C++ private void checkFile(String userid) *** *** *** throws RecoverableConne...
[3 replies] Last: Something like this maybe. But it really depends a lot on everything e... (by Galik)
by keat84
Write Unix "diff" command in C Programming
 
I am currently try to write unix "diff" command into C Mean it will use the opendir(), readdir(), closedir() and memcmp(). For me, i learn C++ 7 years ago...
[no replies]
Can C++ library which made in Unix be used in a VC program?
 
Hi all, I'm a college student. I'm helping my teacher with a program that need to use a express library to read the informations in the STEP formate files...
[4 replies] Last: Thanks a lot! I will try. (by poemyichen)
Compiling MD5 on linux shell
 
Hi guys, I need to compile a MD5.cc on Linux shell but I keep getting these errors : user@ubuntu /Desktop/Hash12$ g++ -Wno-deprecated md5.cc -o md5 In fi...
[1 reply] : Change fstream.h to fstream, and iostream.h to iostream, then prefix ... (by jsmith)
compiled binary not running (Fedora 13)
 
I have just converted from ubuntu to fedora. I installed codeblocks ide and gcc with c++ support from the Add/Remove software window.Whenever I compile somethin...
[4 replies] Last: That is what puzzling me, it shows nothing. When given ./prog it si... (by manasij7479)
August 2010 Pages: 123
  Archived months: [jul2010] [sep2010]

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