Welcome to Wikipedia! edit

Re: Limnic eruption edit

You asked, "gasses? Don't you mean gases?" in the edit summay. However, "gasses" is an acceptable spelling and it means the same thing: see http://www.m-w.com/dictionary/gasses Just wanted to let you know. Thanks. --Seattle Skier (talk) 01:20, 8 April 2007 (UTC)Reply

OK. I think I usually prefer to spell it "gases", too. Later. --Seattle Skier (talk) 01:45, 8 April 2007 (UTC)Reply

Winbot edit

The deletion discussion can be read at Wikipedia:Votes for deletion/WinBot. I don't remember much about this article. If you feel you can write a substantial, well referenced article on this subject, I wouldn't have any problem with it being recreated. - SimonP (talk) 14:49, 5 August 2008 (UTC)Reply

Sigs edit

Actually, I have racked my memory and found exactly the page you are looking for: User:Athaenara/Gallery :-) SHEFFIELDSTEELTALK 20:16, 6 August 2008 (UTC)Reply


Help in understanding workin of inttypes.h edit

Hello Braindigitalis!!! This is Jobin, a new editor to Wikipedia. I came to know that you are an expert C programmer and would willing help me out. I was just working on inttypes.h and got stuck in a problem. The code provided in the reference http://pubs.opengroup.org/onlinepubs/9699919799/basedefs.inttypes.h.html just does not seem to be working on my gcc compiler. The code is as follows for your reference:

  1. include <inttypes.h>

uint8_t smallval; int32_t longval; ... printf("The hexadecimal value of smallval is %" PRIx8

      ", the decimal value of longval is %" PRId32 ".\n",
      smallval, longval);

Can you please tell where am I going wrong? Jobin (talk) 10:35, 14 September 2011 (UTC)Reply