Sotware programming
Closed
kwakye ebenezer
Blocked Profile - Jul 26, 2013 at 12:11 PM
- Posts
- 1
- Registration date
- Friday July 26, 2013
- Status
- Member
- Last seen
- July 26, 2013
Blocked Profile - Jul 26, 2013 at 12:11 PM
Related:
- Sotware programming
- Write a program to print a pattern like: 1 11 111 1111 11111 111111 ✓ - Forum - Programming
- Write a unix system program to read a file in reverse - Guide
- Count the visible clothes program - Forum - Programming
- Which key is used to delete programs or files permanently - Guide
- Kerbal space program download free - Download
1 reply
WOW What a great question?
software for what? For what platform? Software to control a robot, is different than software to play a game. What platform? What purpose?
Stop to think about how open ended that question is! Do you have a good grasp of logic, and/or, and NAN? Do you understand the concept of Zero,and Null, they are not the same thing?
Do you have the need for Object Oriented, or are you tasks 1 deminsional?
Here is a little taste to get your mind going:
Open your Notepad and type the following:
@echo Hello world.
@pause
Save the file as HELLO.BAT on your desktop.
Now run it. You have just programmed your first HELLO WORLD, the standard for Proof of concepts.
Have fun.
software for what? For what platform? Software to control a robot, is different than software to play a game. What platform? What purpose?
Stop to think about how open ended that question is! Do you have a good grasp of logic, and/or, and NAN? Do you understand the concept of Zero,and Null, they are not the same thing?
Do you have the need for Object Oriented, or are you tasks 1 deminsional?
Here is a little taste to get your mind going:
Open your Notepad and type the following:
@echo Hello world.
@pause
Save the file as HELLO.BAT on your desktop.
Now run it. You have just programmed your first HELLO WORLD, the standard for Proof of concepts.
Have fun.