User profile: beginnercoder

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:beginnercoder
History
Joined:
Number of posts:6
Latest posts:

Non-scalar type requested
Thanks, will PM.

Non-scalar type requested
[code]> g++ --version g++ (GCC) 4.3.1 Copyright (C) 2008 Free Software Foundation, Inc. This is free...

Non-scalar type requested
I removed new and got this weird error: [code]> make g++ -ansi -Wall -pedantic -o tour main.cpp tour...

Non-scalar type requested
Here's my constructor: [code]GuidedTour(string id, string description, double fee, int numBookings,...

Expected primary expression (inside constructor)
Don't worry I fixed the problem thanks.