仅针对专家的问题级别 [英] level of questions for experts only

查看:71
本文介绍了仅针对专家的问题级别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

回复,如果你,在所有级别的问题:::

1.如何在以后的某个日期删除自删除.exe文件&时间

没有

调用.exe本身?

2.如果我们想要命令行参数中的任何通配符
$应该适当扩大b $ b,我们是否需要。 2是否有任何特殊的

条款?如果是,那么?

3.why :: printf(" %%%%%);;输出%%%。

4.h​​ow 2运行.obj文件而不先创建任何.exe文件?

5.什么是经典类?(FOR C ++)


再见,

解决方案

ROSY写道:

回复如果你,在所有级别的问题:::


这意味着什么,用英语?

1.如何删除某个未来的自删除.exe文件日期和时间没有
调用.exe本身?
2.如果我们希望命令行参数中的任何通配符应该适当扩展,我们是否需要。 2是否有任何特殊的条款?如果是,哪个?
3.why :: printf(" %%%%%);;输出%%%。
4.how 2运行.obj文件而不先创建任何.exe文件?
5.什么是经典类?(FOR C ++)




哇,不仅是专家,而且主要是其他

新闻组的专家;)


1,2:平台特定;在一个小组上询问你的平台。

4:也是平台特定的,但听起来你想要运行

一些没有链接的东西,我怀疑无法完成。

5:你似乎意识到这是一个C ++问题。你知道你在comp.lang.c中问过它吗?
?我们不在这里做C ++。


3:printf()的第一个参数中的''%''启动格式说明符。

" ; %%"是格式说明符,表示print'%'''。显然,

最后一个,也就是最后,也打印''%'';我不知道

,如果这是标准或者你的实施方式。


-

Tom Zych

这是一个阻止垃圾邮件发送者的虚假电子邮件地址。

真实地址:echo''g******@cbobk.pbz''| rot13


" ROSY" <德************** @ rediffmail.com>在消息中写道

news:73 ************************** @ posting.google.c om ...

你好,
如果你在所有级别的问题上做出回应:::
1.如果在将来某个日期删除了自删除的.exe文件。时间没有
调用.exe本身?


不是关于C的问题。

2.如果我们希望命令行参数中的任何通配符
应该适当扩展,是吗? REQD。 2做出任何特殊的规定吗?


是的。

如果是,哪个?


决定你想要每个模式的含义,并相应地解析



3.why :: printf(" %%%%%);输出%%%。


在C书中查找转义序列。

4.h​​ow 2运行.obj文件而不先创建任何.exe文件?


不是关于C.的问题。

5.什么是经典课?(FOR C ++)


不关于C的问题C ++也没有任何东西

称为经典类。

再见,




这里有一个问题:你的教科书在哪里?


-Mike



" Mike Wahler" < MK ****** @ mkwahler.net>在消息中写道

新闻:7Q ***************** @ newsread3.news.pas.earthl ink.net ...

3.why :: printf(" %%%%%");输出%%%。



在C书中查找转义序列。




对不起,不是' ''转换序列'',但''格式说明符''

表示''printf()''函数。


-Mike


hello,
response if u ,on all level of questions:::
1.how a self deletable .exe file deleted on some future date & time
without
invoking the .exe itself?
2.if we want that any wildcard characters in command line arguments
should be appropriately expanded,are we reqd. 2 make any special
provision?if yes,which?
3.why :: printf("%%%%%") ; output %%%.
4.how 2 run a .obj file without previously creating any .exe?
5.what is classical class?(FOR C++)

bye,

解决方案

ROSY wrote:

response if u ,on all level of questions:::
This means what, in English?
1.how a self deletable .exe file deleted on some future date & time
without
invoking the .exe itself?
2.if we want that any wildcard characters in command line arguments
should be appropriately expanded,are we reqd. 2 make any special
provision?if yes,which?
3.why :: printf("%%%%%") ; output %%%.
4.how 2 run a .obj file without previously creating any .exe?
5.what is classical class?(FOR C++)



Wow, not only for experts, but mostly for experts in other
newsgroups ;)

1, 2: Platform-specific; ask on a group for your platform.
4: Also platform-specific, but it sounds like you want to run
something that hasn''t been linked, which I suspect can''t be done.
5: You seem to be aware that this is a C++ question. Are you aware
that you asked it in comp.lang.c? We don''t do C++ here.

3: ''%'' in the first argument to printf() starts a format specifier.
"%%" is the format specifier that means "print ''%''". Apparently the
last one, being by itself at the end, also prints ''%''; I don''t know
if that''s standard or just what your implementation does.

--
Tom Zych
This is a fake email address to thwart spammers.
Real address: echo ''g******@cbobk.pbz'' | rot13


"ROSY" <de**************@rediffmail.com> wrote in message
news:73**************************@posting.google.c om...

hello,
response if u ,on all level of questions:::
1.how a self deletable .exe file deleted on some future date & time
without
invoking the .exe itself?
Not a question about C.
2.if we want that any wildcard characters in command line arguments
should be appropriately expanded,are we reqd. 2 make any special
provision?
Yes.
if yes,which?
Decide what you want each pattern to mean, and parse
accordingly.
3.why :: printf("%%%%%") ; output %%%.
Look up ''escape sequence'' in a C book.
4.how 2 run a .obj file without previously creating any .exe?
Not a question about C.
5.what is classical class?(FOR C++)
Not a question about C. Nor does C++ have anything
called a ''classical class''.

bye,



Here''s a question for you: Where''s your textbook?

-Mike



"Mike Wahler" <mk******@mkwahler.net> wrote in message
news:7Q*****************@newsread3.news.pas.earthl ink.net...

3.why :: printf("%%%%%") ; output %%%.



Look up ''escape sequence'' in a C book.



Sorry, not ''escape sequence'', but ''format specifiers''
for ''printf()'' function.

-Mike


这篇关于仅针对专家的问题级别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