Click here to Skip to main content
15,891,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Maximum value of unsigned long Pin
Mike Nordell1-Jun-02 7:57
Mike Nordell1-Jun-02 7:57 
GeneralCreate a bitmap file Pin
Francis B.29-May-02 8:36
Francis B.29-May-02 8:36 
GeneralChange Font to the Default Printer! Pin
29-May-02 7:51
suss29-May-02 7:51 
GeneralEvery other letter Pin
Nnamdi Onyeyiri29-May-02 7:30
Nnamdi Onyeyiri29-May-02 7:30 
GeneralRe: Every other letter Pin
Nish Nishant29-May-02 8:04
sitebuilderNish Nishant29-May-02 8:04 
GeneralRe: Every other letter Pin
PJ Arends29-May-02 8:18
professionalPJ Arends29-May-02 8:18 
Generalconvert a CString to a char Pin
Nnamdi Onyeyiri29-May-02 7:14
Nnamdi Onyeyiri29-May-02 7:14 
GeneralRe: convert a CString to a char Pin
Lucky the code machine29-May-02 7:15
Lucky the code machine29-May-02 7:15 
use GetAt()

for example if CString temp="test"

out=temp.GetAt(3);

!! Put it in a if statement to prevent a asertation error:

if temp.GetLength()>2{ // e.g. 3
out=temp.GetAt(3);
}

Hope that helped.

An Expert is somone who has previously made ALL the Mistakes, I dream of this day. - Lucky
GeneralRe: convert a CString to a char Pin
ed987129-May-02 7:17
ed987129-May-02 7:17 
GeneralRe: convert a CString to a char Pin
Martin Ziacek29-May-02 7:23
Martin Ziacek29-May-02 7:23 
GeneralRead / Write Registry Pin
Lucky the code machine29-May-02 7:08
Lucky the code machine29-May-02 7:08 
GeneralRe: Read / Write Registry Pin
Martin Ziacek29-May-02 7:19
Martin Ziacek29-May-02 7:19 
GeneralRe: Read / Write Registry Pin
Lucky the code machine29-May-02 7:17
Lucky the code machine29-May-02 7:17 
GeneralRe: Read / Write Registry Pin
Martin Ziacek29-May-02 7:28
Martin Ziacek29-May-02 7:28 
GeneralRe: Read / Write Registry Pin
Lucky the code machine30-May-02 2:15
Lucky the code machine30-May-02 2:15 
GeneralRe: Read / Write Registry Pin
Martin Ziacek29-May-02 7:31
Martin Ziacek29-May-02 7:31 
GeneralRe: Read / Write Registry Pin
Lucky the code machine29-May-02 7:29
Lucky the code machine29-May-02 7:29 
GeneralWindow Programming (Saving Results) Pin
29-May-02 7:01
suss29-May-02 7:01 
GeneralRe: Window Programming (Saving Results) Pin
Nish Nishant29-May-02 7:02
sitebuilderNish Nishant29-May-02 7:02 
GeneralCount Number of Items in a struct Pin
Anton A. Loukine29-May-02 6:36
Anton A. Loukine29-May-02 6:36 
GeneralRe: Count Number of Items in a struct Pin
Rama Krishna Vavilala29-May-02 6:49
Rama Krishna Vavilala29-May-02 6:49 
GeneralRe: Count Number of Items in a struct Pin
Anton A. Loukine29-May-02 6:49
Anton A. Loukine29-May-02 6:49 
GeneralRe: Count Number of Items in a struct Pin
Rama Krishna Vavilala29-May-02 7:23
Rama Krishna Vavilala29-May-02 7:23 
GeneralRe: Count Number of Items in a struct Pin
Rama Krishna Vavilala29-May-02 6:55
Rama Krishna Vavilala29-May-02 6:55 
GeneralRe: Count Number of Items in a struct Pin
Anton A. Loukine29-May-02 6:50
Anton A. Loukine29-May-02 6:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.