Forum: Computer Science Nov 17th, 2008 |
| Replies: 4 Views: 648 Recently I am studying operating system design. I wanna find a educational operating system which is small but has complete functionality. The educational operating system should be well documented.... |
Forum: Assembly Oct 27th, 2008 |
| Replies: 1 Views: 776 I wanna learn c++ by looking into the assembly language generated by visual studio. But i can't find a complete reference aoubt the usage of ml9. Is masm329 is tha same with ml9? If they are not the... |
Forum: Computer Science Oct 26th, 2008 |
| Replies: 8 Views: 1,048 Hi, I am so sorry to have irritated you. Your suggestion is helpful, thanks |
Forum: Computer Science Oct 25th, 2008 |
| Replies: 8 Views: 1,048 Your comments are helpful. Do you know a real open source database that i can learn from to know more knowladge about B+,B2 tree and other data structure? |
Forum: Assembly Oct 24th, 2008 |
| Replies: 4 Views: 2,142 |
Forum: C Oct 24th, 2008 |
| Replies: 1 Views: 763 i have searched the internet, but no result |
Forum: C# Oct 24th, 2008 |
| Replies: 3 Views: 1,550 anyone here ever wrote code for firefox? |
Forum: Computer Science Oct 21st, 2008 |
| Replies: 8 Views: 1,048 I have studied sql. I know what is relational database. I wanna konw how we store the data in a relational database and how to query the data when we emplement a "select" statement Is there a open... |
Forum: C++ Oct 20th, 2008 |
| Replies: 12 Views: 928 did anyone ever hear about ucc? |
Forum: C++ Oct 20th, 2008 |
| Replies: 12 Views: 928 |
Forum: C++ Oct 20th, 2008 |
| Replies: 12 Views: 928 Is there any open source c/c++ compilers what can be debugged easily? I wanna know more info about the common knowladge about c/c++ compilers. |
Forum: C++ Oct 20th, 2008 |
| Replies: 6 Views: 452 when we use int *p=new int; we know p point to int. But i just wanna know how the compiler know p's type? When we delete a pointer to a array, how the compiler know how many bytes to release? |
Forum: C++ Oct 19th, 2008 |
| Replies: 6 Views: 452 i am confused by pointers. How do we know the type the pointer points? Is it compiler specific? how do we implement delete[]? Are there any books or articles about this topic? Wait for your replies. |
Forum: C# Oct 19th, 2008 |
| Replies: 4 Views: 495 I think you two just tell me how to use the reflection and metadata. But I wanna know the deep principle of reflection. Anyway, thanks for your replies! |
Forum: IT Professionals' Lounge Oct 19th, 2008 |
| Replies: 107 Views: 15,801 |
Forum: C# Oct 18th, 2008 |
| Replies: 4 Views: 495 I am learning c# now. I am confused by reflection and event. I want to know the deep principle of reflection and metadata. How the metadata is stored and what is format of the .net executable file? I... |
Forum: C++ Oct 18th, 2008 |
| Replies: 3 Views: 492 Thanks for your replies!
I have read the "Inside the C++ Object Model" and i wanna know more info about the RTTI, is there any books or articles about this topic? |
Forum: C++ Oct 17th, 2008 |
| Replies: 3 Views: 492 I am studying c++. I have many questions about the layout of classes and compile of template, etc. I know these questions are concerned with compiler, but i don't know any book about the deep... |