![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#21 | |
|
Hobbyist
Join Date: Sep 2005
Posts: 266
Rep Power: 4
![]() |
Quote:
![]() |
|
|
|
|
|
|
#22 |
|
Programmer
Join Date: Jan 2006
Location: Some where
Posts: 74
Rep Power: 3
![]() |
Speaking of Ebooks, do you know where I can get a free( yes I'm a freeloader) Ebook (or regular book) on Windows programming, I have two, but there not that good...
|
|
|
|
|
|
#23 |
|
Newbie
Join Date: Jul 2006
Location: Heart of Gold
Posts: 23
Rep Power: 0
![]() |
Take a look at what is suggested in this thread.
http://www.programmingforums.org/for...ad.php?t=10601 I think nemesis poined to 2 good tutorials.
__________________
"Why should I want to make anything up? Life's bad enough as it is without trying to invent any more of it." |
|
|
|
|
|
#24 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
You can't just check documentation. If you do, you'll usually find that it exists. You normally need to actually read it, and comprehend.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#25 |
|
Programmer
Join Date: Jan 2006
Location: Some where
Posts: 74
Rep Power: 3
![]() |
Yeah, thinking comes in handy... People keep telling me to read and look at stuff. But I don't get it
. But seriously, I don't have any man pages. I don't have linux at the moment, because I don't feel like downloading it. Since it will take like 5 years to do so.EDIT: @Marvin - I've seen those. I don't like GUI toolkits. And as for Windows programming I prefer the standard Windows A.P.I. I used to do MFC and some toolkits, but they lagged on my computer. |
|
|
|
|
|
#26 |
|
Newbie
Join Date: Jul 2006
Location: Heart of Gold
Posts: 23
Rep Power: 0
![]() |
The ones nemesis linked to in the first reply were for pure win32 API. They talk about making GUI's using Win32, not MFC or WxWidegets etc.
I sometimes wonder if people actually read what i say. I did state to follow the links nemesis gave, as his were for Win32, the others mostly concentrated on GUI toolkits like you said.
__________________
"Why should I want to make anything up? Life's bad enough as it is without trying to invent any more of it." |
|
|
|
|
|
#27 | ||
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3
![]() |
Quote:
__________________
Quote:
|
||
|
|
|
|
|
#28 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Strlen doesn't return the length of the array. It counts characters until it reaches a '\0'. The ability to define an array with a non-constant was discussed recently (last couple of days).
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#29 | ||
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3
![]() |
Quote:
Regards, Kruptof
__________________
Quote:
|
||
|
|
|
|
|
#30 | |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 770
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| When to use the new keyword in C++? | titaniumdecoy | C++ | 28 | Mar 16th, 2006 1:36 PM |
| Which area of memory does new use? | aznluvsmc | C++ | 11 | Nov 5th, 2005 8:37 AM |
| Question about multidimensional arrays of strings | aznluvsmc | C | 8 | Oct 15th, 2005 11:20 PM |
| Pointers in C (Part II) | Stack Overflow | C | 2 | Apr 29th, 2005 11:39 AM |
| Pointers in C (Part I) | Stack Overflow | C | 4 | Apr 28th, 2005 8:03 PM |