Homebrew Programming languages

Shazzo

Member
OP
Newcomer
Joined
Aug 6, 2008
Messages
17
Trophies
0
XP
87
Country
I was just wondering about what programming language I needed to know in order to make a homebrew. I'm learning C# at the moment.

On that note, is developing with DevKitPro similar to developing with something like Visual Studio 2005? Or maybe Notepad? Those are the programs I'm used to.

Thanks in advance.
 

Shazzo

Member
OP
Newcomer
Joined
Aug 6, 2008
Messages
17
Trophies
0
XP
87
Country
Are those much different from C#?

Like, do you start with

using System;

public class DSgame
{
public void Main()
{
}
}
 

CockroachMan

Scribbling around GBATemp's kitchen.
Member
Joined
Jan 14, 2006
Messages
3,887
Trophies
0
Age
38
Location
Brazil
Website
www.homembarata.com.br
XP
707
Country
Brazil
Working with consoles, the only choices you have are C and C++ (or assembly, but, no one is crazy enough for that).

Shazzo said:
Are those much different from C#?

Like, do you start with

using System;

public class DSgame
{
public void Main()
{
}
}

I find C# more like Java than C..

in C programs start with:
CODE#include

int main(){
}

Not much different..
 

Shazzo

Member
OP
Newcomer
Joined
Aug 6, 2008
Messages
17
Trophies
0
XP
87
Country
Hmm... I have enough trouble with C# as it is. Is there maybe a code converter I can download somewhere? Or can Visual Studio recompile code in a different language? That way, I wouldn't have to learn another language. One's hard enough...

I hope I'm not breaking the rules by asking for a program like this.
 

sadak5

Well-Known Member
Member
Joined
Feb 27, 2007
Messages
421
Trophies
0
Age
40
Location
Mexico City
Website
Visit site
XP
169
Country
Mexico
C# is a Hybrid program son of a .... crazy programmer who mixed the c++ (not C) language with the easiness of Visual Basic (VB is not hard to learn, but if you want tu use all it's power, it becomes a lot powerfull). I think if you know C# you can learn C++ (C->VB->C#->C++ is the order I learned them). There a re few differences between C# and C++ (example, the pointers in C# are class[.]Memorymethod, and in c++ are class[->]Memorymethod). You can program in Visual studio to respect the syntaxis (i think there is a way to import the libraries of devkitpro in VC++).

I'm a programmer who both works in VB and C#, if you have any question PM or send me an email.
 

DanTheManMS

aka Ricochet Otter
Member
Joined
Jun 2, 2007
Messages
4,453
Trophies
1
Age
34
Location
Georgia
XP
751
Country
United States
Technically you can also use Java (VERY limited implementation, java4nds), Perl (through miniPerl in DSLinux) or BASIC (using DSBasic). But if you're trying to use DevKitARM to compile apps directly for the DS, you'll need to use C or C++.
 

Psyfira

Credit: 0ml. Insert tea to continue
Member
Joined
Dec 31, 2003
Messages
3,886
Trophies
0
Location
England
XP
270
Country
Shazzo said:
Is there maybe a code converter I can download somewhere? Or can Visual Studio recompile code in a different language?
Sorry, you'll have to do this the good old fashioned way. Fortunately the thing about programming is that your first language is the most difficult, once you know how to think like a programmer picking up another language becomes a hell of a lot easier.
smile.gif
Don't expect results overnight or anything, but it can't hurt to try.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: By the power of Florida Man, I have the power!!! *Lifts up meth pipe* Meth Man!!! lol