Click here to Skip to main content
15,905,148 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Makro's (#define)...different Variable names Pin
Member 13567-Jun-00 23:35
Member 13567-Jun-00 23:35 
GeneralOLE-DB Access to SQL Server 7 Pin
Miguel Hasse de Oliveira7-Jun-00 2:17
professionalMiguel Hasse de Oliveira7-Jun-00 2:17 
GeneralCStringArray/CStringList to Buffer... Pin
Kosi5-Jun-00 14:50
Kosi5-Jun-00 14:50 
GeneralRe: CStringArray/CStringList to Buffer... Pin
Mike Dunn6-Jun-00 15:07
Mike Dunn6-Jun-00 15:07 
GeneralIE CommBand with Html View Pin
solo.ru5-Jun-00 4:40
solo.ru5-Jun-00 4:40 
GeneralRe: IE CommBand with Html View Pin
Erik Thompson5-Jun-00 6:41
sitebuilderErik Thompson5-Jun-00 6:41 
GeneralRe: IE CommBand with Html View Pin
solo.ru5-Jun-00 20:09
solo.ru5-Jun-00 20:09 
GeneralC++ Doubt Pin
Santosh Rao4-Jun-00 21:23
Santosh Rao4-Jun-00 21:23 
#include <stdio.h>
int i = 7;
//The above i can be accessed using the global namespace
//:: Operator
void main()
{
int i = 10;
{
int i = 15;
{
int i = 17;
printf("%d\n",i);
//How to Access The Remaining i's here in c and c++
}
}
}

//The above variables have to be defined at the above point
GeneralRe: C++ Doubt Pin
Chris Losinger6-Jun-00 5:16
professionalChris Losinger6-Jun-00 5:16 
GeneralRe: C++ Doubt Pin
Alvaro Mendez11-Jul-00 6:25
Alvaro Mendez11-Jul-00 6:25 
GeneralCategory Data Structure Code in C Pin
Andrew Merrill3-Jun-00 4:33
sussAndrew Merrill3-Jun-00 4:33 
GeneralHTML Syntax Highlighting Pin
Jeff2-Jun-00 16:33
Jeff2-Jun-00 16:33 
GeneralRe: HTML Syntax Highlighting Pin
Paul Selormey5-Jun-00 14:28
Paul Selormey5-Jun-00 14:28 
GeneralRe: HTML Syntax Highlighting Pin
Member 134214-Jun-00 21:56
Member 134214-Jun-00 21:56 
GeneralBrowser Helper Objects Pin
varun2-Jun-00 16:31
varun2-Jun-00 16:31 
GeneralNUMBER OF PAGES IN PRINTJOB Pin
Lars2-Jun-00 3:49
Lars2-Jun-00 3:49 
GeneralRedirecting console output Pin
James Hocking1-Jun-00 23:21
sussJames Hocking1-Jun-00 23:21 
GeneralRe: Redirecting console output Pin
Paul Selormey5-Jun-00 14:22
Paul Selormey5-Jun-00 14:22 
QuestionDrawing Cloud using MFC/GDI?? Pin
Ganesh31-May-00 15:00
Ganesh31-May-00 15:00 
GeneralFAQ section for C++ Pin
Member 135631-May-00 3:02
Member 135631-May-00 3:02 
GeneralCListCtrl with multiline items Pin
Chris Vischer31-May-00 1:31
Chris Vischer31-May-00 1:31 
QuestionClassic Game Algorithms? Pin
Chris Sells28-May-00 8:02
Chris Sells28-May-00 8:02 
AnswerRe: Classic Game Algorithms? Pin
G Poulose29-May-00 18:04
G Poulose29-May-00 18:04 
GeneralCPrintDialog, customizing Pin
djordj25-May-00 11:26
djordj25-May-00 11:26 
GeneralEditor for mathematic expressions Pin
A.Ortmanns25-May-00 4:02
sussA.Ortmanns25-May-00 4:02 

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.