首页
话题
动态
专家
文章
作者
公告
更多
积分规则
登录 或 注册
首页
话题
动态
专家
文章
作者
公告
积分规则
发表新帖
发表新帖
Most common or vicious mistakes in C# development for experienced C++ programmers
后端
未结
关注
13
1503
没有蜡笔的小新
2020-12-23 19:10
What are the most common or vicious mistakes when experienced C++ programmers develop in C#?
13条回答
慢半拍i
(楼主)
2020-12-23 19:34
Using
structs in favour for classes
all the time.
Using
in, out and ref
parameters all the time (This is a result of point 1).
Using
int values as error conditions
instead of using exceptions
Using the
virtual keyword instead of override
keyword.
Thinking that
char is an 8 bit signed value
.
0
讨论(0)
查看其它13个回答
发布评论:
提交评论
加载中...
验证码
看不清?
提交回复
热议问题