Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChange IP address Notification Pin
Renjith Ramachandran30-Jul-04 9:46
Renjith Ramachandran30-Jul-04 9:46 
GeneralNotifyAddrChange() Pin
bikram singh31-Jul-04 16:41
bikram singh31-Jul-04 16:41 
QuestionHow to set default web-site from C++? Pin
includeh1030-Jul-04 9:06
includeh1030-Jul-04 9:06 
AnswerRe: How to set default web-site from C++? Pin
Renjith Ramachandran30-Jul-04 9:47
Renjith Ramachandran30-Jul-04 9:47 
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 
I tried the same myself but i get a bad error WITH THIS....
int fn(int&a)
{
}
int main(int argc, char* argv[])
{
int abb[10];
fn(abb);
return 0;
}
ERROR:
C:\Windows\Desktop\a\a.cpp(19) : error C2664: 'fn' : cannot convert parameter 1 from 'int [10]' to 'int &'
A reference that is not to 'const' cannot be bound to a non-lvalue


...Avenger

Remember... testing & debugging are always part of programming ...so exterminate those stinking bugs
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 
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 

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.