C++Guns – RoboBlog

30.10.2010

C++ Hello World mal anders

Filed under: Allgemein — Tags: , — Thomas @ 17:10

int main()
{
double a[ ] = { 8.765776478827897e+228, 2.767901447961622e-315 };
const char* s = (char*)&a;
std::cout << s; } Output: hello world!

Dank an Paprikachu

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

You must be logged in to post a comment.

Powered by WordPress