Click here to Skip to main content
15,894,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Using Resource ID's Pin
PJ Arends7-Jan-07 9:13
professionalPJ Arends7-Jan-07 9:13 
GeneralRe: Using Resource ID's Pin
BlitzPackage7-Jan-07 10:01
BlitzPackage7-Jan-07 10:01 
Questionhooking a function Pin
shaderx7-Jan-07 6:59
shaderx7-Jan-07 6:59 
AnswerRe: hooking a function Pin
Dominik Reichl7-Jan-07 7:48
Dominik Reichl7-Jan-07 7:48 
Questionsign bit Pin
ikbahrian7-Jan-07 5:00
ikbahrian7-Jan-07 5:00 
AnswerYes. Pin
CPallini7-Jan-07 5:28
mveCPallini7-Jan-07 5:28 
AnswerRe: sign bit Pin
Stephen Hewitt7-Jan-07 11:37
Stephen Hewitt7-Jan-07 11:37 
QuestionLink Problem Pin
ytubis7-Jan-07 3:38
ytubis7-Jan-07 3:38 
Hi all, i am a beginer in the area and i did a small program and i get Link errors, can you tell me what is the problem:

file.h
#include <iostream.h>

class CustBase
{
char * custName;
public:
CustBase(){custName=NULL;}
void Print();
};

file.cpp
#include "CustBase.h"
void CustBase::Print()
{
if(this->custName != NULL)
cout<<this->custName<
AnswerRe: Link Problem Pin
CPallini7-Jan-07 4:58
mveCPallini7-Jan-07 4:58 
QuestionKeep a window "Always on Top" Pin
Astricks6-Jan-07 21:25
Astricks6-Jan-07 21:25 
AnswerRe: Keep a window "Always on Top" Pin
Dominik Reichl6-Jan-07 22:55
Dominik Reichl6-Jan-07 22:55 
GeneralRe: Keep a window &quot;Always on Top Pin
Astricks6-Jan-07 23:35
Astricks6-Jan-07 23:35 
GeneralRe: Keep a window &quot;Always on Top Pin
Dominik Reichl6-Jan-07 23:45
Dominik Reichl6-Jan-07 23:45 
GeneralRe: Keep a window &quot;Always on Top Pin
Astricks7-Jan-07 0:10
Astricks7-Jan-07 0:10 
QuestionIssue when window is minimized or disactivated Pin
aj4766-Jan-07 17:57
aj4766-Jan-07 17:57 
QuestionPrinter Control Pin
Bram van Kampen6-Jan-07 16:05
Bram van Kampen6-Jan-07 16:05 
AnswerRe: Printer Control Pin
led mike6-Jan-07 18:55
led mike6-Jan-07 18:55 
AnswerRe: Printer Control Pin
Rajesh R Subramanian7-Jan-07 18:34
professionalRajesh R Subramanian7-Jan-07 18:34 
QuestionAutomatically Startup... Pin
M266-Jan-07 10:44
M266-Jan-07 10:44 
AnswerRe: Automatically Startup... Pin
Mark Salsbery6-Jan-07 11:27
Mark Salsbery6-Jan-07 11:27 
GeneralRe: Automatically Startup... Pin
Alexander M.,6-Jan-07 13:32
Alexander M.,6-Jan-07 13:32 
AnswerRe: Automatically Startup... Pin
Bram van Kampen6-Jan-07 15:37
Bram van Kampen6-Jan-07 15:37 
AnswerRe: Automatically Startup... Pin
S Douglas6-Jan-07 21:14
professionalS Douglas6-Jan-07 21:14 
QuestionIssue with SetBitmap Pin
CoffeeAddict196-Jan-07 8:33
CoffeeAddict196-Jan-07 8:33 
AnswerRe: Issue with SetBitmap Pin
Warren Stevens6-Jan-07 10:14
Warren Stevens6-Jan-07 10:14 

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.