Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Simulation
Remove
Platform
Any
License
Any
: how many tasks a pc can do parallelly.
:
: e.g. a pc has resources like CPU and I/O. likewise
: how many things can be done parallelly without using CPU.
: and this i mean, not any...
: hey there.. thanks for takin time to read my msg.. i am karthik.. Doing my Comp. Sci engineering in Bangalore,INDIA... i am a total games freak... All my life i have wondered how these classy...
shortest possible code that simuates the dos system is here:
http://www.emu8086.com/vb/Make_Your_Own_OS.zip
it supports only four basic DOS commands :)
Hi all, i want to make simulation of my handphone in Visual Basic 6.0
So the first command i must make is how to turn on and turn off it.
But i want to make it like my handphone, if i hold the...
I am using visual basic to create a simulation of a card game. I want to store the names of all 52 cards in an array, and select cards randomly and display the card name in a text box. How do I do...
: : : short intro:
: : :
: : : i'm ICT coordinator in a school in belgium and i'm looking for a free, or opensource program (as all schools we don't have any money either) where students can make...
: : short intro:
: :
: : i'm ICT coordinator in a school in belgium and i'm looking for a free, or opensource program (as all schools we don't have any money either) where students can make small...
: short intro:
:
: i'm ICT coordinator in a school in belgium and i'm looking for a free, or opensource program (as all schools we don't have any money either) where students can make small...
short intro:
i'm ICT coordinator in a school in belgium and i'm looking for a free, or opensource program (as all schools we don't have any money either) where students can make small electronic...
What's the default warning lvl in VC++???
Also, please write down the preprocessor directives to activate the highest warning lvl.
Thank you!
: i do
: if(1 == a)
: since
: if(1 = a)...
i do
if(1 == a)
since
if(1 = a)
wont compile.
but then again, this is out of habbit. i always compile at the highest warning level (4 in case of VC++), this requires to do some funky...
My first real time bouncing ball simulation is almost finished, and it was the BUGGIEST program that I've ever made. I need like 1-2 hours to debug the movement code.
Some basic things to note :...
Hello, everyone!
I am trying to programme the simulation of a simple calculator (i.e. knows only how to add, subtract, multiply and divide) using Visual Basic for Applications, and I have run into...
I am trying to maka such a programme but it seems to be difficult.
: I'm creating an ATM simulation in VC++. The main dialog has 10 command
: buttons set up like a calculator. When you click the 1 command button I want
: the edit box to display the number 1 etc......
I'm creating an ATM simulation in VC++. The main dialog has 10 command
buttons set up like a calculator. When you click the 1 command button I want
the edit box to display the number 1 etc.......