| View previous topic :: View next topic |
| Author |
Message |
Icos Grandmaster Cheater
Reputation: 0
Joined: 12 May 2007 Posts: 524
|
Posted: Fri Jun 29, 2007 8:42 am Post subject: win32 API programming using C/C++ |
|
|
| Recently I have started reading materials on this subject. I am wondering why there is hardly anyone who talks about this programming branch here. Is it really bad to learn stuff like this, or no one uses it at all? |
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Fri Jun 29, 2007 8:50 am Post subject: |
|
|
It is talked in here, if you look at most of the application here (except the one that calculates stuff... or hello world) You will find that API's are used. Maybe there's no topic with "How to use CreateProcess?" since MSDN provides you with the syntax + examples, so people don't come in here with the questions
(or at least it used to be like that) And it would be hard to do stuff with out API's, they help a lot =) _________________
|
|
| Back to top |
|
 |
Icos Grandmaster Cheater
Reputation: 0
Joined: 12 May 2007 Posts: 524
|
Posted: Fri Jun 29, 2007 9:01 am Post subject: |
|
|
| You are right, but very often I see more Delphi related threads than C/C++ threads with the use of API. Seems like this is the delphi world. |
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Fri Jun 29, 2007 9:02 am Post subject: |
|
|
It's because everyone is too busy making web browsers by dragging a browser control onto a nice form maker and have no will to write any program that involves more than a hundred lines of code.
No it's not bad to learn the Win32 APIs; for most of the programs that interact with the system, you will need it. Creating windows using the Win32 APIs will teach you how the the window system in Windows works, and that's definitely a plus. _________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
Ouch! How do I cheat?
Reputation: 0
Joined: 09 Jan 2007 Posts: 0
|
Posted: Fri Jun 29, 2007 9:29 pm Post subject: |
|
|
The reason there is hardly any questions is because everything you will ever need is on MSDN.
Win32 API is an interesting topic, and one which all c/c++ programmers using windows (nearly everyone) will eventually get around to learning/using. _________________
Haha, You Actually Bothered To Read This!
____________
  |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Fri Jun 29, 2007 9:58 pm Post subject: |
|
|
Omg, thank you deltaflyer. My only objection to that statement is that most long codes that over a hundred (the ones I see) can be simplified much shorter. But other than that I agree wit u. _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
g3nuin3 Cheater
Reputation: 0
Joined: 08 Jan 2007 Posts: 28
|
|
| Back to top |
|
 |
|