Click here to Skip to main content
15,915,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: [Hard] How ot Change All Windows' Title ? Pin
Michael P Butler7-Jun-02 0:51
Michael P Butler7-Jun-02 0:51 
GeneralList control refresh problem... Pin
Neha6-Jun-02 20:03
Neha6-Jun-02 20:03 
GeneralComplex Pin
6-Jun-02 18:39
suss6-Jun-02 18:39 
GeneralRe: Complex Pin
6-Jun-02 21:18
suss6-Jun-02 21:18 
GeneralDUN settings for IE Pin
Jason Henderson6-Jun-02 18:25
Jason Henderson6-Jun-02 18:25 
GeneralRe: DUN settings for IE Pin
Remco V6-Jun-02 21:11
Remco V6-Jun-02 21:11 
GeneralRe: DUN settings for IE Pin
Jason Henderson7-Jun-02 6:25
Jason Henderson7-Jun-02 6:25 
GeneralCString Question Pin
Sidney6-Jun-02 17:19
Sidney6-Jun-02 17:19 
Hi everyone,

I have a question, I am curious about the greatness of Cstring, can I used this in non MFC projects? I was trying to use it like this:

#include <Cstring>
#include <iostream>

int main(){

String str("The stars are aligned");
int n = str.Find('e', 5);
cout << n;
}

Code above contains an error "error C2065: 'CString' : undeclared identifier"
Did i miss something? or CString does not work with non MFC projects?

Thanks/Regards
Sidney
GeneralRe: CString Question Pin
Paul M Watt6-Jun-02 17:29
mentorPaul M Watt6-Jun-02 17:29 
GeneralRe: CString Question Pin
Sidney6-Jun-02 17:40
Sidney6-Jun-02 17:40 
GeneralRe: CString Question Pin
Paul M Watt6-Jun-02 17:37
mentorPaul M Watt6-Jun-02 17:37 
GeneralRe: CString Question Pin
Ravi Bhavnani6-Jun-02 17:36
professionalRavi Bhavnani6-Jun-02 17:36 
GeneralRe: CString Question Pin
Sidney6-Jun-02 17:41
Sidney6-Jun-02 17:41 
GeneralRe: CString Question Pin
Nish Nishant6-Jun-02 18:07
sitebuilderNish Nishant6-Jun-02 18:07 
GeneralRe: CString Question Pin
Sidney6-Jun-02 20:26
Sidney6-Jun-02 20:26 
GeneralRe: CString Question Pin
Sidney6-Jun-02 20:31
Sidney6-Jun-02 20:31 
GeneralRe: CString Question Pin
Christian Graus6-Jun-02 20:54
protectorChristian Graus6-Jun-02 20:54 
GeneralRe: CString Question Pin
Nish Nishant6-Jun-02 21:43
sitebuilderNish Nishant6-Jun-02 21:43 
Generalframe flashed Pin
Steve L.6-Jun-02 16:19
Steve L.6-Jun-02 16:19 
GeneralRe: frame flashed Pin
Paul M Watt6-Jun-02 17:26
mentorPaul M Watt6-Jun-02 17:26 
GeneralScroll bars! Pin
wilche6-Jun-02 15:31
wilche6-Jun-02 15:31 
GeneralRe: Scroll bars! Pin
Ernest Laurentin6-Jun-02 19:44
Ernest Laurentin6-Jun-02 19:44 
GeneralRe: Scroll bars! Pin
wilche10-Jun-02 16:15
wilche10-Jun-02 16:15 
Generalgrid column resize Pin
BlackDogEngineering6-Jun-02 14:10
BlackDogEngineering6-Jun-02 14:10 
General_variant_t vs VARIANT Pin
6-Jun-02 13:11
suss6-Jun-02 13:11 

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.