Click here to Skip to main content
15,896,727 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPlease clear this doubt Pin
Sreekanth Muralidharan8-Dec-04 16:40
Sreekanth Muralidharan8-Dec-04 16:40 
GeneralPicking transparent color from a gif Pin
Abin8-Dec-04 16:30
Abin8-Dec-04 16:30 
GeneralCMapStringToOb :: lookup() Pin
Anonymous8-Dec-04 16:25
Anonymous8-Dec-04 16:25 
GeneralRe: CMapStringToOb :: lookup() Pin
RChin8-Dec-04 22:42
RChin8-Dec-04 22:42 
GeneralFile dialog Office 2003 style Pin
Gagnon Claude8-Dec-04 16:05
Gagnon Claude8-Dec-04 16:05 
GeneralGettin an error... Pin
Pheonix288-Dec-04 15:36
sussPheonix288-Dec-04 15:36 
GeneralRe: Gettin an error... Pin
Tom Wright8-Dec-04 16:19
Tom Wright8-Dec-04 16:19 
GeneralRe: Gettin an error... Pin
bryce8-Dec-04 17:46
bryce8-Dec-04 17:46 
you're always goign to get this line

Pheonix28 wrote:
std::cout << "We Have a Winner!!!! *claps*\n";

coz

Pheonix28 wrote:
if (NFL=Ste)

if Ste (steelers?) is a constant then you might like to try this

if (Ste == NLF)

..

coz then you'll never stuff up with the opposite by accident as the compiler will catch you assigning to a constant (but wont ncessarily catch the assignment of a const inside the IF statement
cheerypip

Bryce

---
To paraphrase Fred Dagg - the views expressed in this post are bloody good ones.
--

Publitor, making Pubmed easy.
http://www.sohocode.com/publitor


Our kids book :The Snot Goblin


GeneralRe: Gettin an error... Pin
Cedric Moonen8-Dec-04 22:24
Cedric Moonen8-Dec-04 22:24 
General2 ?'s Pin
3dman8-Dec-04 15:10
3dman8-Dec-04 15:10 
GeneralRe: 2 ?'s Pin
Maximilien8-Dec-04 15:22
Maximilien8-Dec-04 15:22 
Generalremove an icon from the status tray (system tray) Pin
Tom Wright8-Dec-04 14:44
Tom Wright8-Dec-04 14:44 
GeneralHelp with Strtok Pin
civicnar8-Dec-04 13:43
civicnar8-Dec-04 13:43 
GeneralRe: Help with Strtok Pin
Christian Graus8-Dec-04 13:47
protectorChristian Graus8-Dec-04 13:47 
GeneralRe: Help with Strtok Pin
civicnar8-Dec-04 15:17
civicnar8-Dec-04 15:17 
GeneralRe: Help with Strtok Pin
Blake Miller9-Dec-04 3:49
Blake Miller9-Dec-04 3:49 
GeneralCListCtrl Item Height Pin
Blake Miller8-Dec-04 12:46
Blake Miller8-Dec-04 12:46 
GeneralRe: CListCtrl Item Height Pin
alex.barylski8-Dec-04 15:06
alex.barylski8-Dec-04 15:06 
GeneralFlicker occurs when resizing CListCtrl Pin
Cyrus Dang8-Dec-04 10:49
Cyrus Dang8-Dec-04 10:49 
GeneralRe: Flicker occurs when resizing CListCtrl Pin
alex.barylski8-Dec-04 11:42
alex.barylski8-Dec-04 11:42 
GeneralRe: Flicker occurs when resizing CListCtrl Pin
Cyrus Dang8-Dec-04 12:00
Cyrus Dang8-Dec-04 12:00 
GeneralProper way to install drivers in the windows/system32/drivers directory Pin
hyling8-Dec-04 10:18
hyling8-Dec-04 10:18 
QuestionHow to retrieve dialog settings when the dialog open again Pin
Anonymous8-Dec-04 10:11
Anonymous8-Dec-04 10:11 
AnswerRe: How to retrieve dialog settings when the dialog open again Pin
Peter Weyzen8-Dec-04 10:20
Peter Weyzen8-Dec-04 10:20 
AnswerRe: How to retrieve dialog settings when the dialog open again Pin
David Crow8-Dec-04 10:33
David Crow8-Dec-04 10:33 

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.