Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Signup for Free!
-More Features-
-Far Less Ads-
About   Users   Help
Users & Guests Online
On Page: 1
Directory: 1 & 114
Entire Site: 9 & 902
Page Staff: pokemon x, pennylessz, Barathemos, tgags123, alexanyways, supercool22, RavusRat,
04-18-24 01:43 AM

Forum Links

Official Programming Logic & Design Thread
If you want to start programming this is the place for you
Related Threads
Coming Soon

Thread Information

Views
1,348
Replies
4
Rating
0
Status
CLOSED
Thread
Creator

09-20-08 07:54 PM
Last
Post
tr33l3x
01-07-10 02:16 PM
Additional Thread Details
Views: 162
Today: 0
Users: 1 unique

Thread Actions

Thread Closed
New Thread
New Poll
Order
 

Official Programming Logic & Design Thread

 

09-20-08 07:54 PM
is Offline
| ID: 72801 | 186 Words


JigSaw
Level: 164


POSTS: 848/7936
POST EXP: 584185
LVL EXP: 57374183
CP: 8045.8
VIZ: -46031833

Likes: 0  Dislikes: 0
Decided to start this thread since it is VERY important for any programmer to know the basics. Programming logic and design is all about learning the basics of how to begin programming. I myself jumped straight into PHP but missed a LOT along the way so I strongly suggest you take this as a first step before jumping right into it.

Programming Logic & Design refers to the thinking of a program, the implementation of a program, and the output of a program. You will use flowcharts, hierarchy charts, pseudocode, modules, variables, and all the other basics. Once you learn the basics you should be able to see how it all works and so on.

Probably no one wants to do documentation (flowcharts and such) so if you want to great but if you got pseudocode to show, please post in here. What is pseudocode? It is very simple, no quotations and very basic in form. Pseudocode is very good to know as you can take it and venture into any programming language you want to.

Any questions or what to get started? Please post
Decided to start this thread since it is VERY important for any programmer to know the basics. Programming logic and design is all about learning the basics of how to begin programming. I myself jumped straight into PHP but missed a LOT along the way so I strongly suggest you take this as a first step before jumping right into it.

Programming Logic & Design refers to the thinking of a program, the implementation of a program, and the output of a program. You will use flowcharts, hierarchy charts, pseudocode, modules, variables, and all the other basics. Once you learn the basics you should be able to see how it all works and so on.

Probably no one wants to do documentation (flowcharts and such) so if you want to great but if you got pseudocode to show, please post in here. What is pseudocode? It is very simple, no quotations and very basic in form. Pseudocode is very good to know as you can take it and venture into any programming language you want to.

Any questions or what to get started? Please post
Vizzed Elite
PHP Developer, Security Consultant

Affected by 'Laziness Syndrome'

Registered: 04-06-06
Location: Area 51
Last Post: 1727 days
Last Active: 1721 days

08-09-09 07:30 PM
Tybo10000 is Offline
| ID: 109774 | 86 Words

Tybo10000
Level: 51


POSTS: 113/555
POST EXP: 16229
LVL EXP: 958719
CP: 20.7
VIZ: 28195

Likes: 0  Dislikes: 0
It depends what you are talking about. I know a little HTML and C++, but not much. Here is some HTML-
link- (Your Text-herf="url"-)
Bold- (-b-Your Text-/b-)
Underline- (-u-Your Text-/u-)
Font size- (-size="1-15"-Your Text)
Alignment- (-align="right, center, left, justify"-Your Text)
That is all I can remember at the moment. And I'm only 11! Also, I like to make simple electronics. Tetchy stuff is what I like!
Just replace all of the - with a < at the first one, and a > at the second one.
It depends what you are talking about. I know a little HTML and C++, but not much. Here is some HTML-
link- (Your Text-herf="url"-)
Bold- (-b-Your Text-/b-)
Underline- (-u-Your Text-/u-)
Font size- (-size="1-15"-Your Text)
Alignment- (-align="right, center, left, justify"-Your Text)
That is all I can remember at the moment. And I'm only 11! Also, I like to make simple electronics. Tetchy stuff is what I like!
Just replace all of the - with a < at the first one, and a > at the second one.
Member
I love mudkip!
Affected by Mr. Person Syndrom


Affected by 'Laziness Syndrome'

Registered: 07-29-09
Location: Texas
Last Post: 5293 days
Last Active: 4837 days

(edited by Tybo10000 on 08-09-09 07:51 PM)    

