请回答我 [英] plzz answer me

查看:57
本文介绍了请回答我的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Microsoft Visual Studio 2010 Express中为Windows Phone声明数据类型(int,char,字符串类型)???????

how to declare a datatypes(int,char,string types) in microsoft visual studio 2010 express for windowsphone???????

推荐答案

只需输入它们,

Just type them in,

int i = 0;

int i = 0;

char c ='c';

char c = 'c';

string dataTypes ="int,char,string,types";

string dataTypes = "int, char, string, types";

Object obj = new Object();

Object obj = new Object();

Vector2速度=新的Vector2();

Vector2 velocity = new Vector2();

:)


这篇关于请回答我的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