Jump to content

Best first 10 programs for begginers


Vangald

Recommended Posts

Ok. Pretend it is your first day of programming. You know nothing. You are a Noob. What do you think are the best first 10 programs you should start making?

Skip "hello world" since it is the absolute first step no matter what.

You can make lists for different languages if you wish.

Link to comment
Share on other sites

1. an addition program. as in "enter 2 numbers." "the sum of the numbers is" teaches simple input output

2. a small txt adventure game. (check the wiki under community projects for a small one). takes input output to another level

3. a guessing game. randomization + input output.

thats all i have for you

Link to comment
Share on other sites

Basic text editor. Open, edit and save text files. Image crop, resize and image viewer. String manipulation, math calculations, and format conversions (like ascii to hex or hex to binary, base64, then back to plain text, or md5 hashing, make yoru own md5 converted wordlists to crack passwords).

Those were some of the one first things I did with programming, learning how to open files and edit them and save information to output files. Manipulating strings of data and such. Then working with loops and arrays(which I still struggle with arrays at times since I do not program on a regular basis). Moved on from there to the web side with PHP and MySql, entering data into databases, pulling the data out and displaying it in a readable format, formatting it for use like plotting pins on a google map, etc.

Link to comment
Share on other sites

C++

Setting variables and displaying

Logic on variables and displaying

Data types and I/O

Calculations and other math operations

Defining arrays

Sorting arrays (bubble sort, swap sort)

Banking interest rates for different durations

NFL Passer Rating calculation

Pointers Intro

Vectors Intro

I believe that about sums up my CmpSci 101 I took in College. The next class would get into more OO principles - classes, objects, polymorphism, etc

Link to comment
Share on other sites

i created alot of console programs in C++ before i dove into GUI and know i know quite alot about it..basicly

find out what you wanna do at the end... and take small steps

first i learned about WinMain then the WindowsProcedure then the WNDCLASSEX

then button controls edit controls etc..etc

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...