ChaosMaker Posted June 29, 2011 Report Share Posted June 29, 2011 ola, eu gostaria de saber se é possivel declarar variaveis apartir de uma string em c++Eu queria fazer algo assimstring code="double myVar";myVar=15;Isso é só uma ideia do que eu estou tentando fazerEu n sei se isso é possivel em c++Pois na linguagem nativa do game maker eu costumava fazer muito isso com a funçaovariable_local_set("varName",100);varName+=5;Des d já agradeço Quote Link to comment Share on other sites More sharing options...
0 Durub Posted June 30, 2011 Report Share Posted June 30, 2011 Não, não é possível fazer da forma que você deseja.Abraços. Quote Link to comment Share on other sites More sharing options...
0 FelipeFM Posted July 4, 2011 Report Share Posted July 4, 2011 (edited) char variavelString[] = "Olá, meu nome é Felipe";É isso que você que?Não é isso que você que saber, interpretei mal. I am sorry. Edited July 4, 2011 by FelipeFM Quote Link to comment Share on other sites More sharing options...
Question
ChaosMaker
ola, eu gostaria de saber se é possivel declarar variaveis apartir de uma string em c++
Eu queria fazer algo assim
string code="double myVar";
myVar=15;
Isso é só uma ideia do que eu estou tentando fazer
Eu n sei se isso é possivel em c++
Pois na linguagem nativa do game maker eu costumava fazer muito isso com a funçao
variable_local_set("varName",100);
varName+=5;
Des d já agradeço
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.