Welcome, Guest. Please login or register.

Author Topic: Gamecube modding...  (Read 4482 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16878
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Gamecube modding...
« on: October 28, 2006, 12:35:36 PM »
Quote

nicholas wrote:
Is there a VB cross compiler available? ;-)


probably .not

;-)
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16878
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Gamecube modding...
« Reply #1 on: October 31, 2006, 12:42:22 PM »
Woo, so is there a C# to VB converter as well? ;-)

-edit-

Apparently so - according to a quick google :-D
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16878
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Gamecube modding...
« Reply #2 on: October 31, 2006, 02:54:07 PM »
I'd prefer:
Code: [Select]

while (foo()) {
  bar();
}

-or-

While foo()
  bar()
End While


However, I find braces more than adequate. The argument that C's terseness is related to memory requirements is utter rubbish btw ;-)
int p; // A