Click here to Skip to main content
15,909,898 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: dll cannot be registered Pin
rwestgraham22-Jul-05 14:27
rwestgraham22-Jul-05 14:27 
Generaldlls on .net framework Pin
Weiye Chen21-Jul-05 16:35
Weiye Chen21-Jul-05 16:35 
GeneralRe: dlls on .net framework Pin
Christian Graus21-Jul-05 16:51
protectorChristian Graus21-Jul-05 16:51 
GeneralRe: dlls on .net framework Pin
Weiye Chen21-Jul-05 16:56
Weiye Chen21-Jul-05 16:56 
GeneralRe: dlls on .net framework Pin
Weiye Chen21-Jul-05 17:03
Weiye Chen21-Jul-05 17:03 
GeneralRe: dlls on .net framework Pin
Christian Graus21-Jul-05 17:19
protectorChristian Graus21-Jul-05 17:19 
GeneralRe: iostream and iostream.h Pin
Weiye Chen21-Jul-05 17:37
Weiye Chen21-Jul-05 17:37 
GeneralRe: iostream and iostream.h Pin
Christian Graus21-Jul-05 18:42
protectorChristian Graus21-Jul-05 18:42 
Weiye Chen wrote:
What's the deal with iostream and iostream.h? I am stucked with some if else definitions to properly include iostream and iostream.h, but the latter couldn't be found in any vs.net folders.

the .h headers for string, math, iostream, etc. are deprecated. You should never, ever include them. They were replaced by the non-.h headers with the first C++ standard. So, to be clear, NEVER include iostream.h, always include iostream.


Christian Graus - Microsoft MVP - C++
GeneralReal life analogy on CLR and MSIL Pin
tostali21-Jul-05 2:32
tostali21-Jul-05 2:32 
GeneralRe: Real life analogy on CLR and MSIL Pin
Christian Graus21-Jul-05 16:08
protectorChristian Graus21-Jul-05 16:08 
GeneralRe: Real life analogy on CLR and MSIL Pin
tostali22-Jul-05 20:09
tostali22-Jul-05 20:09 
GeneralRe: Real life analogy on CLR and MSIL Pin
Christian Graus23-Jul-05 2:42
protectorChristian Graus23-Jul-05 2:42 
GeneralRe: Real life analogy on CLR and MSIL Pin
S. Senthil Kumar23-Jul-05 3:44
S. Senthil Kumar23-Jul-05 3:44 
GeneralShow a windows as a control Pin
Fco. Javier Marin21-Jul-05 2:05
Fco. Javier Marin21-Jul-05 2:05 
QuestionAdd Excel worksheet to form ? Pin
f_n_d20-Jul-05 23:37
f_n_d20-Jul-05 23:37 
AnswerRe: Add Excel worksheet to form ? Pin
Dan Neely21-Jul-05 2:20
Dan Neely21-Jul-05 2:20 
GeneralRe: Add Excel worksheet to form ? Pin
f_n_d21-Jul-05 23:14
f_n_d21-Jul-05 23:14 
GeneralRe: Add Excel worksheet to form ? Pin
Dan Neely22-Jul-05 2:12
Dan Neely22-Jul-05 2:12 
GeneralRe: Add Excel worksheet to form ? Pin
Dan Neely22-Jul-05 3:03
Dan Neely22-Jul-05 3:03 
GeneralRe: Add Excel worksheet to form ? Pin
f_n_d22-Jul-05 3:37
f_n_d22-Jul-05 3:37 
Generaldll can't register Pin
bondguru20-Jul-05 23:33
bondguru20-Jul-05 23:33 
Questionwhat exactly does the operation >> do Pin
Stephan_Wright20-Jul-05 22:22
Stephan_Wright20-Jul-05 22:22 
AnswerRe: what exactly does the operation >> do Pin
Corinna John20-Jul-05 23:51
Corinna John20-Jul-05 23:51 
GeneralRe: what exactly does the operation >> do Pin
Stephan_Wright21-Jul-05 1:41
Stephan_Wright21-Jul-05 1:41 
GeneralRe: what exactly does the operation >> do Pin
DavidNohejl23-Jul-05 18:00
DavidNohejl23-Jul-05 18:00 

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.