Click here to Skip to main content
15,890,995 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to set default web-site from C++? Pin
includeh1030-Jul-04 9:55
includeh1030-Jul-04 9:55 
GeneralREFERENCE TO ARRAY OF 10 INTEGERS Pin
avenger_sb2530-Jul-04 7:57
avenger_sb2530-Jul-04 7:57 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
Jaime Stuardo30-Jul-04 8:37
Jaime Stuardo30-Jul-04 8:37 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
avenger_sb2530-Jul-04 8:48
avenger_sb2530-Jul-04 8:48 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
Kochise30-Jul-04 9:42
Kochise30-Jul-04 9:42 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
Michael Dunn30-Jul-04 9:46
sitebuilderMichael Dunn30-Jul-04 9:46 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
avenger_sb2531-Jul-04 0:21
avenger_sb2531-Jul-04 0:21 
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
markkuk30-Jul-04 12:16
markkuk30-Jul-04 12:16 
I'm too lazy to look this up from a C++ reference, so I'll let the computer answer:
$ c++decl
Type `help' or `?' for help
c++decl> declare a as reference to array 10 of int
int (&a)[10]
c++decl>

Smile | :)
GeneralRe: REFERENCE TO ARRAY OF 10 INTEGERS Pin
avenger_sb2531-Jul-04 0:17
avenger_sb2531-Jul-04 0:17 
GeneralRight-Left Rule... Pin
bikram singh31-Jul-04 15:58
bikram singh31-Jul-04 15:58 
GeneralRe: Right-Left Rule... Pin
Anonymous1-Aug-04 23:19
Anonymous1-Aug-04 23:19 
GeneralPrinter Pin
Anthony988730-Jul-04 7:44
Anthony988730-Jul-04 7:44 
GeneralRe: Printer Pin
Blake Miller30-Jul-04 12:08
Blake Miller30-Jul-04 12:08 
Generalscroll bar for picture box. Pin
joshu30730-Jul-04 7:07
joshu30730-Jul-04 7:07 
QuestionHow to convert LPWSTR to int? Pin
ting66830-Jul-04 7:00
ting66830-Jul-04 7:00 
AnswerRe: How to convert LPWSTR to int? Pin
Ravi Bhavnani30-Jul-04 7:17
professionalRavi Bhavnani30-Jul-04 7:17 
Questionextfloodfill problem ? Pin
kendao30-Jul-04 6:32
kendao30-Jul-04 6:32 
AnswerRe: extfloodfill problem ? Pin
avenger_sb2530-Jul-04 8:02
avenger_sb2530-Jul-04 8:02 
GeneralProblems with files Pin
Archer28230-Jul-04 5:36
Archer28230-Jul-04 5:36 
GeneralRe: Problems with files Pin
Jaime Stuardo30-Jul-04 5:55
Jaime Stuardo30-Jul-04 5:55 
GeneralRe: Problems with files Pin
Archer28230-Jul-04 5:59
Archer28230-Jul-04 5:59 
GeneralRe: Problems with files Pin
David Crow30-Jul-04 6:31
David Crow30-Jul-04 6:31 
GeneralRe: Problems with files Pin
Michael P Butler30-Jul-04 6:32
Michael P Butler30-Jul-04 6:32 
GeneralRe: Problems with files Pin
Archer28230-Jul-04 6:41
Archer28230-Jul-04 6:41 
GeneralRe: Problems with files Pin
avenger_sb2530-Jul-04 8:13
avenger_sb2530-Jul-04 8: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.