Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to add new class ? Pin
Salvatore Terress17-Apr-24 2:34
Salvatore Terress17-Apr-24 2:34 
AnswerRe: how to add new class ? Pin
Richard MacCutchan16-Apr-24 23:59
mveRichard MacCutchan16-Apr-24 23:59 
AnswerRe: how to add new class ? Pin
BernardIE531717-Apr-24 1:57
BernardIE531717-Apr-24 1:57 
GeneralRe: how to add new class ? Pin
Salvatore Terress17-Apr-24 2:25
Salvatore Terress17-Apr-24 2:25 
GeneralRe: how to add new class ? Pin
BernardIE531717-Apr-24 9:21
BernardIE531717-Apr-24 9:21 
GeneralRe: how to add new class ? Pin
Salvatore Terress18-Apr-24 8:18
Salvatore Terress18-Apr-24 8:18 
Questionerasing makefile / make DEFINES ? Pin
Salvatore Terress15-Apr-24 13:05
Salvatore Terress15-Apr-24 13:05 
AnswerRe: erasing makefile / make DEFINES ? Pin
Salvatore Terress15-Apr-24 13:09
Salvatore Terress15-Apr-24 13:09 
Questionundefined reference - please help with linker issue Pin
Salvatore Terress11-Apr-24 8:37
Salvatore Terress11-Apr-24 8:37 
AnswerRe: undefined reference - please help with linker issue Pin
Richard Andrew x6411-Apr-24 9:25
professionalRichard Andrew x6411-Apr-24 9:25 
AnswerRe: undefined reference - please help with linker issue Pin
Richard MacCutchan11-Apr-24 21:01
mveRichard MacCutchan11-Apr-24 21:01 
QuestionBreak in a for loop Pin
Calin Negru11-Apr-24 1:19
Calin Negru11-Apr-24 1:19 
AnswerRe: Break in a for loop Pin
Mircea Neacsu11-Apr-24 1:28
Mircea Neacsu11-Apr-24 1:28 
AnswerRe: Break in a for loop Pin
Maximilien11-Apr-24 2:43
Maximilien11-Apr-24 2:43 
GeneralRe: Break in a for loop Pin
Calin Negru11-Apr-24 3:08
Calin Negru11-Apr-24 3:08 
GeneralRe: Break in a for loop Pin
CPallini11-Apr-24 4:17
mveCPallini11-Apr-24 4:17 
GeneralRe: Break in a for loop Pin
trønderen11-Apr-24 7:30
trønderen11-Apr-24 7:30 
GeneralRe: Break in a for loop Pin
Greg Utas11-Apr-24 7:50
professionalGreg Utas11-Apr-24 7:50 
AnswerRe: Break in a for loop Pin
BernardIE531717-Apr-24 12:01
BernardIE531717-Apr-24 12:01 
Question#define #undefine #define sequence result ? Pin
Salvatore Terress10-Apr-24 5:12
Salvatore Terress10-Apr-24 5:12 
AnswerRe: #define #undefine #define sequence result ? Pin
Mircea Neacsu10-Apr-24 5:14
Mircea Neacsu10-Apr-24 5:14 
AnswerRe: #define #undefine #define sequence result ? Pin
Richard MacCutchan10-Apr-24 6:36
mveRichard MacCutchan10-Apr-24 6:36 
AnswerRe: #define #undefine #define sequence result ? Pin
Salvatore Terress10-Apr-24 7:28
Salvatore Terress10-Apr-24 7:28 
AnswerRe: #define #undefine #define sequence result ? Pin
Salvatore Terress10-Apr-24 7:28
Salvatore Terress10-Apr-24 7:28 
Question#include - again Pin
Salvatore Terress5-Apr-24 5:06
Salvatore Terress5-Apr-24 5:06 
I rely on "intelisense" to help me to add CORRECT #include header file.
It sort of works in "left to right " fashion .
If I need to add "header_.h" file I have to step thru all options BEFORE I have "header_.h "
option.


#include "../ now intlesence gives all options after "/".

The "problem is " - until CORRECT , valid option is presented and selected I still have no way to see if it actually have an option to select desired header.

It would be nice to have option to determine required path BEFORE going thru the intelisense steps.
Sort of in reverse direction, opposite intelisense way.

Is there?

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.