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

C / C++ / MFC

 
GeneralRe: HTTP Streaming MP3 to DirectSound Pin
Antti Keskinen18-Apr-04 10:51
Antti Keskinen18-Apr-04 10:51 
GeneralWrap toolbar to keep all buttons visible Pin
s_k17-Apr-04 8:10
s_k17-Apr-04 8:10 
GeneralRe: Wrap toolbar to keep all buttons visible Pin
Ravi Bhavnani17-Apr-04 10:18
professionalRavi Bhavnani17-Apr-04 10:18 
GeneralRe: Wrap toolbar to keep all buttons visible Pin
s_k18-Apr-04 9:01
s_k18-Apr-04 9:01 
Generalpointers and array[][][] Pin
chapin17-Apr-04 6:41
chapin17-Apr-04 6:41 
GeneralRe: pointers and array[][][] Pin
valikac17-Apr-04 6:59
valikac17-Apr-04 6:59 
GeneralRe: pointers and array[][][] Pin
chapin17-Apr-04 7:18
chapin17-Apr-04 7:18 
GeneralRe: pointers and array[][][] Pin
Selevercin17-Apr-04 13:33
Selevercin17-Apr-04 13:33 
int *iArray;

iArray = new int [7][20][50];

// set values here

for (int x = 0; x < 20; x++)
{
    for (int y = 0; y < 50; y++)
    {
         // however you want to print... 
         // i.e. cout << iArray[5][x][y] << endl;
    }
}
Hope that's helpful.

If you have a problem with my spelling, just remember that's not my fault. I (as well as everyone else who learned to spell after 1976) blame it on Robert A. Kolpek for U.S. Patent 4,136,395.
GeneralFindWindow Pin
monrobot1317-Apr-04 6:27
monrobot1317-Apr-04 6:27 
GeneralRe: FindWindow Pin
Neville Franks17-Apr-04 12:33
Neville Franks17-Apr-04 12:33 
GeneralRe: FindWindow Pin
monrobot1317-Apr-04 16:51
monrobot1317-Apr-04 16:51 
GeneralRe: FindWindow Pin
Neville Franks17-Apr-04 22:23
Neville Franks17-Apr-04 22:23 
GeneralRe: FindWindow Pin
monrobot1318-Apr-04 11:52
monrobot1318-Apr-04 11:52 
GeneralRe: FindWindow Pin
Ravi Bhavnani17-Apr-04 17:50
professionalRavi Bhavnani17-Apr-04 17:50 
GeneralCustom Control &amp; Dll Hell Pin
ronhash17-Apr-04 6:09
ronhash17-Apr-04 6:09 
Generalcompile problem Pin
tank102517-Apr-04 5:46
tank102517-Apr-04 5:46 
GeneralRe: compile problem Pin
Branislav17-Apr-04 22:59
Branislav17-Apr-04 22:59 
GeneralFile Association Pin
Dennis L17-Apr-04 5:36
Dennis L17-Apr-04 5:36 
GeneralRe: File Association Pin
valikac17-Apr-04 7:05
valikac17-Apr-04 7:05 
GeneralRe: File Association Pin
BlackDice17-Apr-04 11:23
BlackDice17-Apr-04 11:23 
Generalcapture mouse event in splitter window Pin
lvidot17-Apr-04 3:00
lvidot17-Apr-04 3:00 
GeneralRe: capture mouse event in splitter window Pin
valikac17-Apr-04 7:06
valikac17-Apr-04 7:06 
GeneralRe: capture mouse event in splitter window Pin
Anonymous19-Apr-04 2:13
Anonymous19-Apr-04 2:13 
QuestionWhat are the steps to save the content of the CDC to the Bitmap file? Pin
JHAKAS17-Apr-04 2:44
JHAKAS17-Apr-04 2:44 
AnswerRe: What are the steps to save the content of the CDC to the Bitmap file? Pin
John R. Shaw17-Apr-04 8:43
John R. Shaw17-Apr-04 8:43 

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.