C/C++
chenaaron
a simple programmer
展开
-
Ready for studying the firmware
Ready for studying firmware,Feel many things need learn, and what's important understand the mechnism of hardware. DSP related,Redback manual. Galaxy firmware. full of C/assembly.2007-04-05 17:06:53 · 86 阅读 · 0 评论 -
Study C++ from novice
Iostream,iostrstream Virtual constructor, Template,STL, Pointer,reference. C++ key words: asm, auto, bool, break, case, catch, char, class, const, const_cast, continue, default, delete, do, double, dy...2007-04-12 12:28:06 · 106 阅读 · 0 评论 -
C++ string sort
#include<iostream> #include<string> int main(){ void sort(string *p,int); int i=0; string a[10]; for(i=0;i<10;i++){ cin>>a[i]; ...2007-07-17 21:53:43 · 482 阅读 · 0 评论