Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

George Lam

@George Lam
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • vector <t_vertice> puntos; [modified]
    G George Lam

    no go, still same error message

    C / C++ / MFC question c++ graphics linux

  • vector <t_vertice> puntos; [modified]
    G George Lam

    The following code on a linux gcc compiler gave me an error message: error - SO C++ forbids declaration of "vector" with no type apparently, vector dd; is okay because double is a known type How can I make g++ recognize t_vertice as a valid type? Or how can I switch off the ISO compatibilty on the g++ compiler? _________________________________________________ #ifndef HSI3D_H #define HSI3D_H #include #include #include #include "../imageplus.h" #include class HSI3D : public QGLWidget { Q_OBJECT public: HSI3D(QWidget *parent=0, const char *name=0); HSI3D(const ImagePlus &Image, QWidget *parent=0, const char *name=0); ~HSI3D(); typedef struct t_vertice{ uchar red; uchar green; uchar blue; float h; uchar s; uchar i; }t_vertice, *ptrtvertice; vector puntos; int quants_punts; -- modified at 0:02 Thursday 1st March, 2007

    C / C++ / MFC question c++ graphics linux

  • call a method in another project
    G George Lam

    I meant multiple project solution. glam

    C / C++ / MFC question csharp c++ tutorial

  • call a method in another project
    G George Lam

    I have a multiple object solution. How do I call from project2 a method in project1? I thought it is project1.method1();. Also, do I need to add header and other stuff to project1 so that it knows how to find method1? If there is some sample code available on line, that would be easiest. The projects are a mixture of C#, C++, and C. I am most interested in the C or C++ angle. I would have search for the solution, but I have no idea what keyword to begin with. Thanks. glam

    C / C++ / MFC question csharp c++ tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups