New To Programming: Help Needed

A Member? Please Login  
type your username and password to login
Date: September 06, 2008, 06:53 AM
236986 members and 136782 Topics
Latest Member: Destiny82
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  New To Programming: Help Needed
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: New To Programming: Help Needed  (Read 319 views)
akinwunmi (m)
New To Programming: Help Needed
« on: April 01, 2007, 11:05 PM »

Hi ya all. Am kind of new programming languages.I want to which is the easiest and fastest to learn.I was actually thinking of go into C and most of the threads here have nothing to do with C prog. So am kind of confused.Please your advice and help will be highly appreciated.thanks people
lalaboi (m)
Re: New To Programming: Help Needed
« #1 on: April 01, 2007, 11:10 PM »

i started wit pascal! very easy! its good to start wit
akinwunmi (m)
Re: New To Programming: Help Needed
« #2 on: April 01, 2007, 11:19 PM »

Can you help with materials plz
lalaboi (m)
Re: New To Programming: Help Needed
« #3 on: April 01, 2007, 11:22 PM »

i'll try and get u d software and giv u a site wer u can print out d tutorial d tutorial
akinwunmi (m)
Re: New To Programming: Help Needed
« #4 on: April 02, 2007, 12:15 AM »

Thanks man.I will be expecting 'em.
Seun (m)
Re: New To Programming: Help Needed
« #5 on: April 02, 2007, 01:40 AM »

What exactly are you trying to achieve?  Without knowing that, I can't recommend any programming language.
akinwunmi (m)
Re: New To Programming: Help Needed
« #6 on: April 03, 2007, 03:41 AM »

I believe there a lot to achieve with programming languages ok.Hoping to develop stufss probably games softwares, et all.SO wht do you think are you going to help?The way you said TRYING TO ACHIEVE it sounds somehow.plz hit d nail on da head aiight.
Seun (m)
Re: New To Programming: Help Needed
« #7 on: April 03, 2007, 04:00 AM »

Hmmm.  Games.  That means you're not sure.  And you're new to programming. 
You should probably start with Java and PHP.  Use www.google.com to search for tutorials. Wink
akinwunmi (m)
Re: New To Programming: Help Needed
« #8 on: April 03, 2007, 04:07 AM »

Thanks man.I don't think i need you need to tell me to search on google moreover programming is not all about games n softwares there are more to it.Thanks for your advice.i don't think i need PHP and Java will be way to hard to leanr aiight,
geebengs (m)
Re: New To Programming: Help Needed
« #9 on: April 03, 2007, 02:11 PM »

Hey, if you want to program good games in this age, then consider either C/C++ or java. C/C++ very good for PC games while java very good for games on phone. Then you can consider PHP in the long run. PHP will enable your games to be played on the internet. Nothing is easy to learn man. You've got to be determined. Without the passion, you will get tired or discouraged easily.
akinwunmi (m)
Re: New To Programming: Help Needed
« #10 on: April 03, 2007, 10:11 PM »

Thanks gee.AM already on C/C++.I don't think anything can discourage me coupled with the fact that am studying Computer Sci.So which do you think i should really go for as a scrach.C,Java,Pascal, or wht.I have an idea on C.

PS. i tried compiling a program on C but the output on CMD displays only for 1sec. How can i make the CMD window stop closing itself.?
akinwunmi (m)
Re: New To Programming: Help Needed
« #11 on: April 03, 2007, 10:13 PM »

@ Seun
Am sorry i threw that in your face. I wasn't in a good mood when i replied.Please don't be offended by my stupidity aiight.Its just that i have this believe that Java is hard to leanr but i don't mind going into any prog. lang. as long as i get the right tutorial and software(freeware)


thanks man
Seun (m)
Re: New To Programming: Help Needed
« #12 on: April 04, 2007, 01:48 AM »

In this web age you don't think you need PHP?  And you think Java is more difficult than C++?  Ok o.
akinwunmi (m)
Re: New To Programming: Help Needed
« #13 on: April 04, 2007, 08:41 AM »

I didn't mean it that way man.Which one are you going to help me with.I will be glad if you can help with materials.thanks
akinwunmi (m)
Re: New To Programming: Help Needed
« #14 on: April 04, 2007, 08:47 AM »

Quote from: akinwunmi on April 03, 2007, 10:11 PM
PS. i tried compiling a program on C but the output on CMD displays only for 1sec. How can i make the CMD window stop closing itself.?

Do you have a solution for this please?
sbucareer (f)
Re: New To Programming: Help Needed
« #15 on: April 04, 2007, 10:06 AM »


Use the C/C++ library called conio.h and use getch() routine within your application. Alternatively, you can use system("Pause");

You could just include the "conio.h" library and use the getch() or kbhit() functions.

kbhit means Keyboard Hit

MAYORIN1 (m)
Re: New To Programming: Help Needed
« #16 on: April 04, 2007, 10:45 AM »

