Click here to Skip to main content
15,917,731 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Automatically run application after installation Pin
Naveen27-Jul-06 0:03
Naveen27-Jul-06 0:03 
QuestionHTTPS connection with C++/MFC [modified] Pin
misz_czu26-Jul-06 22:34
misz_czu26-Jul-06 22:34 
QuestionDisabling a perticular item in a listbox Pin
Vinod Moorkkan26-Jul-06 22:31
Vinod Moorkkan26-Jul-06 22:31 
AnswerRe: Disabling a perticular item in a listbox Pin
Naveen26-Jul-06 23:04
Naveen26-Jul-06 23:04 
AnswerRe: Disabling a perticular item in a listbox Pin
Hamid_RT27-Jul-06 1:57
Hamid_RT27-Jul-06 1:57 
QuestionMath equation solving Pin
Hadi Dayvary26-Jul-06 22:15
professionalHadi Dayvary26-Jul-06 22:15 
AnswerRe: Math equation solving Pin
Cedric Moonen26-Jul-06 22:27
Cedric Moonen26-Jul-06 22:27 
GeneralRe: Math equation solving Pin
Hadi Dayvary26-Jul-06 22:47
professionalHadi Dayvary26-Jul-06 22:47 
GeneralRe: Math equation solving Pin
_AnsHUMAN_ 26-Jul-06 23:02
_AnsHUMAN_ 26-Jul-06 23:02 
Questionstored procedures [modified] Pin
tanarnelinistit26-Jul-06 21:53
tanarnelinistit26-Jul-06 21:53 
AnswerRe: stored procedures Pin
Naveen26-Jul-06 21:57
Naveen26-Jul-06 21:57 
GeneralRe: stored procedures Pin
tanarnelinistit26-Jul-06 22:02
tanarnelinistit26-Jul-06 22:02 
AnswerRe: stored procedures [modified] Pin
Ajesh.Sreevalsa26-Jul-06 23:55
Ajesh.Sreevalsa26-Jul-06 23:55 
QuestionDirectX9 problem Pin
blue_rabbit26-Jul-06 21:19
blue_rabbit26-Jul-06 21:19 
AnswerRe: DirectX9 problem Pin
Sarath C26-Jul-06 21:52
Sarath C26-Jul-06 21:52 
GeneralRe: DirectX9 problem Pin
blue_rabbit26-Jul-06 22:11
blue_rabbit26-Jul-06 22:11 
GeneralRe: DirectX9 problem Pin
Sarath C26-Jul-06 22:16
Sarath C26-Jul-06 22:16 
QuestionCLayoutHelper Color Problem Pin
mikobi26-Jul-06 21:10
mikobi26-Jul-06 21:10 
AnswerRe: CLayoutHelper Color Problem Pin
Naveen26-Jul-06 21:35
Naveen26-Jul-06 21:35 
GeneralRe: CLayoutHelper Color Problem Pin
mikobi26-Jul-06 21:39
mikobi26-Jul-06 21:39 
GeneralRe: CLayoutHelper Color Problem [modified] Pin
Naveen26-Jul-06 21:44
Naveen26-Jul-06 21:44 
GeneralRe: CLayoutHelper Color Problem Pin
mikobi26-Jul-06 21:53
mikobi26-Jul-06 21:53 
GeneralRe: CLayoutHelper Color Problem Pin
mikobi26-Jul-06 21:59
mikobi26-Jul-06 21:59 
GeneralRe: CLayoutHelper Color Problem Pin
Naveen26-Jul-06 22:09
Naveen26-Jul-06 22:09 
QuestionChar Array question Pin
HakunaMatada26-Jul-06 21:00
HakunaMatada26-Jul-06 21:00 
Supposing I declare a char array like

char p[20] = {"Hello"} ;

Where will this array of chars get created? In the Heap or the Stack? When the function where this array is declared goes out of scope, will the char array be automatically deleted or will I have to explicitly delete it?


---
Beer | [beer] Hakuna-Matada Beer | [beer]
It means no worries for the rest of your days...
It's our problem free, Philosophy

<marquee behavior="alternate" scrollamount="5" scrolldelay="50">Jig | [Dance]

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.