Search Results

Search: Posts Made By: barfatchen
Forum: Programming 11-26-2014
25,551
Posted By barfatchen
#include <iostream> #include <sys/types.h> ...
#include <iostream>
#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <dlfcn.h>

using namespace std;

int main()
{

cout << "hello world 3...
Forum: Programming 11-26-2014
25,551
Posted By barfatchen
@achenle , thanks !!! May I ask , in the...
@achenle , thanks !!!

May I ask , in the main function , all I do are

cout << "hello world" << endl ;
return 0 ;


How come errors double free still happen ?! Is it possible shared...
Forum: Programming 11-25-2014
25,551
Posted By barfatchen
C++ glibc detected double free or corruption(!prev) using shared library
Currently I test a shared library vendor provided in linux , the following is the simple source :


#include <iostream>
using namespace std;

extern int test1();
extern int test2();

int...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 02:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy