Click here to Skip to main content
15,892,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is there any way to display info for password is strong or not like in MBSA show Pin
David Crow24-Apr-09 4:06
David Crow24-Apr-09 4:06 
QuestionHow to List firewall rules in VC++ in XP not in vista Pin
ashish8patil24-Apr-09 2:46
ashish8patil24-Apr-09 2:46 
AnswerRe: How to List firewall rules in VC++ in XP not in vista Pin
Stuart Dootson24-Apr-09 3:36
professionalStuart Dootson24-Apr-09 3:36 
GeneralRe: How to List firewall rules in VC++ in XP not in vista Pin
ashish8patil25-Apr-09 3:15
ashish8patil25-Apr-09 3:15 
GeneralRe: How to List firewall rules in VC++ in XP not in vista Pin
Stuart Dootson25-Apr-09 3:27
professionalStuart Dootson25-Apr-09 3:27 
GeneralHow to List firewall rules in VC++ in XP not in vista Pin
ashish8patil27-Apr-09 18:52
ashish8patil27-Apr-09 18:52 
QuestionNew caching proxy server, using C++, STL, boost Pin
denrrr24-Apr-09 2:42
denrrr24-Apr-09 2:42 
RantRe: New caching proxy server, using C++, STL, boost Pin
CPallini24-Apr-09 2:51
mveCPallini24-Apr-09 2:51 
GeneralRe: New caching proxy server, using C++, STL, boost Pin
denrrr24-Apr-09 2:55
denrrr24-Apr-09 2:55 
GeneralRe: New caching proxy server, using C++, STL, boost Pin
CPallini24-Apr-09 3:07
mveCPallini24-Apr-09 3:07 
GeneralRe: New caching proxy server, using C++, STL, boost Pin
denrrr24-Apr-09 3:11
denrrr24-Apr-09 3:11 
GeneralRe: New caching proxy server, using C++, STL, boost Pin
CPallini24-Apr-09 3:23
mveCPallini24-Apr-09 3:23 
GeneralRe: New caching proxy server, using C++, STL, boost Pin
Stuart Dootson24-Apr-09 3:35
professionalStuart Dootson24-Apr-09 3:35 
GeneralRe: New caching proxy server, using C++, STL, boost Pin
CPallini24-Apr-09 5:38
mveCPallini24-Apr-09 5:38 
Questionarray passing problem Pin
VCProgrammer24-Apr-09 2:20
VCProgrammer24-Apr-09 2:20 
Hi all,

I am facing a very basic problem and i am not getting why its occuring... Please help me for this...

i have simply made a char array.

unsigned char array[1024];


i am assigning a value in it and then i am passing this array in a function like this..

func(array);

void func(unsigned char array[1024])
{
///some processesing inside
}


but when i debug my program my passed array is showing first value.

i tried using pointer also, but the result is same

func(array);
void func(unsigned char *array)
{
//some processing inside
}


can anybody plz help me this....
AnswerRe: array passing problem Pin
CPallini24-Apr-09 2:28
mveCPallini24-Apr-09 2:28 
GeneralRe: array passing problem Pin
VCProgrammer24-Apr-09 2:32
VCProgrammer24-Apr-09 2:32 
QuestionRe: array passing problem Pin
CPallini24-Apr-09 2:40
mveCPallini24-Apr-09 2:40 
AnswerRe: array passing problem Pin
Stuart Dootson24-Apr-09 3:34
professionalStuart Dootson24-Apr-09 3:34 
AnswerRe: array passing problem Pin
David Crow24-Apr-09 4:07
David Crow24-Apr-09 4:07 
AnswerRe: array passing problem Pin
krmed24-Apr-09 6:06
krmed24-Apr-09 6:06 
QuestionGDI+: How to draw an icon Pin
akirilov24-Apr-09 2:19
akirilov24-Apr-09 2:19 
AnswerRe: GDI+: How to draw an icon Pin
Stuart Dootson24-Apr-09 3:30
professionalStuart Dootson24-Apr-09 3:30 
QuestionDate compare Pin
MsmVc24-Apr-09 2:08
MsmVc24-Apr-09 2:08 
AnswerRe: Date camper Pin
Cedric Moonen24-Apr-09 2:11
Cedric Moonen24-Apr-09 2:11 

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.