Thursday, October 15, 2009

Hello from BloGTK

Hello everyone. I'm trying out BloGTK as a client to Blogger. Mental note, SVG rendering will crash the program. So this is my second go at this post.


Pre-formatted code:


#include<iostream>

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

std::cout << "You entered " << argc << " CLI arguments. They are:" << std::endl;

for(int x=0; x<argc; x++)
std::cout << argv[x] << std::endl;

return 0;
}





Thank you and now a random image.


Java EE 5 Development using GlassFish Application Server cover

No comments: