[Help] First code

Posts 115 of 18 · Page 1 of 2
[Help] First code
Hello to whomever would be reading this. I wanted to know what would be a good starting point to learn some basic code. I figured if I learned some easier code, learning the harder stuff would become much simpler. If you have an idea, please enlighten me. Free guides and websites would help aswell ^.^ Oh, and also if you post something like that could ya maybe include a compiler website or something?
What language are you wanting to learn
C++ , C# , VB ect
Thats the point, I have no idea what to learn. I'm thinking either C++ or Java. Can't find any guides for Java though.
Do you want to program applications quickly whilst maintaining performance & nice interface or are you all for performance?

I can tell you now, if you go C#/VB or any .NET bound language, the controls are made for you and you have the IDE to help with interface though it obviously isn't at par with some other languages when it comes to performance.

If you're all for performance, I'd say assembly or C++. Downside is, it takes REALLY long to make a simple GUI, take my injector for example ( link in my signature ), I made it in assembly, GUI is fking ugly and I had to place the controls manually through trial and error using screen coordinates.

Reason I mention these languages is 'cause this is what we mostly get on this forum, its rare we find someone who programs in delphi/python etc etc..
Quote Originally Posted by Void View Post
its rare we find someone who programs in delphi/python etc etc..
Only one person on this forum who codes hacks/Progams in Delphi lol
C# looks good, Compiler info, or Guide link? Or both ^.^
Quote Originally Posted by Auxilium View Post


C# is microsoft, you really think they would allow other ides?
SharpDevelop @ic#code

#Develop / SharpDevelop

Bitchwut.
Looks the same without the pretty UI.
csc + notepad++ , yeh what now.

> csc /out:Program.exe /t:exe HelloWorld.cs
any ide can use csc so yea..
David seriously, who the hell uses assembly now for basic learning ? /FP
Quote Originally Posted by Hassan View Post
David seriously, who the hell uses assembly now for basic learning ? /FP
People who are badass and/or boss.
Quote Originally Posted by Void View Post
People who are badass and/or boss.
I didn't used it !
Posts 115 of 18 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?