News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Welcome Newcomers - PLEASE READ!!!

Started by MortenMacFly, February 06, 2011, 10:24:57 AM

Previous topic - Next topic

dmains

I am new to C::B :-\ but look forward to an exciting journey

ÆßĦĨ994


stephawn


gbogya


cb4444


badcashjoe


Arun yvs


VijayKmath

Hi, I am a new member of this group. I am real  :D

AdrianH

I am new and I am here.

I am also stuck before I install I will post a message.

Adrian

pabristow

I am a real person and C++er looking forward to using CodeBlocks  :) Paul

Vigaenson

I am new, I am here
Thank you for the forum and for the wiki.
Vigaenson

Cryterion

Hi Here now.
Guess this means I'm not a spambot now :)

JohnG60

Hello. I am here. Trying to learn C. Read posts. Know not to ask for guidance here. John.

zainka

I am here, but how do I know that you are you and not a SPAM robot creating such an request to load the server with unnecessary messages like these???

NewWorldCPPCoder

// NewWorldCPPCoder
// NotABot.cpp
// This program will prove i'm not a bot... Cause i'm not...


#include <iostream>
using namespace std ;

int main()
{
    cout << "I am not a bot. I actually exist! Lol!\n\n\n\n" ;
    system("pause") ;
    return 0 ;
}