great! I get it again!
Today ,I have read the <Expert C Programming,Deep C Secrets>, Chapter 3.Unscrambling Declarations in C. The author introduce the declaration of...
Thank you xpi0t0s again!,I get it!~~haha
Thank you very much! xpi0t0s!
Today ,I have learned the bit field feature of C Language in "The C Programming Language",so I search some exercise about bit field,and then I...
hello!guys,recent days ,i come across a problem when i write a C program,that is "How to calculate the size of struct ",i have a part of C source...
really good !!~thank you for sharing!!
Oh it's a good issue,I have learned a lot !~~Thank you for your sharing!
#include<stdio.h> #include<string.h> char foo() { printf("foo() has been called.\n"); return 'a'; } /*void foo3(char a3[3]) { int c3 = sizeof(...
To caculate the Integrate by C Language /* *To achieve a particular function,To integrate f(x) = x; which is rom low to up *sum=(...
Hello!Everyone!Recently, I install the mingw develop studio,but there is a small problem puzzling me,I can not find tutorials or help documents...
Thank you for your advices !!I get it!
nice to make friend with you!!
Complete the sorting of three numbers from small to big: #include <stdio.h> #include <stdlib.h> void Exchg(int *px, int *py) { int tmp;...
Thank you very much~~~
A example about cerr: #include <iostream> #include <cmath> using namespace std; int main() { float a,b,c,disc; cout<<"please input three numbers...
Rcently,i come across a problem,i wrote a code as following: #include <stdio.h> //#include <stdlib.h> void ex(int &a,int &b) { int t; t = a; a...
i have made some promotion ,haha.... #include <iostream> using namespace std; int cope() { int i=0; int temp=0; int n; cout <<"Input...
I will continue~~ to modify my code..thank you, i am a freshman for c++,and i am looking at The C++ Programming Language now, it is a good,classic...
thank you
Separate names with a comma.