Search Results

Search: Posts Made By: micky.zhou
Forum: Programming 09-26-2012
1,247
Posted By micky.zhou
Thank you for your help.It is very useful for me.
Thank you for your help.It is very useful for me.
Forum: Programming 09-25-2012
1,247
Posted By micky.zhou
what does "int (&) [42]" mean?
Can you explain the paradigm "int(&)[42]" clearly in C plus plus?:(
Thanks in advance.
Forum: Programming 08-17-2012
1,235
Posted By micky.zhou
Wow,thanks very much. It's very useful for me.
Wow,thanks very much. It's very useful for me.
Forum: Programming 08-17-2012
1,235
Posted By micky.zhou
"char" memory layout problem!
In the following code, why the final result of "usC=cA+(char)ucB;" is 0xFF00?
In my opioion the memory layout of cA is "10000000" and
(char)cB is "10000000",usC type is unsigned short ,so the...
Forum: What is on Your Mind? 06-27-2011
1,220
Posted By micky.zhou
Hi,i live in shanghai. i work in shanghai.
Hi,i live in shanghai. i work in shanghai.
2,205
Posted By micky.zhou
Sorry, i want to ask you that what does it...
Sorry, i want to ask you that what does it meaning Thanks:p
Forum: Programming 05-04-2011
17,644
Posted By micky.zhou
Thanks,I know.:b:
Thanks,I know.:b:
Forum: Programming 05-04-2011
17,644
Posted By micky.zhou
Ok,here gcc -Wall -o file file.c
Ok,here
gcc -Wall -o file file.c
Forum: Programming 05-04-2011
17,644
Posted By micky.zhou
Thanks.I try it."Ctrl+D" worked. By the way,...
Thanks.I try it."Ctrl+D" worked.
By the way, for the first time, gcc shows "linker input file unused because linking not done",what's meaning? Thanks in advance.
Forum: Programming 05-04-2011
17,644
Posted By micky.zhou
in debian
I execute the program in Debian. It had no response when input "Ctrl D" and was interrupted when input "Ctrl Z" in terminal. :o How to print the value of i?
Forum: Programming 05-04-2011
17,644
Posted By micky.zhou
How to input "EOF" signal?
How to input "EOF" signal?
#include<stdio.h>
int main(int argc,char *argv[])
{
int c,i;
i=0;
while((c=getchar()) != EOF )
{
if(c=='\n')
++i;
}
...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 03:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy