Click here to Skip to main content
15,922,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Set beginning of file? Pin
kakan13-Jun-06 20:08
professionalkakan13-Jun-06 20:08 
AnswerRe: Set beginning of file? Pin
Laxman Auti13-Jun-06 20:25
Laxman Auti13-Jun-06 20:25 
GeneralRe: Set beginning of file? Pin
_johan13-Jun-06 20:30
_johan13-Jun-06 20:30 
Questionhow to convert output of console based in VC++ to windows based in C++ .NET Pin
YogeshRT13-Jun-06 19:31
YogeshRT13-Jun-06 19:31 
AnswerRe: how to convert output of console based in VC++ to windows based in C++ .NET Pin
_AnsHUMAN_ 13-Jun-06 19:34
_AnsHUMAN_ 13-Jun-06 19:34 
Generalhow to handle unmanaged code from the managed code. Pin
YogeshRT13-Jun-06 19:47
YogeshRT13-Jun-06 19:47 
GeneralRe: how to handle unmanaged code from the managed code. Pin
_AnsHUMAN_ 13-Jun-06 19:56
_AnsHUMAN_ 13-Jun-06 19:56 
AnswerRe: how to convert output of console based in VC++ to windows based in C++ .NET Pin
Ganesh_T13-Jun-06 19:35
Ganesh_T13-Jun-06 19:35 
AnswerRe: how to convert output of console based in VC++ to windows based in C++ .NET Pin
Laxman Auti13-Jun-06 19:40
Laxman Auti13-Jun-06 19:40 
Questionknow the size of DOM Pin
myvisualcplusplus13-Jun-06 19:26
myvisualcplusplus13-Jun-06 19:26 
AnswerRe: know the size of DOM Pin
Ganesh_T13-Jun-06 19:39
Ganesh_T13-Jun-06 19:39 
GeneralRe: know the size of DOM Pin
myvisualcplusplus13-Jun-06 20:06
myvisualcplusplus13-Jun-06 20:06 
AnswerRe: know the size of DOM Pin
Laxman Auti13-Jun-06 20:58
Laxman Auti13-Jun-06 20:58 
GeneralRe: know the size of DOM Pin
myvisualcplusplus13-Jun-06 21:51
myvisualcplusplus13-Jun-06 21:51 
QuestionHow to Burn the data in to DVD Using VC Pin
Arul Joseph13-Jun-06 19:15
Arul Joseph13-Jun-06 19:15 
AnswerRe: How to Burn the data in to DVD Using VC Pin
Sarath C13-Jun-06 19:38
Sarath C13-Jun-06 19:38 
AnswerRe: How to Burn the data in to DVD Using VC [modified] Pin
kakan13-Jun-06 19:50
professionalkakan13-Jun-06 19:50 
GeneralRe: How to Burn the data in to DVD Using VC Pin
Arul Joseph13-Jun-06 20:24
Arul Joseph13-Jun-06 20:24 
GeneralRe: How to Burn the data in to DVD Using VC Pin
kakan13-Jun-06 20:43
professionalkakan13-Jun-06 20:43 
GeneralRe: How to Burn the data in to DVD Using VC Pin
Arul Joseph14-Jun-06 1:04
Arul Joseph14-Jun-06 1:04 
GeneralRe: How to Burn the data in to DVD Using VC Pin
kakan14-Jun-06 2:04
professionalkakan14-Jun-06 2:04 
Questionc++ Pin
surshbabuk13-Jun-06 18:47
surshbabuk13-Jun-06 18:47 
AnswerRe: c++ [modified] Pin
_AnsHUMAN_ 13-Jun-06 18:50
_AnsHUMAN_ 13-Jun-06 18:50 
Please follow the same thread dear.No need to repost. You could have modified your last question and your question is not clear from your post.

when you don't need to return a value you just mention void as the return type, that is you are not returning any value otherwise you have to mention and make sure that all blocks in your function return a value and receive it where the function was called from.
It's not always necessary to pass the values to a function as in the case below:
void hello()
{
  cout<<"how are you";
}




Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_


-- modified at 0:52 Wednesday 14th June, 2006
QuestionRe: c++ Pin
Hamid_RT13-Jun-06 18:55
Hamid_RT13-Jun-06 18:55 
JokeRe: c++ Pin
Laxman Auti13-Jun-06 18:58
Laxman Auti13-Jun-06 18:58 

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.