|
 |
|
 |
12-27-2004, 11:09 PM
|
#1 (permalink)
|
|
Regular Contributor
Join Date: Oct 2004
Posts: 227
|
standard and api c++
what are the differences between standard and api c++? is the coding still the same and what not? one of my goals for when i learn to program is to make a good text editor set up the way i want it set up, that needs to be done in api right? im so confused about this. can someone provide some clarity?
|
|
|
12-28-2004, 08:58 AM
|
#2 (permalink)
|
|
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
|
The standard C++ (C is not my field) defines only the language itself. It does not know about Windows, bashes, consoles, mice, keyboards, sound and you name it.
It only knows about bits, bytes, characters and certain streams. With this, we form a language.
When I say "bytes", I don't mean that C++ knows how many bits fits into that byte.
I'll provide samples later. Right now I need to go.
__________________
|
|
|
12-28-2004, 12:33 PM
|
#3 (permalink)
|
|
Regular Contributor
Join Date: Feb 2003
Location: indisclosed
Posts: 210
|
While on the subject, what are some of the APIs?
|
|
|
12-28-2004, 02:56 PM
|
#4 (permalink)
|
|
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
|
You'll know when you're working with one of them  .
__________________
|
|
|
12-31-2004, 10:43 AM
|
#5 (permalink)
|
|
Regular Contributor
Join Date: Feb 2003
Location: indisclosed
Posts: 210
|
Well, I'm using a lot of UNIX networking APIs now, but not very familiar with others outside of that.
|
|
|
01-22-2005, 12:35 AM
|
#6 (permalink)
|
|
Registered User
Join Date: Jan 2005
Posts: 10
|
Controlling App.
YeaH,
hope everybody's fyne.
the question is how can i control any application through a program coded in C++.
for example if i want to control my msn messenger throught it ..
a click on C++ program may change the status of the messenger as specified.
In other words .. how can we control windows through a program coded in C++.
If anyone can explain my question in detail ?
Thanks for the concern,
Adios;
}
|
|
|
01-26-2005, 01:50 PM
|
#7 (permalink)
|
|
mike
Join Date: Jan 2005
Location: Ottawa, ON
Posts: 79
|
Some examples of some API's:
Win32
GTK/GTK2
OpenGL
*nix system calls
There are way more, I only know bits and pieces of the above, but basically I would say keep programming C++ until you need an API for something (ie - you want to write a windows program, or an OpenGL animation, etc...). You will most likely build up most of your skills doing ISO C++ and this will help you lots when its time to learn an API.
|
|
|
01-26-2005, 01:51 PM
|
#8 (permalink)
|
|
mike
Join Date: Jan 2005
Location: Ottawa, ON
Posts: 79
|
Quote:
|
Originally Posted by Maani
the question is how can i control any application through a program coded in C++.
|
You can't unless you have the source code. And you don't for MSN messenger. So no.
|
|
|
01-26-2005, 03:14 PM
|
#9 (permalink)
|
|
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
|
Quote:
|
Originally Posted by fp_unit
You can't unless you have the source code. .
|
Not true. As long as there's an API, one can code for it.
__________________
|
|
|
01-26-2005, 04:18 PM
|
#10 (permalink)
|
|
mike
Join Date: Jan 2005
Location: Ottawa, ON
Posts: 79
|
Obviously if theres an API, but it sounds like he was talking about 'controlling any application on the screen'. Maybe I just read it wrong...
|
|
|
01-27-2005, 01:25 AM
|
#11 (permalink)
|
|
Newbie
Join Date: Jun 2002
Location: Denmark
Posts: 1,726
|
It is possible, once he cramp every possible handling of the infinite returns and actions any programmer can come up with for his program, into his program. Then it can be handled by a simple CLI program which would ask the user some "yes" or "no" questions.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
About the API forum.
|
Valmont |
Platform/API C++ |
0 |
09-26-2004 07:08 AM |
All times are GMT -8. The time now is 07:40 AM.
|
Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting
|
 |
|