Some basic questions
From: slot (slotma_at_resort.com)
Date: 08/03/04
- Next message: Buster: "Re: Tic Tac Toe using recursion"
- Previous message: Karl Heinz Buchegger: "Re: Solution to the halting Problem?"
- Next in thread: Victor Bazarov: "Re: Some basic questions"
- Reply: Victor Bazarov: "Re: Some basic questions"
- Reply: Ioannis Vranos: "Re: Some basic questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 03 Aug 2004 14:19:15 GMT
Is there any problem to use "std::string" with unicode strings?
When using std::string, does it have to be initialized? Is the following
code OK?
string s;
S = "This is a test string";
Is it OK to have a container (for example, list), as global object whose
size and elements increases at run time?
Thanks!
- Next message: Buster: "Re: Tic Tac Toe using recursion"
- Previous message: Karl Heinz Buchegger: "Re: Solution to the halting Problem?"
- Next in thread: Victor Bazarov: "Re: Some basic questions"
- Reply: Victor Bazarov: "Re: Some basic questions"
- Reply: Ioannis Vranos: "Re: Some basic questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|