Logo
~Apps~
~Projects~
~Contact~


t.cpp File Reference

#include <stdio.h>

Include dependency graph for t.cpp:

Go to the source code of this file.


Functions

int main (int argc, char *argv[])

Function Documentation

int main ( int  argc,
char *  argv[] 
)

File ......... t.cpp Published .... 2005-06-14 Author ....... grymse@alhem.net

Definition at line 27 of file t.cpp.

00028 {
00029         char *str = "\05";
00030         printf("%d\n", *str);
00031         size_t x = (size_t)-1;
00032         printf("%u\n", x);
00033 }

Page, code, and content Copyright (C) 2006 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4