![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#21 |
|
SEXY SHOELESS GOD OF WAR!
![]() Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 1,195
Rep Power: 5
![]() |
Unrelated note: you might want to check out this topic on MSDN about generic text mappings. That way, you will be (source-level) portable between ASCII and Unicode Windows variants. If you do this, remember to scale malloc() allocations in terms of sizeof(_TCHAR), because sometimes, it will be 2 instead of 1.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
|
#22 |
|
Hobbyist
Join Date: Sep 2005
Posts: 266
Rep Power: 4
![]() |
|
|
|
|
![]() |
| 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 |
| 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 |
| memory leak question | xaosai | C++ | 2 | Mar 31st, 2005 11:25 AM |