Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 08-14-2009, 07:42 PM   #51
Active Warrior
 
Join Date: Jul 2009
Posts: 56
Thanks: 0
Thanked 4 Times in 3 Posts
Default Re: I want to learn C++

I have basic knowledge in C++ but its been years I am not doing program in this language, so I too want to re learn the language, with the blogger replies I got lots of resources. Thanks

Peter Temp is offline   Reply With Quote
Old 08-27-2009, 10:43 PM   #52
Warrior Member
 
Join Date: Aug 2009
Posts: 17
Thanks: 2
Thanked 1 Time in 1 Post
Default Re: I want to learn C++

Well, since that you're already a programmer, it will be easy for you to learn new language. There is a lot of free tutorial you can find in the net. Good luck.

uday1583 is offline   Reply With Quote
Old 08-27-2009, 11:26 PM   #53
Warrior Member
 
Join Date: Aug 2009
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: I want to learn C++

I would suggest you read this free book from Bruce Eckel. You can search "bruce c++" on google.

I love C++. It is very lean (sometime a bit mean also). I would suggest you start with fundamental of C++ such as object oriented. It is difficult but after you can understand the concept, you can apply it to many programmin language.

HTH
jumboa7 is offline   Reply With Quote
Old 09-04-2009, 11:11 AM   #54
Netalab, Inc.
 
netalab's Avatar
 
Join Date: Aug 2009
Location: Florida, USA
Posts: 53
Thanks: 1
Thanked 6 Times in 6 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to netalab Send a message via AIM to netalab Send a message via Yahoo to netalab Send a message via Skype™ to netalab
Default Re: I want to learn C++

Hey man. Do you have a good foundation in data structures? If not, make it a good one, next is OOP, then the actual language (C++). Proprietary language like VC++ has an advantage if you are targeting only a single platform, if not, you can use Eclipse as the IDE and MinGw (you can choose other compilers) as the compiler. Ok?

As of now, i am a little bit disappointed in java because APIs are limited especially if your application requires a vendor specific execution. Been in java for 4 years now, especializing in modularization using OSGi and J2EE. Now i am starting to review my C language knowledge. Hehe.

Netalab, Inc., bringing quality health products direct to you!
<Contact Us><About Us><Articles><FAQ>
Add me on |Twitter|MySpace|Facebook|
netalab is offline   Reply With Quote
Old 09-11-2009, 03:45 AM   #55
Active Warrior
 
Join Date: May 2009
Posts: 40
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: I want to learn C++

According to me. U first learn C And tahn after C++ . If u are a programer in php than i suggeted to Learn C which is foundation of Programing .You can take tutorial from the W3school.com of C,C++. Best of Lucky.

varun21 is offline   Reply With Quote
Old 09-11-2009, 05:16 PM   #56
Warrior Member
 
seyamco's Avatar
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I want to learn C++

i think Wrox Ivor Hortons Beginning Visual C Plus Plus 2008 is the best book
for learning C++
seyamco is offline   Reply With Quote
Old 09-16-2009, 01:14 AM   #57
HyperActive Warrior
War Room Member
 
Join Date: Jun 2009
Posts: 115
Thanks: 2
Thanked 7 Times in 6 Posts
Contact Info
Send a message via Yahoo to VASEO1 Send a message via Skype™ to VASEO1
Default Re: I want to learn C++

i can teach you c++ can you teach me php in return
VASEO1 is offline   Reply With Quote
Old 09-16-2009, 04:46 AM   #58
Banned
 
Join Date: Aug 2009
Location: World Wide Web
Posts: 75
Thanks: 7
Thanked 1 Time in 1 Post
Social Networking View Member's Myspace Profile  View Member's Twitter Profile 
Contact Info
Send a message via Yahoo to seogirl
Default Re: I want to learn C++

Read This Book - LET US ''C'' - YASHWANT KANETKAR. Learn C first and then move on to C++
seogirl is offline   Reply With Quote
Old 09-16-2009, 07:58 AM   #59
Warrior Member
 
Join Date: Sep 2009
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: I want to learn C++

Quote:
Originally Posted by Tyrus Antas View Post
Sure: learn c++ - Google Search

Good luck,
Tyrus

This is the tut I consulted for my C++ language.

marynorth21 is offline   Reply With Quote
Old 09-16-2009, 08:02 PM   #60
Active Warrior
War Room Member
 
ericmartinez's Avatar
 
Join Date: Jul 2009
Location: Edinburg, TX
Posts: 40
Thanks: 1
Thanked 14 Times in 9 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via AIM to ericmartinez
Lightbulb Re: I want to learn C++

STOP!!!!!!

You are going to learn C++ to create a crawler?

No! No! No! No! No!

and no again!

The only reason you need C++ for your own tools is if you are writing system level software, drivers, or accessing hardware. For IM purposes, you will not.

Sure people have been helping you out, they do a quick google and link you to an article. That doesn't really help.

C++ is an entirely different beast than PHP. You will waste your time and effort.

What should you do instead?

Instead you should pick a language that will work with you rather than against you such as Ruby, Python, Perl, or Java.

Here is the breakdown:

  1. Ruby - Hands down the best language for tool development. Ruby gets out of your way. It is the easiest language to use. Is not a pain in the ass about data types, syntax, type-safety, and all the things that suck in C++. Runs on all operating systems and your code is entirely portable. It is interpreted so your same script will run without modification anywhere. I use it to make all of my own crawlers, scrapers, SEO tools, and more. It is great for screen scraping. Highest recommendation!
  2. Python - Python is another awesome language. Gets out of your way. Strong library base. Interpreted, runs everywhere. Would recommend as well.
  3. Perl - Perl is awesome as well. See Python description. VERY strong library base. I would recommend Python over Perl since it is easier to learn.
  4. Java - Java is very similar in syntax to C++. Very strong library base and can incorporate C++ dll's easily. Strong visual development language.
  5. Visual C# - Access to Microsoft .NET. Very similar in syntax to Java. Great for Windows only application development.
  6. Visual Basic - Don't waste your time, it has been replaced by Visual C#
  7. C++/Visual C++ - The longest way to develop a program. You will be confined to Windows if you use Visual C++. You will run into many issues as it is just the nature of the language. It takes so long just to do anything that it is a waste of time. I love C++. It has it's place. IM is not the place for C++. Everything you want to do would be done quicker by one of the above languages.
If you need a crossplatform GUI then don't go for Ruby.
This is what I was able to do in Ruby in a few hundred lines of code.
  1. Scrape a certain page for keywords
  2. Perform SEO analysis on keyword
  3. If the competition is weak it will find content from Youtube, blogs, and news
  4. Submit to a blog via Wordpress RPC
  5. Modify the All-In-One-SEO SQL data for that post to get the best on-page optimization
  6. Automatically submit the bookmark to many social bookmarking services for backlinks.
A few hundred lines. In C++ that would take a good programmer at least a week. A decent one, weeks. I came up with the idea at 10PM one night pulled an all nighter and had it done by the morning. That is the power of dynamic, out of the way languages like Ruby and Python.

ericmartinez is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
c++, learn, tutorial

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 08:39 PM.