xboxscene.org forums

Pages: 1 [2]

Author Topic: Learning To Program  (Read 202 times)

Falcon

  • Archived User
  • Newbie
  • *
  • Posts: 35
Learning To Program
« Reply #15 on: August 27, 2003, 02:05:00 PM »

so the 5558 xdk doesn't work with visual c++ 6 ?
so either get an older xdk or get visual studio .net 2002 (since 2003 doesn't work either).
whats the difference between enterprise edition and the other one mentioned above ?
Logged

LinksAwakening

  • Archived User
  • Sr. Member
  • *
  • Posts: 499
Learning To Program
« Reply #16 on: August 27, 2003, 02:25:00 PM »

QUOTE (Falcon @ Aug 27 2003, 10:05 PM)
so the 5558 xdk doesn't work with visual c++ 6 ?

Correct...

QUOTE

so either get an older xdk or get visual studio .net 2002 (since 2003 doesn't work either).


VS.NET 2003 will work with 5558, but 5344 only supports VS.NET "2002"...

The older versions of the XDK will work with VC++ 6...

QUOTE

whats the difference between enterprise edition and the other one mentioned above ?


There are 4 versions of each product...

-Introductory Edition
-Standard Edition
-Professional Edition
-Enterprise Edition

That list basically goes (from top to bottom) worst to best, and cheapest to most expensive...

I can't speak for any newers XDKs... But 4627 requires you to have Visual Studio 6 Professional or Enterprise Edition...
Logged

Falcon

  • Archived User
  • Newbie
  • *
  • Posts: 35
Learning To Program
« Reply #17 on: August 27, 2003, 09:23:00 PM »

thanks for explaining.

geez I'm really too stupid to find out which version I got. It's the MSDN Version of Visual C++ 6 not the complete Visual Studio.

Anyway, I can try to get a hold on the Visual Studio .net since I can use it to either programm in C# or C++ right ?

Thanks so much for this help.
Logged

Mordenkainen

  • Archived User
  • Sr. Member
  • *
  • Posts: 447
Learning To Program
« Reply #18 on: August 28, 2003, 10:32:00 AM »

Well, you sort of need the fundamewntals of C to use C++. But in the long run you want C++ because of classes.

Morden.
Logged

LinksAwakening

  • Archived User
  • Sr. Member
  • *
  • Posts: 499
Learning To Program
« Reply #19 on: August 28, 2003, 12:15:00 PM »

QUOTE (node @ Aug 28 2003, 07:30 PM)
Classes?
Noooooooooo, i am teaching myself using books and the web, no classes for me hav'nt got the time smile.gif

Lol...  laugh.gif

He means Classes as in the C++ "Objects"... (Not actual "classes", like with teachers)...

I've just always thought of C++ as more of an addition to C, rather than a totally new style...

Most of the same ideas are present in both, C++ is just more Object-Oriented than C (like with Classes and such)...
Logged

node

  • Archived User
  • Newbie
  • *
  • Posts: 9
Learning To Program
« Reply #20 on: August 28, 2003, 12:34:00 PM »

tongue.gif
Opps...silly me!!
Would it be better for me to learn c++, has it superseded c?
Logged
Pages: 1 [2]