by lipune
core dump
|
|
[1 reply] : segfault occurs when you attempt to access a memory address that is no... (by jsmith)
|
*nix based events |
|
[2 replies] Last: I don't want something based on X, especially since it's not needed. I... (by closed account S6k9GNh0)
|
by aagrawal
Same sources compiled as shared lib segfault, process works fine.
|
|
[6 replies] Last: Well, I wish I could say it was brilliant, but it was more like "been ... (by jsmith)
|
by umanga
dlsym casting problem?
|
|
[2 replies] Last: Whoa... ok, firedraco's correct, but it's never going to work. I'm ... (by jsmith)
|
by Rufe0
Low level program to ream mjpeg stream
|
|
[no replies]
|
by jwang
Problem about math function - pow
|
|
[1 reply] : Break the formula down into multiple computations and verify that ever... (by PanGalactic)
|
by vijkrr
Error in executing web based C++ client.
|
|
[1 reply] : You should also try the gSOAP mailing lists. You're more likely to get... (by helios)
|
by lazyrussian
Seg Fault with fgets and fputs - Probably easy to fix, but I don't know how.
|
|
[2 replies] Last: Never mind, I fixed it. I started using fscanf(); instead of fgets(); ... (by lazyrussian)
|
by doomoller
undefined pthread_create
|
|
[3 replies] Last: yes thank for all... 5 minutes after I post I find the key,, like say ... (by doomoller)
|
by arun1390
wxWidgets and GTK - difference
|
|
[2 replies] Last: A difference between wxWidgets and GTK is that wxWidgets is in C++, GT... (by Bazzy)
|
by lipune
unix command
|
|
[1 reply] : 1. man ls - there is an option you want (by jsmith)
|
by iochinome
write from buffer to buffer
|
|
[3 replies] Last: If you are using C++, you can use the char_traits <> class instead of... (by Duthomhas)
|
by julia2009
key press on Linux C++
|
|
[6 replies] Last: See also Keep the console open long enough to see your program's out... (by Duthomhas)
|
by blakaxe
Forward declaration with g++
|
|
[1 reply] : error: invalid use of undefined type âstruct QuantizerCmplxâ Yo... (by Disch)
|
by Hiromakuta
overloading operator<< in derived classes
|
|
[16 replies] Last: EDIT: Nevermind, I've got it working, thanks. (by Hiromakuta)
|
by vijkrr
How to share a file between C++ and Fortran
|
|
[1 reply] : The Fortran program would have to seek to the end of the file immediat... (by PanGalactic)
|
by bobalberto
problems with a project.
|
|
[1 reply] : @ bobalberto: I'm afraid I can't help you much since I'm not sure what... (by closed account S6k9GNh0)
|
by sever
Insert blank "nodes" in a vectors of structures
|
|
[3 replies] Last: If it compiles it will work. std::advance() is more generic, since ... (by jsmith)
|
by iccollado
Need to get the PID of a process
|
|
[3 replies] Last: Use pgrep #include <stdio.h> #include <stdlib.h> #ifdef WIN3... (by anishsane)
|
by CodeBugs
Extern "C" problem
|
|
[5 replies] Last: melkiy: I managed to solve the problem - I had included a C++ heade... (by CodeBugs)
|