Click here to Skip to main content
15,920,896 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: How does this work? Pin
Johann Gerell20-Sep-05 19:55
Johann Gerell20-Sep-05 19:55 
GeneralRe: How does this work? Pin
RichardS21-Sep-05 6:14
RichardS21-Sep-05 6:14 
GeneralRe: How does this work? Pin
Johann Gerell24-Sep-05 11:18
Johann Gerell24-Sep-05 11:18 
QuestionWininet : Cache problem Pin
JabraJabra18-Sep-05 20:50
JabraJabra18-Sep-05 20:50 
AnswerRe: Wininet : Cache problem Pin
RichardS19-Sep-05 6:13
RichardS19-Sep-05 6:13 
QuestionClass Family Tree? Pin
VaporTrace18-Sep-05 10:20
VaporTrace18-Sep-05 10:20 
QuestionDunamic type converstion. Please help? Pin
LiquidE_SA18-Sep-05 1:17
LiquidE_SA18-Sep-05 1:17 
AnswerRe: Dunamic type converstion. Please help? Pin
VaporTrace18-Sep-05 10:52
VaporTrace18-Sep-05 10:52 
You need something to parse your input with like a char str and extract your numerical into a double. int doesn't do decimal so how do you know if a decimal is in your input?
It's a text file input so it's automatically a char going in. atof() and isalnum() would be my first thought or get out your ASCII table if you want to build your own smarter atof() to parse your entire input line at a time.
I don't know of anyone that wants to just hand you an answer to copy.
Remember the basic purpose of a template it to reduce redundant code differing only in parameter type, allowing the same call with different types.

But then again maybe I'm not understanding what you are doing, like are you pulling the entire input file into a buffer or are you grabing input by keyword, space, line ??


GeneralRe: Dunamic type converstion. Please help? Pin
LiquidE_SA18-Sep-05 11:15
LiquidE_SA18-Sep-05 11:15 
GeneralRe: Dunamic type converstion. Please help? Pin
VaporTrace18-Sep-05 12:19
VaporTrace18-Sep-05 12:19 
GeneralRe: Dunamic type converstion. Please help? Pin
RichardS18-Sep-05 13:47
RichardS18-Sep-05 13:47 
GeneralRe: Dunamic type converstion. Please help? Pin
LiquidE_SA18-Sep-05 14:01
LiquidE_SA18-Sep-05 14:01 
GeneralRe: Dunamic type converstion. Please help? Pin
RichardS18-Sep-05 14:35
RichardS18-Sep-05 14:35 
GeneralRe: Dunamic type converstion. Please help? Pin
LiquidE_SA18-Sep-05 14:59
LiquidE_SA18-Sep-05 14:59 
Questioncan we declare destructor of a class as private? (C++) Pin
Anonymous17-Sep-05 12:42
Anonymous17-Sep-05 12:42 
AnswerRe: can we declare destructor of a class as private? (C++) Pin
Johann Gerell17-Sep-05 13:10
Johann Gerell17-Sep-05 13:10 
GeneralRe: can we declare destructor of a class as private? (C++) Pin
BlitzPackage17-Sep-05 13:57
BlitzPackage17-Sep-05 13:57 
AnswerRe: can we declare destructor of a class as private? (C++) Pin
Alexander M.,18-Sep-05 3:42
Alexander M.,18-Sep-05 3:42 
QuestionC/C++ Question Pin
Rajesh_K_Sharma17-Sep-05 7:05
Rajesh_K_Sharma17-Sep-05 7:05 
AnswerRe: C/C++ Question Pin
John M. Drescher17-Sep-05 8:31
John M. Drescher17-Sep-05 8:31 
GeneralRe: C/C++ Question Pin
RichardS17-Sep-05 16:47
RichardS17-Sep-05 16:47 
QuestionQuestion About Pointers in C++ Pin
17-Sep-05 5:54
suss17-Sep-05 5:54 
AnswerRe: Question About Pointers in C++ Pin
TheGreatAndPowerfulOz17-Sep-05 15:03
TheGreatAndPowerfulOz17-Sep-05 15:03 
GeneralRe: Question About Pointers in C++ Pin
BlitzPackage17-Sep-05 15:35
BlitzPackage17-Sep-05 15:35 
GeneralRe: Question About Pointers in C++ Pin
Achim Klein17-Sep-05 15:42
Achim Klein17-Sep-05 15:42 

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.