|
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'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.
|
|
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.
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
Duplicate: of this and this question . Even if the question isn't worded exactly the same, you're getting the exact same answers.
I've read several programming books. I can program in about 8 languages. I've noticed a problem with just about every book...
Started by Halpo on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
Facts and Fallacies of Software Programming....
Two good ones are:
Theory of computation Concrete Hanselman's Six Essential Language Agnostic Programming Books is good stuff.
But it was a great place to expand from basic programming.
|
|
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 :)
....
|
|
While browsing answers to several popular questions, I keep coming across the FizzBuzz test , and more generally, the observation that a lot of people who apply to programming jobs don't know how to program .
Now, I certainly wouldn't consider myself ...
Started by David on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't have some programming-related degree of basic coding skills enough....
With little to none programming knowledge as a developer: if we're exlpicitly looking for a Junior (or any job for that matter) is what's on your resume.
|
|
I'm something of a new, reluctant convert to C++ from a Pascal, Ruby, and PHP background. I haven't worked with Pascal since a few months of torture with "Delphi Turbo;" since then I've practically been eating and sleeping Ruby and PHP. I'm already well...
Started by The Wicked Flea on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Experiment with iterators recommend Stroustrup: The C++ Programming....
Very convenient) Generic Programming (The STL in particular.
Going through the questions under the C++ leaks.
As well as "The C++ Programming Language" (Stroustrup).
|
|
I'm about to start (with fellow programmers) a programming & algorithms club in my high school. The language of choice is C++ - sorry about that, I can't change this. We can assume students have little to no experience in the aforementioned topics.
What...
Started by Mike Hordecki on
, 26 posts
by 25 people.
Answer Snippets (Read the full thread at stackoverflow):
I assume it's just because different ways....
Competition primer " Programming Challenges ": Amazon Link
They start out with fairly basic programming dynamic programming, greedy etc., but about basic algorithmic mindset.
|