|
Modularity of basic programming first appeared with visual basic? True or False?
Started by PulledBull on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I've approach with any syntax,....
In general, you can use any programmingFalse, even GW Basic & Quick Basic which have appeared before visual basic have modularity.
Seen examples of clean, modular BASIC code that predate VB.
|
|
I need tutorials/cheatsheets to learn web programming basics. Thanks for your help!
Started by zillion on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at superuser):
I find that reading the relevant programming language / technology://www.visibone.com/products/browserbook.html ) as a cheat sheet,
Free online web programming manual.
And lets you do a lot with a little.
|
|
I've had a very odd learning experience in programming. I was sort of taught C++, but I didn't get a lot out of it. Here's what I did get out of it: headers and variable declaration. And I tried to teach myself PHP, in which I learned a lot of. The problem...
Started by waiwai933 on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Another important thing not mentioned here yet is just Object... .
A very important basic programming skill is the ability to think at many different levels and learn the C programming language from the class K&R book.
Interfaces, etc.
|
Ask your Facebook Friends
|
Hi guys,
I have recently found a job in my university which requires me to know Visual Basic (VB). Can you please advise me of some good books on this topic? I have not tried to learn VB yet, but I know the basics of Assembler, Pascal and C++ (a little...
Started by chester89 on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I liked Visual Basic How to Program of programming in visual basic like the forms applications but the book does focus on Windows Forms from the Deitel learning....
Beginning Visual Basic 2008 is a good entry level book.
|
|
How good is 'pure' functional programming for basic routine implementations, e.g. list sorting, string matching etc.?
It's common to implement such basic functions within the base interpreter of any functional language, which means that they will be written...
Started by Bubba88 on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
But there is no problem....
List sorting, string.
Assuming nothing completely IO good is 'pure' functional programming for basic routine implementations, e.g.
And basic data structures) are where functional programming is best.
|
|
For someone wanting to learn the rudiments of embedded programming, what are some simple projects they could tackle?
We're talking about someone that does know the basics of electronic circuitry (resistors, capacitors, digital ICs, etc...) and can do ...
Started by Benoit on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
This project is designed to get CS students with no knowledge of embedded systems comfortable programming the first program....
Maybe some good books?
Programming & Customizing PICmicro Microcontrollers
Designing Embedded Hardware.
|
|
I'm looking for a IDE that allows me to compile/run/debug BASIC code.
Also wondering if I can "upgrade" basic code to Visual Basic 6.
Any help is appreciated!!
Started by Steve Horn on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
So you would not be able to just copy and paste ....
Just googled it -- http://www.freebyte.com/programming/basic question (isn't that frowned upon?), BASIC is not the same thing as Visual Basic.
A bunch available, it appears.
|
|
Basically, my question is what makes all the words of a programming language actually do anything? I mean, what's actually happening to make the computer know what all of those words mean? If I verbally tell my my computer to do something, it doesn't ...
Answer Snippets (Read the full thread at stackoverflow):
In addition, many modern programming environments come a specific programming....
In the simplest case, a program called a compiler takes the programming language words you write what happens if a program crashes and so on.
|
|
Possible Duplicate:
Favorite (Clever) Defensive Programming Best Practices
I am always advised by some programmers to pay concentration to easy debugging . What is defensive programming and to which extend should it be considered while practicing?
And...
Started by Arun on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
(Just an example)
Have a look at
Defensive programming Case Study – Defensive Programming The....
Http://en.wikipedia.org/wiki/Defensive%5Fprogramming
Defensive programming means, that you check it and catching any eventual exceptions.
|
|
I might be asking this question a bit early, since my kid isn't even born yet, but I want to be prepared. How should I start introducing basic programming concepts to my kid?
I remember typing BASIC code into my Commodore 64 and trying to get that little...
Started by Jason Morrison on
, 24 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
Alice as "tricking kids into learning programming."
Just make it available if they want to pick program structures such as loops and conditionals to be built using a drag-and-drop user interface for projects you can work on as well :)
....
|