Author |
Message |
ThunderJam Newbie
Joined: Feb 04 2006 Posts: 15 Offline
|
|
Back to top |
|
 |
Samapico No, these DO NOT look like penises, ok?

Joined: May 08 2003 Posts: 1252 Offline
|
Posted: Fri May 11, 2007 10:09 pm Post subject: |
 |
|
|
|
probably because there's a variable being initialized between the GoTo and the InvalidEntry: label... If it worked before, maybe you're using a different compiler that doesn't accept that... I think that Visual Studio 2005 does quite a few things differently than Visual Studio 6 when it comes to C++
Try avoiding the GoTo statement completly...
The invalid entry thing could be a separate function instead, and you'd pass it 'w' so it can delete it
Also, try using more significant variable names... i2 is just ugly I don't know if you did that part or if it's part of SOS' code... _________________ (Insert a bunch of dead links here) |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
|
Back to top |
|
 |
|