Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 565259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:51:11+00:00 2026-05-13T12:51:11+00:00

Pretty much forgot how to code C++ at all. Anyway, here is the problem.

  • 0

Pretty much forgot how to code C++ at all. Anyway, here is the problem.

I am trying to load a class defined in a .cpp file I wrote myself.

In the main function:

... ...
 #include "loader.h"
... ...
 model load_model("TechnologyEnterpriseFacility_Day_Gregor/
               TechnologyEnterpriseFacility_Gregor.model");

the header file looks like this:

 #ifndef LOADER_H_
 #define LOADER_H_

 class model
 {
   public:
    int textures [];
    float vertices[][3];
    float triangles[][13]; 
    model(const char*); // constructor
 };

 #endif /* LOADER_H_ */

and here is the .cpp file:

#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <typeinfo>
#include "loader.h"

using namespace std;

model::model(const char* filename)
{
    ... ...

When I compile the main function, I got error message:

gcc -o glrender glrender.cpp -lglut
/tmp/cc3sWIgb.o: In function `__static_initialization_and_destruction_0(int, int)':
glrender.cpp:(.text+0x11b): undefined reference to `model::model(char const*)'
collect2: ld returned 1 exit status

comments and ideas are welcomed, thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:51:11+00:00Added an answer on May 13, 2026 at 12:51 pm

    Didn’t you forget to insert model.cpp in your compilation line ?

    gcc -o glrender glrender.cpp model.cpp -lglut
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Pretty much it summarizes my problem here: Double check - does it ever make
I have a piece of code that pretty much reduces down to: template<class T>
Pretty much I have a code like below that I'm trying to add </tr><tr>
Pretty much all the apps I use on a regular basis implement this 'seemly
Title pretty much describes it, I just need to get all the order numbers
Title pretty much says it all. The web.config, unchanged from how VS2008SP1 generated it,
Pretty much all the tutorials I found on authenticating users using Facebook, make use
Pretty much all of our sites are setup the standard mod_php , apache2, LAMP
Pretty much as the question says, I have some code running on an interval:
Pretty much the question I wrote in the title. Im just getting tired of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.