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
Any
Platform
Any
License
Any
Hello haris,
The '1' in your example:
Pos1 = instr$(string$,"a",1)
is optional, and simply means start searching string$ from the first character.
So if you input the string "Where is my...
I am needing to make a program that will allow the user to enter a vehicle ID, Mileage, gallons of gas used and do a MPG. Then the user needs to be able to enter more ID's and the program keep a...
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
use this bro
// i thought pixel. is struct-array
int grayval;//i put +1 just to be sure you dont leak mem
for(int i=0;i|_|-|-|_|----->o
c if(A=='q') {
cobol MOVE "hello world" TO A...
Hello everyone, my name is haris and I have recently started to learn basic. Right now a lot of things are looking very very difficult. I have downloaded couple on books on how to use liberty basic....
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
Integer
= 155
does this: 1*2*3+2*6*5+2*3+8*7*1+9*3
Any ideas pls? :S
I know its a simple program, but i've never written a program at all, only simple orders. Help pls and thanks. :)
Okay so you have your syntax figured out but now you need the interpreter
to work. I recommend instead of using your own interpreter to write the code you create a separate editor to save the code...
Hey guys, I'm curious about making video games and was wondering if there is a book out there that can help me get started on the basics of programming. I would really like to get into this industry...
I want to make an online multiplayer card game based in flash but I guess I would need to learn another language.
Can anyone give me some suggestions how to get started.
Such as any good book to...
I just started programming in C and am finding 3 dimensional arrays pretty hard to grasp.
void main()
{
int arr={{{2,4},{7,8},{3,4},}, {{2,2},{2,3},{3,4}, }};
printf("%d",**(*arr+1)+2+7);...