English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I Want to learn how so that i can right software for my 64 channl christmas light controller using the paralle port. It usees a 74HC595 chip. http://computerchristmas.com/?link=how_to&HowToId=89 this is how the chip works.

2007-01-05 09:12:26 · 2 answers · asked by Tim Sing 1 in Computers & Internet Programming & Design

2 answers

My friend.there is no easy way to learn VC++.But if u love something it will be easy 4 u.
U should start with a good book.I donno a good refrence in ur language but u can easily find that and then go on

2007-01-05 09:16:59 · answer #1 · answered by Hamid 2 · 0 0

From experience, I have found that the best way to learn programming is to see a sample program, observe how it is written and what it achieves. Over time, you pick up how things are done and can soon find a way to program your own ideas.

Do you already know how to program in another language? At the core, since they are in the end translated to the same set of machine language either long before the actual execution of the program or just in time. As a result, programming languages tend to have similar structure and accomplish similar tasks, though each language has certain features that make it easier to use for particular problems. If you do know another language, then maybe try writing in vc++ a program you've already written in the other language.

Chances are you'll want a good language reference. Either a good book will work, the online documentation and examples at msdn.microsoft.com is handy, or the numerous websites on the Internet can be useful.

2007-01-05 10:10:24 · answer #2 · answered by OS 1 · 0 0

fedest.com, questions and answers