由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to split function declaration and implementation in C#
相关主题
ask a question about compile shared library using libtoolqeustion about separation of interface and implementation in java
一道面试怪题C++. (转载)[合集] 两个经典面题
which header file declares ntohs() in c++ ?菜鸟求助:怎么自动include header file?
forward declarationurl header问题
Question about friend in C++HTTP Error 403
请教有关header file的几个问题How does YAHOO calculate RSI? (转载)
关于C++ STL编译的疑问请教template和factory有啥区别?
基础问题:在header里面define functionmap是用什么data structure来implement的?
相关话题的讨论汇总
话题: c#话题: split话题: function
进入Programming版参与讨论
1 (共1页)
r******9
发帖数: 129
1
since there is no header file in c#.
and I don't write code in a bulk file.
can any one give an example?
Thanks
X****r
发帖数: 3557
2
Why do you want to do that? This is a bad thing from C, IMHO.
If your class is too big, just split it into multiple classes.

【在 r******9 的大作中提到】
: since there is no header file in c#.
: and I don't write code in a bulk file.
: can any one give an example?
: Thanks

1 (共1页)
进入Programming版参与讨论
相关主题
map是用什么data structure来implement的?Question about friend in C++
再来讨论一直算法课的作业吧请教有关header file的几个问题
Any better way to declare a function?关于C++ STL编译的疑问
class D:public B;基础问题:在header里面define function
ask a question about compile shared library using libtoolqeustion about separation of interface and implementation in java
一道面试怪题C++. (转载)[合集] 两个经典面题
which header file declares ntohs() in c++ ?菜鸟求助:怎么自动include header file?
forward declarationurl header问题
相关话题的讨论汇总
话题: c#话题: split话题: function