Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions > Programming Tips and FAQ » FAQ: What Programming Language Should I Start With?
Closed Thread
Old 10-20-2006, 01:53 PM   #61 (permalink)
 
Junior Techie

Join Date: Oct 2004

Posts: 60

Fabyfakid

Default

#include
#include //just for the **** of it

void main()
{
char program;
printf("Enter your favorite program:\n");
scanf("%s", &program);
if(program != 'C' || program != "C++")
{
printf("This program sucks!\n");
printf("Enter a REAL program:");
scanf("%s", &program);
}
else
printf("\nU **** right!");
getchar();
}

I think the above expresses my views on this topic quite nicely...
Fabyfakid is offline  
Old 11-25-2006, 05:36 AM   #62 (permalink)
 
Newb Techie

Join Date: Nov 2006

Posts: 4

ritesh26

Default

I think you should start your programming by C language.
After good practice you can go definitely in any language you like.
It my experience , i am working as software professional more than 2 years. I have worked on C, JAVA, JSP, Struts, PHP, AJAX, and few time VB.
http://developer.frih.net/
ritesh26 is offline  
Old 01-20-2007, 11:52 AM   #63 (permalink)
 
True Techie

Join Date: Apr 2005

Location: Ontario, Canada

Posts: 182

blackhawk13 is on a distinguished road

Send a message via AIM to blackhawk13
Default

http://www.itworld.com/Career/1909/CWSTO57985/

Java's actually in demand. It would be a good language to learn, trust me. You CAN do a lot with it.
blackhawk13 is offline  
Old 01-20-2007, 02:23 PM   #64 (permalink)
 
Newb Techie

Join Date: Jan 2007

Posts: 25

ryno

Default

Quote:
Originally posted by Fabyfakid

I think the above expresses my views on this topic quite nicely...
Error 3 error C2040: '!=' : 'int' differs in levels of indirection from 'const char [4]' c:\Documents and Settings\Steve.B974B8D84\My Documents\Visual Studio 2005\Projects\FunnyTest\FunnyTest\main.c pp 10

Error 2 error C2446: '!=' : no conversion from 'const char *' to 'int' c:\Documents and Settings\Steve.B974B8D84\My Documents\Visual Studio 2005\Projects\FunnyTest\FunnyTest\main.cpp 10
ryno is offline  
Old 04-20-2007, 01:50 PM   #65 (permalink)
 
Newb Techie

Join Date: Apr 2007

Posts: 7

khadeja is on a distinguished road

Default Re: FAQ: What Programming Language Should I Start With?

Quote:
Originally Posted by Emily View Post
What Programming Language Should I Start With?

If you've never programmed a "Hello world" in your life, you might want to try HTML first. HTML might seem elementary, but it's an excellent introduction to the ideas of syntax and basic programming. In addition, all web programming languages are pretty much useless without HTML.

When you've got HTML down, a popular beginning language is Visual Basic. Some people claim VB isn't a "real" programming language, but it is powerful despite its simplicity. Most computer-literate users also find the IDE (Intergrated Development Environment) to be pretty friendly, if expensive. Almost all Visual Basic books come with a working model edition that serves the needs of most beginners.

If you've had some prior programming experience or you are exceptionally good with computers, you might want to try something a little more advanced. For desktop programming, you'll hear C++ from a lot of people; C, C#, and JAVA are also good options that won't lead you astray. PHP is a good choice for web programming that's very up-and-coming; PERL and ASP are also popular web programming choices.
i am a dumb one at programming but i am trying to learn C++ , andits seems pretty confusing to me
khadeja is offline  
Old 09-29-2007, 10:39 AM   #66 (permalink)
 
True Techie

Join Date: Sep 2006

Location: Wouldn't you like to know?

Posts: 142

sir nerdalot

Default Re: FAQ: What Programming Language Should I Start With?

Liberty BASIC is an easy programming language to learn, but you can still make powerful programs in it. People have made web browsers, spreadsheet programs, media players, you name it!

Liberty BASIC - Easy Programming for Windows
sir nerdalot is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On