C++, Java & PHP are poor choice to use for introducing students to computer science. While they are certainly very powerful programming language, it is also an extremely difficult language to learn and teach. I found myself constantly fighting with C++'s difficult syntax and multiple ways of doing things.

Broda, if you think Java is dam hard for you - Then start with python; ya python very easy to grasp and you get do lots of witty stuff with it. From there you can migrate to other solid OOP (say Java or C++).

Python is a multi-paradigm programming language which has a fully dynamic type system and uses automatic memory management; it is thus similar to Perl, Ruby, Scheme, Smalltalk, and Tcl. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC, wxWidgets). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.

Since the syntax and coding technique of python is very easy and simple , its is good PL for a novice to start with.

Python is a language that can run on GNU/Linux machines as well as Windows and Macintosh platforms. It is a free software, so you can use regardless of your income. It is a  language used by professional programmers, and one that had an active developer community around it. It supports both procedural and object-oriented programming. When you're writing working code nearly as fast as you can type and your misstep rate is near zero, it generally means you've achieved mastery of the language.


 I will recommend this site for you
How to Thinking like Computer Scientist - Python version
http://www.computer-books.us/python_0003.php
http://wiki.python.org/moin/PythonBooks

Python is also a scripting language, an interpretive language with its own built-in memory management and good facilities for calling and cooperating with other programs. That means you can build scintillating web application script with it and even move to Perl since that have similar structure.

—From Usenet posting by Mark Jackson, June 1998
master d (m)
Re: New To Programming: Help Needed
« #17 on: April 04, 2007, 11:39 AM »

why not try Visual basics, i think its also a good PL
ciga
Programming Help
« #18 on: April 04, 2007, 04:54 PM »

Would like to know more about programming codes on microsoft windows xp.
Seun (m)
Re: New To Programming: Help Needed
« #19 on: April 04, 2007, 11:19 PM »

Quote from: akinwunmi on April 04, 2007, 08:47 AM
Do you have a solution for this please?
Yes.  Run the program "cmd" and then run your program from the command line.
akinwunmi (m)
Re: New To Programming: Help Needed
« #20 on: April 04, 2007, 11:44 PM »

@Mayor
thanks man i will chk that out.Yeah you are right about the hacking but Hell nooooo i aint going to hack Nairaland aiight Grin this place is more like home were we meet.

@Seun
i tried it but the s.t won't come up.any other way to do it man.thanks
akinwunmi (m)
Re: New To Programming: Help Needed
« #21 on: April 05, 2007, 12:10 AM »

@Mayor
The wiki link aint ok.Any other one plz
EasyWare (m)
Re: New To Programming: Help Needed
« #22 on: April 06, 2007, 05:24 PM »

This is my first ever post to this site. i am a "lurker". Once in a while, when I am bored, I come on here and see what's happening.

It is almost impossible to start learning software development from the deep end.
Like most things, the best way to start programming is to start at the very basics. It would never do to try to run before you can walk. I would suggest, therefore that you start and continue in this progression:

1) Learn Basic HTML
This is strictly not programming, just like learning what swimming kit to buy is not swimming. But it pays to do it.

2) Learn JavaScript
Slowly begin to introduce javaScript to your static html pages. Learning JavaScript is the beginning of your road down programming. Contrary to what many people believe, JavaScript is not simply a scripting language, it is actually  an entry-level programming language which shares similar syntax and conventions with object-oriented languages like php and Java. Spend a good deal of time on JavaScript. Once you master JavaScript properly, the rao to other object oriented languages will be smooth.

3) Then learn a CGI language - you have the choice of asp, asp.NET, perl, php, jsp ,
I suggest php. Beautiful language. Easy to learn open-source, supported by 99.99% of web hosting companies, has innumerable support on the internet, works on both windows and Unix-based server, is more futureproof than all the others, is free, free, free,  etc etc

4) Learn a database:
I suggest mySQL. Many of the points on php, above apply to mySQL. This nairaland forum, like 90%(guesstimate) of forums on the internet today is run on php/mySQL.

Really at this stage you can make a perfectly lucrative living with the knowledge you have, above. If you want to go farther, you would have had enough knowledge at tis stage to know which languages you would like to continue with (eg Java, C#, C, C++ ,  )

To some extent, what matters is not the languages you learn, but the aptitude that you have for programming. Just because you understand English would not make you a good novelist.

While studying for my masters degree a few years ago, I came across a lot of Nigerians who took up IT courses "because there was money in it"!

Many of these people just wasted their time. Some dropped out halfway, many got through by the skin of their teeth and by getting others to do their courseworks for them,

You should go into programming/software development if (1) you have a genuine interest (2) You have the aptitude and/or you are willing to learn

Anyway, i do not want to go on forever. Hope what I posted will be useful to someone.

You can see some of my software products at: http://www.easyware.co.uk


Victor




 Aptech, Niit Or Karrox For Oracle Certificati  Looking For Help With Actionscript In Flash  J A V A   Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.