Click here to Skip to main content
15,899,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: RTTI problem Pin
Matthew Faithfull15-May-08 3:09
Matthew Faithfull15-May-08 3:09 
AnswerRe: RTTI problem Pin
Paresh Chitte15-May-08 18:56
Paresh Chitte15-May-08 18:56 
QuestionHow to check for filesize.. Pin
pl_kode15-May-08 2:52
pl_kode15-May-08 2:52 
AnswerRe: How to check for filesize.. Pin
Rajesh R Subramanian15-May-08 2:57
professionalRajesh R Subramanian15-May-08 2:57 
AnswerRe: How to check for filesize.. Pin
toxcct15-May-08 3:02
toxcct15-May-08 3:02 
GeneralRe: How to check for filesize.. Pin
Hamid_RT15-May-08 4:15
Hamid_RT15-May-08 4:15 
QuestionRe: How to check for filesize.. Pin
David Crow15-May-08 4:33
David Crow15-May-08 4:33 
AnswerRe: How to check for filesize.. Pin
onlinewan15-May-08 17:20
onlinewan15-May-08 17:20 
long file_len;
ifstream myfile;
myfile.open(path);
myfile.seekg(0, ios::end);
file_len = myfile.tellg();

myfile.close();

------------------------------------------
variable file_len's value is file length.
Questionproblem in communicating with a device through TCPIP Pin
chandu00415-May-08 2:47
chandu00415-May-08 2:47 
AnswerRe: problem in communicating with a device through TCPIP Pin
CPallini15-May-08 2:51
mveCPallini15-May-08 2:51 
GeneralRe: problem in communicating with a device through TCPIP Pin
chandu00415-May-08 3:04
chandu00415-May-08 3:04 
QuestionRe: problem in communicating with a device through TCPIP Pin
CPallini15-May-08 3:18
mveCPallini15-May-08 3:18 
AnswerRe: problem in communicating with a device through TCPIP Pin
chandu00415-May-08 3:25
chandu00415-May-08 3:25 
QuestionRe: problem in communicating with a device through TCPIP Pin
chandu00415-May-08 3:29
chandu00415-May-08 3:29 
QuestionRe: problem in communicating with a device through TCPIP Pin
CPallini15-May-08 3:31
mveCPallini15-May-08 3:31 
AnswerRe: problem in communicating with a device through TCPIP Pin
chandu00415-May-08 3:35
chandu00415-May-08 3:35 
QuestionRe: problem in communicating with a device through TCPIP Pin
chandu00415-May-08 4:05
chandu00415-May-08 4:05 
AnswerRe: problem in communicating with a device through TCPIP Pin
CPallini15-May-08 4:11
mveCPallini15-May-08 4:11 
GeneralRe: problem in communicating with a device through TCPIP Pin
chandu00415-May-08 20:51
chandu00415-May-08 20:51 
Questionclose the popup menu of minimizesd application in task pane on clicking anywhere outside on the screen Pin
Dabara15-May-08 2:33
Dabara15-May-08 2:33 
AnswerRe: close the popup menu of minimizesd application in task pane on clicking anywhere outside on the screen Pin
enhzflep15-May-08 23:59
enhzflep15-May-08 23:59 
Question[Message Deleted] Pin
pl_kode15-May-08 2:20
pl_kode15-May-08 2:20 
AnswerRe: Problem in writing to file... Pin
Cedric Moonen15-May-08 2:23
Cedric Moonen15-May-08 2:23 
GeneralRe: Problem in writing to file... Pin
Rajesh R Subramanian15-May-08 2:25
professionalRajesh R Subramanian15-May-08 2:25 
GeneralRe: Problem in writing to file... Pin
CPallini15-May-08 2:48
mveCPallini15-May-08 2:48 

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.