Click here to Skip to main content
15,921,646 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionusing namespace but still have to qualify command Pin
BuckBrown13-Jul-07 8:17
BuckBrown13-Jul-07 8:17 
AnswerRe: using namespace but still have to qualify command Pin
BuckBrown13-Jul-07 8:19
BuckBrown13-Jul-07 8:19 
Questionstring format in visual c++ cli Pin
aefmaaradji13-Jul-07 5:54
aefmaaradji13-Jul-07 5:54 
AnswerRe: string format in visual c++ cli Pin
Bartosz Bien13-Jul-07 6:47
Bartosz Bien13-Jul-07 6:47 
QuestionThe wonderful world of MAPI Part II. Pin
originSH13-Jul-07 5:05
originSH13-Jul-07 5:05 
Questionreading .config file Pin
saqib8212-Jul-07 22:15
saqib8212-Jul-07 22:15 
AnswerRe: reading .config file Pin
Giorgi Dalakishvili13-Jul-07 3:18
mentorGiorgi Dalakishvili13-Jul-07 3:18 
Questiongame map loading Pin
nzadLithium12-Jul-07 20:41
nzadLithium12-Jul-07 20:41 
I gots some maps im trying to load for a game i'm trying to make.

these maps are in a folder called Data

I have a message box that comes up asking which of the two maps i have made i want to load.
I have made done char mapToLoad[200]; at the top.
<br />
if (MessageBox(NULL,"Load world 1?","Load World",MB_YESNO|MB_ICONQUESTION)==IDYES)<br />
{<br />
    mapToLoad = "Data/World1.txt";        <br />
}<br />
else <br />
{ <br />
    mapToLoad = "Data/World.txt";<br />
}<br />


Do i have to do mapToLoad[1] = D
mapToLoad[2] = A and so on? i was hoping there was an easier way thats why i tried this.

After that i have
filein = fopen(mapToLoad, "rt");
This should work right?

The majority of code i have in the project is from the NeHe opengl tutorial here http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=10[^]

thx
AnswerRe: game map loading Pin
Rage12-Jul-07 21:04
professionalRage12-Jul-07 21:04 
GeneralRe: game map loading Pin
nzadLithium12-Jul-07 21:42
nzadLithium12-Jul-07 21:42 
GeneralRe: game map loading Pin
Christian Graus13-Jul-07 3:30
protectorChristian Graus13-Jul-07 3:30 
GeneralRe: game map loading Pin
nzadLithium13-Jul-07 19:19
nzadLithium13-Jul-07 19:19 
AnswerRe: Query about Instant messaging program Pin
Christian Graus12-Jul-07 2:00
protectorChristian Graus12-Jul-07 2:00 
QuestionTo get system date or time Pin
mikobi11-Jul-07 20:59
mikobi11-Jul-07 20:59 
AnswerRe: To get system date or time Pin
Giorgi Dalakishvili11-Jul-07 23:04
mentorGiorgi Dalakishvili11-Jul-07 23:04 
AnswerRe: To get system date or time Pin
Christian Graus12-Jul-07 2:01
protectorChristian Graus12-Jul-07 2:01 
Questionrun an EXE for all users on a computer Pin
rahul398511-Jul-07 5:32
rahul398511-Jul-07 5:32 
AnswerRe: run an EXE for all users on a computer Pin
Christian Graus11-Jul-07 15:12
protectorChristian Graus11-Jul-07 15:12 
QuestionThe wonderful world of MAPI [modified] Pin
originSH11-Jul-07 0:00
originSH11-Jul-07 0:00 
AnswerRe: The wonderful world of MAPI Pin
originSH12-Jul-07 4:26
originSH12-Jul-07 4:26 
Questionneed a similar function as &quot;getchar()&quot; Pin
bloodwinner10-Jul-07 22:00
bloodwinner10-Jul-07 22:00 
AnswerRe: need a similar function as &quot;getchar()&quot; Pin
Christian Graus11-Jul-07 0:42
protectorChristian Graus11-Jul-07 0:42 
QuestionWhat's the meaning of ^ in VS2005.NET??? Pin
Ming Luo10-Jul-07 7:30
Ming Luo10-Jul-07 7:30 
AnswerRe: What's the meaning of ^ in VS2005.NET??? Pin
Giorgi Dalakishvili10-Jul-07 8:10
mentorGiorgi Dalakishvili10-Jul-07 8:10 
GeneralRe: What's the meaning of ^ in VS2005.NET??? Pin
Ming Luo10-Jul-07 8:12
Ming Luo10-Jul-07 8:12 

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.