Click here to Skip to main content
15,918,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Get started with C++ for simple GUI apps Pin
CPallini5-Jul-08 0:03
mveCPallini5-Jul-08 0:03 
AnswerRe: Get started with C++ for simple GUI apps Pin
Sukhjinder_K5-Jul-08 2:45
Sukhjinder_K5-Jul-08 2:45 
QuestionRe: Get started with C++ for simple GUI apps Pin
David Crow5-Jul-08 5:01
David Crow5-Jul-08 5:01 
AnswerRe: Get started with C++ for simple GUI apps [modified] Pin
enhzflep5-Jul-08 18:06
enhzflep5-Jul-08 18:06 
GeneralRe: Get started with C++ for simple GUI apps Pin
David Crow6-Jul-08 10:28
David Crow6-Jul-08 10:28 
QuestionRemove ; character Pin
manju#1234-Jul-08 21:38
manju#1234-Jul-08 21:38 
AnswerRe: Remove ; character Pin
Le@rner4-Jul-08 22:05
Le@rner4-Jul-08 22:05 
GeneralRe: Remove ; character Pin
manju#1234-Jul-08 22:32
manju#1234-Jul-08 22:32 
"_$h@nky_" wrote:
why r u remove this ";".


Because I am reading from config File i.e UserName,Password and ServerName.
In Config File we can specify with ";" character..thats why its create error thats why i want to remove ";"


"_$h@nky_" wrote:
by the way when u use below satement.


I have declared as _TCHAR * csUserName;

I read from config File..
if(_tcsicmp(it->first, "USERNAME") == 0){                   /////////// Function Id OpenConf995............. Added by SHARAN 
				//It converts const char* to char*
				csUserName = const_cast<_TCHAR*>(it->second);				
				login[iServerCtr].sUserName = csUserName;


It reads the Config File Parameter UserName.
"_$h@nky_" wrote:
ok there is no need to remove ;


yes

thank you
manju

Hi..
I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++
manju

GeneralRe: Remove ; character Pin
Le@rner4-Jul-08 23:00
Le@rner4-Jul-08 23:00 
QuestionRe: Remove ; character Pin
David Crow5-Jul-08 5:05
David Crow5-Jul-08 5:05 
AnswerRe: Remove ; character Pin
Jijo.Raj4-Jul-08 22:41
Jijo.Raj4-Jul-08 22:41 
GeneralRe: Remove ; character Pin
manju#1234-Jul-08 22:46
manju#1234-Jul-08 22:46 
GeneralRe: Remove ; character Pin
Jijo.Raj4-Jul-08 22:52
Jijo.Raj4-Jul-08 22:52 
GeneralRe: Remove ; character Pin
manju#1234-Jul-08 23:12
manju#1234-Jul-08 23:12 
GeneralRe: Remove ; character Pin
Jijo.Raj4-Jul-08 23:31
Jijo.Raj4-Jul-08 23:31 
GeneralRe: Remove ; character Pin
manju#1235-Jul-08 0:06
manju#1235-Jul-08 0:06 
GeneralRe: Remove ; character Pin
Ashutosh Bhawasinka5-Jul-08 2:49
Ashutosh Bhawasinka5-Jul-08 2:49 
GeneralRe: Remove ; character Pin
theCPkid5-Jul-08 0:43
theCPkid5-Jul-08 0:43 
GeneralRe: Remove ; character Pin
manju#1235-Jul-08 1:07
manju#1235-Jul-08 1:07 
GeneralRe: Remove ; character Pin
theCPkid5-Jul-08 1:25
theCPkid5-Jul-08 1:25 
GeneralRe: Remove ; character Pin
manju#1235-Jul-08 1:55
manju#1235-Jul-08 1:55 
AnswerRe: Remove ; character Pin
David Crow5-Jul-08 5:14
David Crow5-Jul-08 5:14 
QuestionNeed help on activex Pin
manish.patel4-Jul-08 20:05
manish.patel4-Jul-08 20:05 
QuestionReport Generation and Printing in VC++ 2005 SDI type application. Pin
Le@rner4-Jul-08 20:02
Le@rner4-Jul-08 20:02 
QuestionChange of Language (English, Japanese etc.) dinamically using VC++ , MFC. Pin
Suresh J V S4-Jul-08 19:28
Suresh J V S4-Jul-08 19:28 

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.