g++

  1. harshilsharma63

    Need help with Linux

    Hi. I need assistance regarding g++ installation in Ubuntu 12.04. this is what happened: > I installed gcc and g++ version 4.4 using 'apt-get'. > I also installed gcc and g++ version 4.6. After this, 4.6 became the default, but the tool I'm usng doesn't support v4.6 of both compilers; only...
  2. arpanmukherjee1

    c problem

    hello i want to know how the Turbo cpp (yes, the dinosaur one) and g++ give different output: a=10 ++a + ++a = 24 (g++) & 23 (TC) a++ + a++ = 20 ++a - a++ = 0 (g++) & -1(TC) please explain pre and post increment and decrement in this prgs. also please tell how to obtain output of such prgs...
  3. arunks

    OCCI implementation in g++ in linux for interction with oracle..

    Guys plz help me I m getting following errors when i compile my file new1.cpp through g++ compiler new1.o: In function `main': new1.cpp:(.text+0xac): undefined reference to `oracle::occi::Environment::create Environment(oracle::occi::Environment::Mode, void*, void* (*)(void*, unsigned in t)...
  4. Kenshin

    Pidgin plugin problem installin

    I am tryin to install a plugin for Pidgin called music tracker.Am gettin this. kenshin@cutie:~/Desktop/musictracker-0.4.1$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk...
  5. D

    Configuring GCC & G++ on FC6 x86_64

    I installed FC 6 with default package selection, But G++ isn't working though gcc -v display that it is configured for c,c++, java etc....But even a simple c hello program gives error while compiling... also i am not able to use add/remove program.... I am kind of accustomed to...
  6. E

    Installing gcc and g++ on suse 9.1

    Hey i am new to suse and need a little help installing gcc and g++ ( c and cpp compiler) I downloaded gcc-4.0.1.tar.bz2 now some1 can please guide me thru the process i found the gcc.gnu.org to confusing .. 1. Prerequisites 2. Downloading the source 3. Configuration 4...
Top Bottom