Click here to Skip to main content
15,905,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to set an expiration date on an application or dll Pin
Chris Losinger4-Mar-08 16:02
professionalChris Losinger4-Mar-08 16:02 
GeneralRe: How to set an expiration date on an application or dll Pin
Californian24-Mar-08 18:52
Californian24-Mar-08 18:52 
GeneralRe: How to set an expiration date on an application or dll Pin
ja_jerry4-Mar-08 18:58
ja_jerry4-Mar-08 18:58 
GeneralRe: How to set an expiration date on an application or dll Pin
Chris Losinger5-Mar-08 0:53
professionalChris Losinger5-Mar-08 0:53 
Generalabout iostream Pin
DSPCottage4-Mar-08 8:42
DSPCottage4-Mar-08 8:42 
QuestionRe: about iostream Pin
Maxwell Chen4-Mar-08 8:46
Maxwell Chen4-Mar-08 8:46 
GeneralRe: about iostream Pin
Mark Salsbery4-Mar-08 8:51
Mark Salsbery4-Mar-08 8:51 
GeneralRe: about iostream Pin
toxcct4-Mar-08 9:56
toxcct4-Mar-08 9:56 
You meant #include <iostream.h>, am i right ?! Wink | ;)

BTW, as it's been stated, and Bjarne Stroustrup tells it himself, the trailing .h is redundant with the < > inclusion symbols.
so the standard C++ is expecting standard headers to be included like that:
#include <iostream>


to finish, when you have a compiler/linker error, please paste it here. we cannot guess what the system tried to tell you, especially when you don't even post a piece of code...


GeneralRe: about iostream [modified] Pin
led mike4-Mar-08 10:08
led mike4-Mar-08 10:08 
GeneralRe: about iostream Pin
toxcct4-Mar-08 10:20
toxcct4-Mar-08 10:20 
GeneralRe: about iostream Pin
led mike4-Mar-08 10:40
led mike4-Mar-08 10:40 
JokeRe: about iostream Pin
Maxwell Chen4-Mar-08 16:40
Maxwell Chen4-Mar-08 16:40 
GeneralRe: about iostream Pin
Mark Salsbery4-Mar-08 10:12
Mark Salsbery4-Mar-08 10:12 
GeneralMemory Manangement/ DLL THREAD_ATTACH Pin
ForNow4-Mar-08 7:10
ForNow4-Mar-08 7:10 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
led mike4-Mar-08 7:29
led mike4-Mar-08 7:29 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
ForNow4-Mar-08 13:36
ForNow4-Mar-08 13:36 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
Stephen Hewitt4-Mar-08 13:47
Stephen Hewitt4-Mar-08 13:47 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
ForNow4-Mar-08 15:50
ForNow4-Mar-08 15:50 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
Stephen Hewitt4-Mar-08 15:54
Stephen Hewitt4-Mar-08 15:54 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
ForNow4-Mar-08 16:13
ForNow4-Mar-08 16:13 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
Stephen Hewitt4-Mar-08 16:23
Stephen Hewitt4-Mar-08 16:23 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
ForNow4-Mar-08 16:29
ForNow4-Mar-08 16:29 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
Stephen Hewitt4-Mar-08 16:34
Stephen Hewitt4-Mar-08 16:34 
GeneralRe: Memory Manangement/ DLL THREAD_ATTACH Pin
ForNow4-Mar-08 16:57
ForNow4-Mar-08 16:57 
GeneralGet user's login name using ISAPI Pin
m_kk4-Mar-08 3:38
m_kk4-Mar-08 3:38 

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.