Jump to content

New guy :)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
9 replies to this topic

#1
FireGator

FireGator

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts
My name is John, I had been to a few different forums but the people here seem very friendly and passionate about coding. There's not much to say about myself, but I live alone, and am in school with a few business/telecommunications courses that got me interested in programming.

Hey CodeCall! [noparse]:)[/noparse]!

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Welcome aboard!
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
TeenChristian

TeenChristian

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 639 posts
Hey there John! I'm glad you have chosen CC as your home ;) So what language do you think your interested in?
My Personal Blog l Learning C++ l I'll be famous soon enough.

#4
FireGator

FireGator

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts
Thanks guys alot!

In my telecommunications classes there were some testing applications on some old SPARC computers that were in C, they were quite interesting, I looked into the files which handled the modem communication and whatnot and got interested from then on.

I'll be working with Python for the time being, to get used to algorithms and whatnot [noparse]:)[/noparse]

#5
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
Awesome. Yeah, low level languages that work with hardware is neat. Welcome aboard, man!
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#6
FireGator

FireGator

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts
Thanks, I was looking into doing some web programming as well, do you think PHP is a good option? It looks quite easy. :)

#7
FireGator

FireGator

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts
I installed XAMPP alright! Time to learn PHP. what's a way to display the user's IP? I want to work on a log. :)

#8
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts

FireGator said:

what's a way to display the user's IP? I want to work on a log. :)

It's quite simple, the $_SERVER superglobal has server variables like their user agent, IP and request. You can get it like this:

$ipaddr = $_SERVER['REMOTE_ADDR']

Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#9
Jonniebie

Jonniebie

    Newbie

  • Members
  • Pip
  • 1 posts
Hi all I am also new here. My name is Jenny and I am an intermediate C++ programmer and a newbie to python programming. Hope I will enjoy my stay here. Currently I am making a research paper about difference between C++ and Python. I have read a wide range of custom essays and other related articles on the internet about these two programming languages.

Edited by Roger, 13 September 2010 - 10:23 PM.
removed link


#10
TeenChristian

TeenChristian

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 639 posts
Nice to have you Jenny ;) Like you I also use C++ (not python though). It's a really great language, and it can be used with python... if I am correct. Anyhow bet you'll find these forums a great place to learn and share your knowledge!
My Personal Blog l Learning C++ l I'll be famous soon enough.