![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Jul 2005
Location: India
Posts: 14
Rep Power: 0
![]() |
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? |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|