Jump to content

Recommended Posts

Posted

whats crackin guys? well Ive been looking all over the net for some advice on programming but I honestly dont know what to look for. I decided to make a post and see if there are any programmers on the .. I dont have much experience but I like to learn new things and Im pretty anal about figuring stuff out. Im interested in doing a few projects and just getting my hands dirty really. any help is much appreciated!

 

stuff Im looking for

 

beginner programs for programming

reccomended reading for study

 

any info lol

 

t

Posted

I have only dabbled in Javascript, Basic, Visual Basic, Ruby and a little PHP. It is ultimately up to what you want to achieve. What is it that you want to do with programming in general?

Posted

hmm well in all honesty I want to try and create a program that keeps users together in the gaming world...if that makes any sense...make it to where theres a database for the users that need it.

 

 

I have a few other things I wanna mess with like a fighting game that was made specificly for the internet and let you customize your own characters.

 

lol I know I dont even know the basics and Want to make all of this crap:P but everyones got a crazy prject they wanna try right? lol.

 

when I get back to the pad Im going to download C and C++ thanks for the help guys!

Posted

Java seems to be the easiest/most common introductory programing language for people these days...

 

I learned C, but that was because all the engineering libraries i have to use are written for C...and no one wants change them to another language...

Posted

I know Z80 asm/machine codes, and C.

 

Plus a few others that are no longer in general use.

 

Good luck with your project. :thumbsup1:

Posted
hmm well in all honesty I want to try and create a program that keeps users together in the gaming world...if that makes any sense...make it to where theres a database for the users that need it.

 

 

I have a few other things I wanna mess with like a fighting game that was made specificly for the internet and let you customize your own characters.

 

lol I know I dont even know the basics and Want to make all of this crap:P but everyones got a crazy prject they wanna try right? lol.

 

when I get back to the pad Im going to download C and C++ thanks for the help guys!

yep, something like that (with a gui) would require the use of, say, windows API libraries (which are in C) and, if you plan on communicating through audio, directx API (C++). But you don't even know the languages yet.

 

link

 

You'll need a compiler and a decent text editor too. I would suggest gcc for compiling and notepad2 for editing.

Posted

hmm well in all honesty I want to try and create a program that keeps users together in the gaming world...if that makes any sense...make it to where theres a database for the users that need it.

 

 

I have a few other things I wanna mess with like a fighting game that was made specificly for the internet and let you customize your own characters.

 

lol I know I dont even know the basics and Want to make all of this crap:P but everyones got a crazy prject they wanna try right? lol.

 

when I get back to the pad Im going to download C and C++ thanks for the help guys!

yep, something like that (with a gui) would require the use of, say, windows API libraries (which are in C) and, if you plan on communicating through audio, directx API (C++). But you don't even know the languages yet.

 

link

 

You'll need a compiler and a decent text editor too. I would suggest gcc for compiling and notepad2 for editing.

 

 

thanks alot weirdy. wow there are a few members here who know their crap about this. awsome^^! :D:unsure:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...