Click here to Skip to main content
15,894,137 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Animation of bitmaps Pin
Hamid_RT4-Sep-06 22:30
Hamid_RT4-Sep-06 22:30 
GeneralRe: Animation of bitmaps Pin
Fernando A. Gomez F.5-Sep-06 5:05
Fernando A. Gomez F.5-Sep-06 5:05 
QuestionProfiling in VS6.0 and VS.Net 2K5 Pin
cpp_prgmer4-Sep-06 4:45
cpp_prgmer4-Sep-06 4:45 
QuestionTWAIN sample Pin
majco3334-Sep-06 4:09
majco3334-Sep-06 4:09 
AnswerRe: TWAIN sample Pin
Hillmann-20234-Sep-06 4:32
Hillmann-20234-Sep-06 4:32 
GeneralRe: TWAIN sample Pin
majco3334-Sep-06 20:44
majco3334-Sep-06 20:44 
GeneralRe: TWAIN sample Pin
Hamid_RT4-Sep-06 22:32
Hamid_RT4-Sep-06 22:32 
QuestionConvertions ?? Pin
Programm3r4-Sep-06 4:02
Programm3r4-Sep-06 4:02 
Hi all,

Im trying the following, I have a character pointer and a char array, I'm trying to assing the value of the pointer to the array, with no luck, please help??

char* variable = "what ever";
functionExample(variable);

void functionExample(char* variable)
{
  char Value[] = variable;
}


Thanx in advance ....

Only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

AnswerRe: Convertions ?? Pin
Chris Losinger4-Sep-06 4:13
professionalChris Losinger4-Sep-06 4:13 
GeneralRe: Convertions ?? Pin
Programm3r4-Sep-06 4:23
Programm3r4-Sep-06 4:23 
GeneralRe: Convertions ?? Pin
toxcct4-Sep-06 4:25
toxcct4-Sep-06 4:25 
GeneralRe: Convertions ?? Pin
Programm3r4-Sep-06 4:29
Programm3r4-Sep-06 4:29 
GeneralRe: Convertions ?? Pin
toxcct4-Sep-06 4:33
toxcct4-Sep-06 4:33 
JokeRe: Convertions ?? Pin
Programm3r4-Sep-06 4:41
Programm3r4-Sep-06 4:41 
QuestionRe: Convertions ?? Pin
Ahmed Ismail Mohamed4-Sep-06 6:06
Ahmed Ismail Mohamed4-Sep-06 6:06 
QuestionHow to tell GUI to update controls from another thread? Pin
K_S4-Sep-06 3:48
K_S4-Sep-06 3:48 
GeneralRe: How to tell GUI to update controls from another thread? Pin
ovidiucucu4-Sep-06 4:25
ovidiucucu4-Sep-06 4:25 
AnswerRe: How to tell GUI to update controls from another thread? Pin
K_S4-Sep-06 21:41
K_S4-Sep-06 21:41 
AnswerRe: How to tell GUI to update controls from another thread? Pin
Viorel.4-Sep-06 5:28
Viorel.4-Sep-06 5:28 
AnswerRe: How to tell GUI to update controls from another thread? Pin
cmk4-Sep-06 13:54
cmk4-Sep-06 13:54 
QuestionHow I can get control's id property via api Pin
Marco22504-Sep-06 3:27
Marco22504-Sep-06 3:27 
QuestionRe: How I can get control's id property via api Pin
Programm3r4-Sep-06 4:08
Programm3r4-Sep-06 4:08 
AnswerRe: How I can get control's id property via api [modified] Pin
Marco22504-Sep-06 4:14
Marco22504-Sep-06 4:14 
GeneralRe: How I can get control's id property via api Pin
Programm3r4-Sep-06 4:20
Programm3r4-Sep-06 4:20 
GeneralRe: How I can get control's id property via api Pin
Mila0254-Sep-06 5:13
Mila0254-Sep-06 5:13 

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.