squalleh
inherit
-149447
0
Dec 2, 2024 13:01:05 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Aug 1, 2005 3:15:02 GMT -8
I'll do it and upload the executable Prohibited.
Squall, my compiler accepts the program just as I wrote it, and even in my C++ classes, we're being taught hte way I just displayed... Doesn't necessarily make it the right way. In my Visual Basic class last year we were taught some pretty poor practices. So, classes don't always teach the best and proper way. Whether your compiler accepts it or not, that too isn't much of a difference. Some compilers automatically add that information in, so you don't need to. But, as you've seen so far, it won't work so well when you give other's your source code.
|
|
comex
New Member
Posts: 40
inherit
39553
0
Nov 14, 2005 14:30:57 GMT -8
comex
40
April 2005
comex
|
Post by comex on Aug 1, 2005 6:14:52 GMT -8
using namespace std; would import all std functions, so you could just add that and do what you normally do. Am I right?
|
|
squalleh
inherit
-149449
0
Dec 2, 2024 13:01:05 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Aug 1, 2005 6:35:38 GMT -8
using namespace std; would import all std functions, so you could just add that and do what you normally do. Am I right? Yes, you are right.
|
|
inherit
8696
0
Jan 3, 2024 23:35:38 GMT -8
The Dark Knight
Hope is a dangerous thing.
38,980
April 2003
avtar
|
Post by The Dark Knight on Aug 3, 2005 3:28:50 GMT -8
|
|