代码搜索:ptr
找到约 10,000 项符合「ptr」的源代码
代码结果 10,000
www.eeworm.com/read/206867/15287706
c argv_ptr.c
#include
void main(int argc, char **argv)
{
while (*argv)
printf ("%s\n", *argv++);
}
www.eeworm.com/read/206867/15287732
c env_ptr.c
#include
void main(int argc, char **argv, char **env)
{
while (*env)
printf("%s\n", *env++);
}
www.eeworm.com/read/206805/15289795
dsp auto_ptr.dsp
# Microsoft Developer Studio Project File - Name="auto_ptr" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/206805/15289796
plg auto_ptr.plg
Build Log
--------------------Configuration: auto_ptr - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\liur
www.eeworm.com/read/206805/15289797
cpp auto_ptr.cpp
#include
#include
using namespace std;
class A
{
public:
A(int a) : m_iData(a)
{
};
void print()
{
cout m_iData
www.eeworm.com/read/206805/15289798
ncb auto_ptr.ncb
www.eeworm.com/read/206805/15289799
opt auto_ptr.opt
www.eeworm.com/read/206805/15289800
dsw auto_ptr.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/4317/30498
pdf ptr8000.pdf
www.eeworm.com/read/4317/30501