forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

C++ include files

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Plato
View previous topic :: View next topic  
Author Message
arctica



Joined: 10 Sep 2006
Posts: 105
Location: United Kingdom

PostPosted: Thu Sep 14, 2006 11:04 pm    Post subject: C++ include files Reply with quote

Hello

I was just doing a quick check and noticed that although you can create a c++ project with source files and references to DLL, the project explorer won't let you add anything to the include folder. Test was the basic Hello World thing :

// Fig. 1.2: fig01_02.cpp
// A first program in C++
#include <iostream>

int main()
{
std::cout << "Hello World!n";

return 0; // indicate that program ended successfully
}

I do have Visual C++ version 6

thanks

Lester

"Imagination is more important than knowledge" - Albert Einstein (1879 - 1955)
_________________
"Imagination is more important than knowledge" Albert Einstein 1879-1955
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7916
Location: Salford, UK

PostPosted: Fri Sep 15, 2006 12:31 am    Post subject: C++ include files Reply with quote

Lester

Plato3 does not allow you to add include files to the project.
It should do this automatically for you when you do a build.
Chances are Plato3 needs the file extension to iostream etc. to be given explicitly.
Should be easy enough to fix.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Plato All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group