2 Visitor Messages

  1. thanks alot
  2. View Conversation
    Hi orispo, lol cool avatar, yeah sure I'd love to help you, firstly I recommend you check out the written tutorial section:

    http://forum.codecall.net/tutorials/

    Click on the language you want to learn.

    Also if you have a question you can post it here:

    http://forum.codecall.net/general-programming/

    You can also watch some of our video tutorials on our youtube channel:

    http://www.youtube.com/user/CodecallTutorials

    We will be uploading more and more to this channel so do subscribe!

    Hope this helps and hope to see you around the forum,
    James
Showing Visitor Messages 1 to 2 of 2
About orispo

Basic Information


Age
29
About orispo
Biography:
lazy programmer but trying to change
Location:
new jersey
Interests:
playing video games
Occupation:
c++ and java enthusiast

Statistics


Total Posts
Total Posts
14
Posts Per Day
0.01
Last Post
Something trippy for y'all.. 03-17-2010 07:52 AM
Visitor Messages
Total Messages
2
Most Recent Message
02-12-2010 09:51 AM
General Information
Last Activity
10-25-2011 06:48 PM
Join Date
02-05-2008
Referrals
1
View orispo's Blog

Recent Entries

baby steps c++

by orispo on 11-20-2010 at 11:51 AM
hi guys, just wanted to post some of the simple c++ stuff one could use to learn programming, i have never posted anything coz im too lazy, but im making a change
try these to practise c++. these are just simple stuff for basic math.
----------------------------------------------------------------------------------------------
#include<iostream.h>
#include<conio.h>
int main()
{
float num1;
float num2;
float sum;

Read More

Categories
Uncategorized