Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 25th, 2006, 5:05 AM   #1
veiga2
Newbie
 
veiga2's Avatar
 
Join Date: May 2006
Location: Philippines
Posts: 21
Rep Power: 0 veiga2 is an unknown quantity at this point
Question Plsss help a newbie lyk me.... tnx..

Hi... im veiga... a newbie programmer, i am a student here in the philippines and taking up computer programming subjects.... at the age of 5(i think) perhaps 7, i played games in the pc, and my urge in learning more about computers is kinda strong.... hehehehe... now,18, ive learned some of the basics in c... structures,pointers,program flow... and im learning ryt now c++ this summer, im having some advance reading in regard of the subject... im reading the book how to learn c++ in 21 days... my strategy is ill kinda read the book and learn some of the basics of it... and right now.. i understand some of the additions in the c(Classes, reference,polymorphism, inheritance etc) can you comment me more about this... im having some hard time which road i would take... but i tink i would be entering game programming.... can you help me on which points ill be mastering in c++ and what topics and classes i would be mastering? and can you pls all the fellow programmers out there you would suggest me some books to read? sorry im kinda rough in my english....... thnx a lot "Maraming salamat po"
veiga2 is offline   Reply With Quote
Old May 25th, 2006, 12:18 PM   #2
Varrickmana
Newbie
 
Varrickmana's Avatar
 
Join Date: May 2006
Posts: 21
Rep Power: 0 Varrickmana is on a distinguished road
Well, I have read "C++ for Dummies" which is a good book that you may want to get started on. After I read that I read Bjarne Stoustrup's(or something like that) "The C++ Programming Launguage", which was a great folowup to C++fDs. Bjarne is the creater of C++, if you didn't know that(niether did I ). So read those books, and you'll be off to a good start. :banana:
__________________
Kids, every year, more than 400,000 people die from tobacco chewing, smoking, an-
MY GOD, HERE COMES A ZOMBIE PIRATE NINJA!!!!!!
Varrickmana is offline   Reply With Quote
Old May 25th, 2006, 1:53 PM   #3
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
Perhaps you should continue to learn C++ programming for the console (MS-DOS window), then move on to Windows programming like the Win32 API, and then learn some OpenGL or DirectX programming if you want to learn how to make games.
__________________
The world's first athletic computer geek!
The home of PrProgramsStudios
How not to post a question: <-- Please don't reply
Prm753 is offline   Reply With Quote
Old May 25th, 2006, 2:42 PM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Welcome to the forum. Snoop around a bit. You'll find lots of book and tutorial recommendations and well as information regarding compilers, the FAQ/rules, a "How to Post..." thread, all kinds of goodies to give you an idea of the community.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old May 25th, 2006, 3:05 PM   #5
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Quote:
Originally Posted by Prm753
Perhaps you should continue to learn C++ programming for the console (MS-DOS window), then move on to Windows programming like the Win32 API, and then learn some OpenGL or DirectX programming if you want to learn how to make games.
I agree with prm753. Don't bust out to windows programming yet. Take it slow. If you plan on heading into game programming, make sure you know your math
Booooze is offline   Reply With Quote
Old May 26th, 2006, 2:28 AM   #6
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 4 uman is on a distinguished road
"Please help a newbie like me."

Your English is very good, except for the fact that you don't seem to know (or use) the rules of writing it. I don't know if the spelling and capitalization problems in your post and subject line were due to laziness or just the fact that English isn't your first language. If it was laziness, I respectfully request and suggest that you speak English as properly as possible here, as a lot of us don't like informally-written "chat room style" English.

If you simply don't know how to spell certain words, or aren't sure of the capitalization rules in English, I apologize for making an issue of it.

Again, I'm making this suggestion in the nicest way possible, please don't take offence.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials.
--WilliamSChips on Slashdot
uman is offline   Reply With Quote
Old May 27th, 2006, 2:53 AM   #7
veiga2
Newbie
 
veiga2's Avatar
 
Join Date: May 2006
Location: Philippines
Posts: 21
Rep Power: 0 veiga2 is an unknown quantity at this point
Thnx to all of you guys... i'll be practicing my english the best way i can... i already practiced console programming. But what is console programming anyway?, I made some simple programs regarding simple use of c, such as creating a student record(Using fopen(),fclose()....structures(),string manipulations ) is that wat you call c++ for the console?

Guys... im open for your comments and suggetions... i will be glad if you can give me some sample problems that ill be practicing on... thank you...

I'm really determined on becoming a proffesional programmer. I am doing the best i can to sharpen my skills... ill find that books, I am hoping that ill find those books in stores...

So is this alright? 1. Console programming 2.Win32 Api?
I dont have any guide in what road ill be planning to take... so please help me... thnx to all of you
veiga2 is offline   Reply With Quote
Old May 27th, 2006, 4:57 AM   #8
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
Quote:
Originally Posted by veiga2
I made some simple programs regarding simple use of c, such as creating a student record(Using fopen(),fclose()....structures(),string manipulations ) is that wat you call c++ for the console?
C++ is not the same as C. There are big differences between them. In C++ one uses fstream for file manipulation, classes instead of structures, which are essentially the same in C++ except for the default access, and use C++ std::strings instead of C strings (character arrays).

Read this.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:25 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC