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]!
New guy :)
Started by FireGator, Sep 04 2010 12:15 AM
9 replies to this topic
#1
Posted 04 September 2010 - 12:15 AM
|
|
|
#2
Posted 04 September 2010 - 04:37 AM
Welcome aboard!
#3
Posted 04 September 2010 - 06:25 AM
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
Posted 04 September 2010 - 07:19 PM
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]
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
Posted 04 September 2010 - 07:20 PM
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.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#6
Posted 04 September 2010 - 07:23 PM
Thanks, I was looking into doing some web programming as well, do you think PHP is a good option? It looks quite easy. :)
#7
Posted 05 September 2010 - 01:22 AM
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
Posted 05 September 2010 - 01:28 AM
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.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#9
Posted 13 September 2010 - 12:57 AM
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
Posted 13 September 2010 - 03:11 AM
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.


Sign In
Create Account


Back to top









