Current time: 06-17-2024, 11:17 PM
Need help with PL
#2
Dude, when posting code here put it in between the code tags so it doesn't mess things up.

Now, on to your question,

Black Dragon Wrote:
Code:
# include <iostream.h>

I think the .h is already deprecated? It should work fine with:

Code:
#include <iostream>

EDIT: Although since it's VC++6, the .h may be needed after all. Not sure.

Your code straight compiles and works fine for me. What IDE are you using? And are you using the MingW compiler? Personally I use Bloodshed's Dev-C++ 5 (the beta). It's more current, I believe.
Reply


Messages In This Thread
Need help with PL - by Black Dragon - 03-05-2008, 09:14 AM
RE: Need help with a program (visual C++ 6) - by Grim - 03-05-2008, 09:21 AM
RE: Need help with PL - by Black Dragon - 03-05-2008, 10:13 AM
RE: Need help with PL - by Grim - 03-05-2008, 10:15 AM
RE: Need help with PL - by Black Dragon - 03-05-2008, 10:19 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)