UNIX/Linux Programming - January 2010

Segmentation fault ?? Where my error checker ??
 
i started getting Segmentation fault trying to understand why. i tested it down to my drawtext fu...
[2 replies] Last: I fiqured it out . I was freeing objects that i thought i had too. Poi... (by DrakeMagi)
{Beginner}{G++} Having problem using a string in if statement
 
Here is a simple program. #include <iostream> #include <string> using namespace std; int ...
[6 replies] Last: It may work on some compiler but it shouldn't From C++ standard ยง3.6... (by Bazzy)
{Beginner}{G++} Having problems with some "char"s
 
I have written this program which demonstrates how to access files using C++. But when I compile it ...
[9 replies] Last: Got it... I think structmem.c_str() works without #include <cstring... (by madmaxsantana)
1 line of code doesn't work but compile find
 
I made another class function to add tick and it works fine. it does not work here but the call func...
[12 replies] Last: i thought vector hold the value. But i don't understand why it don't w... (by DrakeMagi)
looking for a more definitive guide to gtkmm
 
I've been reading a gtkmm documentation. I don't like it that much. I'm going to continue reading it...
[2 replies] Last: try http://library.gnome.org/devel/gtkmm-tutorial/unstable/index.html... (by DrakeMagi)
Having problems with using gtk
 
Hey, I'm having problems with compiling simple code with my gcc compiler for c++. This is the c...
[5 replies] Last: sorry! --cflags i forgot the s (by DrakeMagi)
by over9k
Finding docs for #include Directives
 
I'm poking around in some source of applications, and realized that I need more information on the i...
[1 reply] : I would try checking the man pages first. (by firedraco)
by faust
Compiling errors and using Cmake Set Policy
 
Hello, I'm new to the world of compiling in Linux and I thought this is the best place to ask que...
[1 reply] : This would be best asked on the cmake mailing list: http://www.cmake.o... (by PanGalactic)
creer un processus sous linux - c++ ; helllpppp!
 
heyyyyy ! est ce qu il y a qlq un peut m expliquer comment on cree des processus dans linux en c++ ...
[5 replies] Last: ok that's good but i have a question suppose we have a father process ... (by ahmakki)
Which code is faster
 
Hello All, This is my first post in the forum. I have following two sample codes written in Li...
[5 replies] Last: So it #2 which is faster and reliable ! Thank you PanGalactic, jsmi... (by nkumar85)
Linux IDE
 
I'm a windows user and new to c++. But would like to switch to Linux. Is there any IDE that I can us...
[8 replies] Last: PanGalactic. Thanks for the advise and probably I will do dual boot f... (by ahbrahim2)
function localtime tm_isdst error?
 
I have with C this program: #include <stdio.h> #include <stdlib.h> #include <time.h> #include ...
[1 reply] : Please edit your post and put your code in [ code ] tags. (by PanGalactic)
read char without pressing enter
 
well, i have a while-loop. and the user enters some chars for some different options. Right now i...
[4 replies] Last: Close! Good job! http://www.cplusplus.com/forum/articles/7312/#msg337... (by Duthomhas)
create process in linux !!!!
 
heyy ! i need someone to explain for me how do we create a process ( we start from a father pid 1 th...
[1 reply] : The Process Identifier is passed back to you from fork(), you don't ge... (by kbw)
Is it difficult to programme networking protocols?
 
I'm looking at protocols like the Aloha protocol at the MAC level. How hard is it to programme such ...
[1 reply] : It depends on how much experience with such things. If you have none,... (by kbw)
file and cin.getline
 
hi i got a problem. i'm writing a tool that generates xml files with data, but the only input that ...
[4 replies] Last: thank you for the help! it works now! (by knoglefar)
"mi_cmd_var_create: unable to create variable object"
 
Hi, Just wonder whether this is a bug of GDB? I'm trying the debug my project and would like...
[2 replies] Last: Current class looks very easy. class CObjectDetection : public Q... (by jiapei100)
restrict
 
The restrict keyword in not standard in C++. In g++, __restrict or __restrict__ can be used. But I d...
[5 replies] Last: http://gcc.gnu.org/onlinedocs/gcc/Restricted-Pointers.html (by kbw)
tcp hdr length
 
Hello, thats my first topic here i hope my problem is pretty simple and you'll be able to find sol...
[no replies]
January 2010 Pages: 12
  Archived months: [dec2009] [feb2010]

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