Kenshinsama Posted October 24, 2008 Share Posted October 24, 2008 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 programmingreccomended reading for study any info lol t Link to comment Share on other sites More sharing options...
gavin19 Posted October 25, 2008 Share Posted October 25, 2008 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? Link to comment Share on other sites More sharing options...
Weirdy Posted October 25, 2008 Share Posted October 25, 2008 I recommend C then C++ from there, everything else (besides ASM) is pretty easy Link to comment Share on other sites More sharing options...
Kenshinsama Posted October 25, 2008 Author Share Posted October 25, 2008 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! Link to comment Share on other sites More sharing options...
2eyez Posted October 25, 2008 Share Posted October 25, 2008 How about someting different like PLC? I"ve played a little with Omron and Allen Bradley. Link to comment Share on other sites More sharing options...
gymnist1026 Posted October 25, 2008 Share Posted October 25, 2008 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... Link to comment Share on other sites More sharing options...
Robert Posted October 25, 2008 Share Posted October 25, 2008 I know Z80 asm/machine codes, and C. Plus a few others that are no longer in general use. Good luck with your project. Link to comment Share on other sites More sharing options...
Weirdy Posted October 25, 2008 Share Posted October 25, 2008 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. Link to comment Share on other sites More sharing options...
Kenshinsama Posted October 25, 2008 Author Share Posted October 25, 2008 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^^! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now