08-14-09 08:01 AM
Juliet is Offline
| ID: 110376 | 10 Words

Juliet
Level: 149


POSTS: 979/6750
POST EXP: 348455
LVL EXP: 40966835
CP: 10708.7
VIZ: 1377896

Likes: 0  Dislikes: 0
I learned codes from TIZAG.

It helped me a lot.
I learned codes from TIZAG.

It helped me a lot.
Vizzed Elite

3rd Place in the July 2009 VCS Competition!




Affected by 'Laziness Syndrome'

Registered: 05-10-09
Location: Manila, PH (Asia)
Last Post: 1563 days
Last Active: 113 days

08-23-09 04:04 PM
Gab666 is Offline
| ID: 111738 | 146 Words

Gab666
Level: 9

POSTS: 1/10
POST EXP: 380
LVL EXP: 2313
CP: 8.0
VIZ: 1335

Likes: 0  Dislikes: 0
I would recommend to anyone who wants to learn programming to not jump straight into complex stuff, starting with the basis is the best way to become a good programmer. I would personnally recommend starting with structured programming(languages like C or Pascal) rather than OOP(Which is used in C++, Java, etc.) the best projects when starting are always small console applications, it makes learning way easier than complex GUI interfaces.

The C Programming Language(also known as K&R) is, from what I've heard one of the best book if you want to start programming. It's been decades since it's first release and is still considered as one of the main references about C. I would recommend it to anyone who wants to learn C.

These are my tips for prospective programmers.

I can also teach C or C++ to anyone who has enough motivation, just PM me.
I would recommend to anyone who wants to learn programming to not jump straight into complex stuff, starting with the basis is the best way to become a good programmer. I would personnally recommend starting with structured programming(languages like C or Pascal) rather than OOP(Which is used in C++, Java, etc.) the best projects when starting are always small console applications, it makes learning way easier than complex GUI interfaces.

The C Programming Language(also known as K&R) is, from what I've heard one of the best book if you want to start programming. It's been decades since it's first release and is still considered as one of the main references about C. I would recommend it to anyone who wants to learn C.

These are my tips for prospective programmers.

I can also teach C or C++ to anyone who has enough motivation, just PM me.
Newbie

Affected by 'Laziness Syndrome'

Registered: 08-23-09
Last Post: 5351 days
Last Active: 5344 days

(edited by Gab666 on 08-23-09 05:05 PM)    

01-07-10 02:16 PM
tr33l3x is Offline
| ID: 131511 | 120 Words

tr33l3x
Level: 42


POSTS: 64/365
POST EXP: 14467
LVL EXP: 504605
CP: 60.6
VIZ: 10150

Likes: 0  Dislikes: 0
I realize this is an old thread but new input is needed....

Visual Basic is one of the most down-to-earth platforms IMO

You can incorporate a variety of Microsoft programs into this ex: IBM Terminals, Microsoft Office Programs etc.

It would seem that simplicity is in the eye of the beholder though

I your having difficulty with one type of language there are alternatives to learn such as HTML, Java, and C (k&R)

I recently created a Macro for the military that incorporated three programs and basically cut the time off a process by 75%. Of course being that im currently in the military i was 'doing my job' so i get no royalties other than a good resume
I realize this is an old thread but new input is needed....

Visual Basic is one of the most down-to-earth platforms IMO

You can incorporate a variety of Microsoft programs into this ex: IBM Terminals, Microsoft Office Programs etc.

It would seem that simplicity is in the eye of the beholder though

I your having difficulty with one type of language there are alternatives to learn such as HTML, Java, and C (k&R)

I recently created a Macro for the military that incorporated three programs and basically cut the time off a process by 75%. Of course being that im currently in the military i was 'doing my job' so i get no royalties other than a good resume
Member

Affected by 'Laziness Syndrome'

Registered: 12-16-09
Location: Beyond the Grave
Last Post: 2951 days
Last Active: 2898 days

Links

Page Comments


This page has no comments

Adblocker detected!

Vizzed.com is very expensive to keep alive! The Ads pay for the servers.

Vizzed has 3 TB worth of games and 1 TB worth of music.  This site is free to use but the ads barely pay for the monthly server fees.  If too many more people use ad block, the site cannot survive.

We prioritize the community over the site profits.  This is why we avoid using annoying (but high paying) ads like most other sites which include popups, obnoxious sounds and animations, malware, and other forms of intrusiveness.  We'll do our part to never resort to these types of ads, please do your part by helping support this site by adding Vizzed.com to your ad blocking whitelist.

×