Click here to Skip to main content
15,907,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A question on c++ template Pin
Cedric Moonen6-Jun-07 0:59
Cedric Moonen6-Jun-07 0:59 
AnswerRe: A question on c++ template Pin
Rajkumar R6-Jun-07 1:25
Rajkumar R6-Jun-07 1:25 
GeneralRe: A question on c++ template Pin
Cedric Moonen6-Jun-07 1:39
Cedric Moonen6-Jun-07 1:39 
GeneralRe: A question on c++ template Pin
Rajkumar R6-Jun-07 1:50
Rajkumar R6-Jun-07 1:50 
QuestionHow i create folder in C++? Pin
Immunity185-Jun-07 14:14
Immunity185-Jun-07 14:14 
AnswerRe: How i create folder in C++? Pin
Mark Salsbery5-Jun-07 14:21
Mark Salsbery5-Jun-07 14:21 
QuestionCode worked in visual studio 6, not working in visual c++ 2005 Pin
Kataric5-Jun-07 14:09
Kataric5-Jun-07 14:09 
AnswerRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Christian Graus5-Jun-07 14:29
protectorChristian Graus5-Jun-07 14:29 
Kataric wrote:
magiitr = &Player1.Magi[mage1];


Assuming an iterator is a pointer, is allowed in VC6, but that is wrong. VC2002 was the first to fix this problem.

Kataric wrote:
The real kicker is that this worked once, but not now. Any ideas?


The core issue is that your code is non standard, and VC6 really sucked.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Kataric5-Jun-07 14:36
Kataric5-Jun-07 14:36 
GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Stephen Hewitt5-Jun-07 15:06
Stephen Hewitt5-Jun-07 15:06 
GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Kataric5-Jun-07 15:58
Kataric5-Jun-07 15:58 
GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Stephen Hewitt5-Jun-07 16:01
Stephen Hewitt5-Jun-07 16:01 
GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Kataric5-Jun-07 16:49
Kataric5-Jun-07 16:49 
GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Stephen Hewitt5-Jun-07 18:02
Stephen Hewitt5-Jun-07 18:02 
GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
David Crow6-Jun-07 2:24
David Crow6-Jun-07 2:24 
AnswerRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Steve Echols5-Jun-07 17:21
Steve Echols5-Jun-07 17:21 
GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Kataric5-Jun-07 21:28
Kataric5-Jun-07 21:28 
GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Kataric6-Jun-07 10:35
Kataric6-Jun-07 10:35 
GeneralRe: Code worked in visual studio 6, not working in visual c++ 2005 Pin
Steve Echols6-Jun-07 11:42
Steve Echols6-Jun-07 11:42 
Questionhow i can compare 2 string without caring for Uppercase? Pin
Immunity185-Jun-07 13:49
Immunity185-Jun-07 13:49 
AnswerRe: how i can compare 2 string without caring for Uppercase? Pin
Christian Graus5-Jun-07 14:09
protectorChristian Graus5-Jun-07 14:09 
GeneralRe: how i can compare 2 string without caring for Uppercase? Pin
Immunity185-Jun-07 14:10
Immunity185-Jun-07 14:10 
GeneralRe: how i can compare 2 string without caring for Uppercase? Pin
Immunity185-Jun-07 14:11
Immunity185-Jun-07 14:11 
GeneralRe: how i can compare 2 string without caring for Uppercase? Pin
Naveen5-Jun-07 14:19
Naveen5-Jun-07 14:19 
GeneralRe: how i can compare 2 string without caring for Uppercase? Pin
Immunity185-Jun-07 14:21
Immunity185-Jun-07 14:21 

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.