Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Apr 15th, 2006, 2:30 AM   #1
rup
Newbie
 
Join Date: Jul 2005
Location: India
Posts: 14
Rep Power: 0 rup is on a distinguished road
error: expected primary-expression...

I am in Linux, using g++ to compile.

My code looks like this:

This is the header:

class Test
{
   //...code... 
   
   public:
   void Function();
   
   //...code... 
};

In a cpp file I have the declaration:

void Test::Function(...)
{
   //....code...
}

I got this error when compiling:
....error: expected primary-expression before ‘void’....

What does this mean.
BTW, the code fragments are highly simplified and only a part of a programming project. But the interface is similar.
Can somebody help?
rup is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:47 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC