Sunday, December 27, 2009

Good C/C+ Programming Tutorials?

Any recomended tutorials?Good C/C+ Programming Tutorials?
here are a few


http://studysites.blogspot.com/search/la鈥?/a>Good C/C+ Programming Tutorials?
http://www.cprogramming.com





www.functionx.com





www.cplusplus.com/doc/tutorial

On which sites i can get help or tutorials for C++?

http://www.cprogramming.com/





is a good resource i've used in the past. otherwise google C++ tutorials or the topic in C++ you want help with and that should return some good links for you.On which sites i can get help or tutorials for C++?
http://www.cs.wustl.edu/~schmidt/C++/ Report Abuse

Anyone knows a how to make games with C++ or C# tutorial (I would like dutch but it's not necessary)?

I'd really like such tutorial because I really want to make games.


Not those stupid simple games but cool hard games!


If you know an tutorial please post the (download) link at this topic.Anyone knows a how to make games with C++ or C# tutorial (I would like dutch but it's not necessary)?
Did you look at this?


http://www.microsoft.com/express/gamedev鈥?/a>Anyone knows a how to make games with C++ or C# tutorial (I would like dutch but it's not necessary)?
lol
  • masks
  • lip glosses
  • C++ barcode tutorials?

    designing barcodes in C++ tutorialsC++ barcode tutorials?
    You print the characters for the barcode in a barcode font. (No one manually controls the printer to create the barcode as a graphic any more - that's 1995 technology.)

    What are the internet tutorials of c# for beginners?

    Try this place out:





    http://www.csharp-station.com/Tutorial.a鈥?/a>





    Getting a book is still a good idea though, I learnt initially from ';C# Objects From Concept to Code';. Alternatively, Linux Format is running a series on coding with Mono (the open-source .Net framework), or Microsoft do some free tutorials as well at:





    http://msdn.microsoft.com/vstudio/expres鈥?/a>

    What is a great tutorial for c++ from simple console applications to windows applications?

    I am looking for a website that is easily readable, comprehensive and all around a good source for learning how to program in Windows. I have googled and googled and i think the problem is that im not sure exactly what to search for. Can you recommend a good website that covers everything from ';Hello world'; to windows applications?What is a great tutorial for c++ from simple console applications to windows applications?
    Well, I found this site to be very good: http://www.cprogramming.com/


    Very good site, and it also has a bunch of ads, so watch out.





    (I am now actually programming for a small company that a friend of mine created, thanks to this site.)What is a great tutorial for c++ from simple console applications to windows applications?
    i learned from cplusplus.com but cprogramming is also very good website. they also have a forum so you could ask stuff.


    i found this website to be easiest for getting started in window programming:


    http://www.functionx.com/win32/index.htm

    Where are the best tutorials for Microsoft Visual C++?

    i cant really buy a book so it has to be online. thanks in advancedWhere are the best tutorials for Microsoft Visual C++?
    http://www.cplusplus.com/doc/tutorial/





    http://www.cprogramming.com/tutorial.htm鈥?/a>





    http://www.glenmccl.com/tutor.htm





    http://www.cs.wustl.edu/~schmidt/C++/





    http://www.intap.net/~drw/cpp/Where are the best tutorials for Microsoft Visual C++?
    microsoft visual c++ is an implementation of c++(which is pretty much standardized).





    You'll need a c++ tutorial and if you want to write graphical apps then a graphical toolkit tutorial.





    http://www.cplusplus.com


    http://www.wxwidgets.org (good cross-platform gui library).

    Are there any video tutorials for c++ / programming ?

    This summary is not available. Please click here to view the post.

    What are the best C++ online tutorials?

    So far I'm using http://idealprogrammer.com/, and starting http://www.cplusplus.com/, can you give me others?What are the best C++ online tutorials?
    just few links
  • masks
  • lip glosses
  • Tell me where can i get some on-line good tutorials for c and c++?

    i m learning c and c++ from some institute ,i want to know that can i get some online tutorials of the same to study which are good and also illustrative .


    Plz help meTell me where can i get some on-line good tutorials for c and c++?
    http://www.cprogramming.com/tutorial.htm鈥?/a>


    http://www.cplusplus.com/doc/tutorial/


    http://visualcplus.blogspot.com/





    all taken from yahoo seach. you can search for c c+ tutorials and come up with hundreds if these don't do it for you.Tell me where can i get some on-line good tutorials for c and c++?
    there are soooo many programming sites out there... just google C++ trust me youll find the quality sites rite away

    I am 15 and want to learn c++, very dedicated, what sites, books and tutorials can teach an absolute beginner?

    I know c++ is a hard programming language to learn and not good for beginners but i want to jump right in, any and all information is welcomeI am 15 and want to learn c++, very dedicated, what sites, books and tutorials can teach an absolute beginner?
    hi check these links,





    hope this will help





    good luckI am 15 and want to learn c++, very dedicated, what sites, books and tutorials can teach an absolute beginner?
    steven25t gave you a list of sources. Click on each and every one and please mark him as best answer.





    That said, it's time to talk about compilers. I will assume you are on Windows, and since you are fifteen and described C++ as a ';hard programming language'; (it's sophisticated but if you really want to do anything with it even BASIC can be hard) I will assume both that you don't currently have a compiler and that you don't have a lot of money for one.





    There is a problem there, especially for a fifteen year old Microsoft and Borland C++ compilers can be costly. If you are a college student you can usually get a discount on them through your school, but while Borland makes some older versions of its compiler free with the purchase of how to program in C/C++ textbooks you are advised to look at at your local brick and mortar bookstore (Barnes and Noble, Waldenbooks, B. Dalton) Microsoft has its own ';free'; version which is essentially just annoying. Before it does anything at all, it makes you click on an alert box which says you agree not to redistribute this program in any form. I've actually had machines crash on me because of that alert box, which is one reason I no longer use Windows. Borland does make its latest compiler available for free if you want to use it using the command shell (which means either open a window using that old MS-DOS prompt icon or whatever they call it in Vista) and it is a skill worth having. It does make it difficult to learn how to program for Windows once you learn how to program, though. The other versions have an integrated debugging editor which is something most people will tell you not to live without, though it isn't strictly necessary.





    On Windows there are some surprising other alternatives. http://www.digitalmars.com offers a compiler which is as good as Microsoft's or Borland's, or GCC's (which I'll get to). You can order a CD version for $54 or you can get a free version which like Borland's you pretty much have to use from the command line.





    There are even some free on-line compilers. Comeau.com offers a chance to try out their compiler for free (though it's a little complicated) at http://www.comeaucomputing.com/tryitout/ . If you want to try out a small program in C (not C++) you can go to http://www.delorie.com/djgpp/compile/ and use a windows port of the GCC compiler. Finally, check out http://www.ccompile.com





    GCC is the oldest compiler out there. It was originally written for Unix but as what we now call FOSS (Free and Open Software) by a man named Richard Stallman in 1985. A few years later, before Windows, Stallman gave a speech in which he explained why he thought it would never be ported to MS-DOS. A man named D. J. Delorie heard him and the result was DJGPP. This is still maintained by volunteers. It is up-to-date both in terms of syntax and in terms of its ability to handle modern machines. Unfortunately its IDE packages are at best adequate and its Windows handling package might be charitibly described as awful. For an absolute beginner, it's a good choice till something better comes along. Delorie went on to help develop a better Windows-specific port called ';DevC++';. It has an IDE (Integrated debugging editor) as good as Microsoft's or Borland's. You can get it at Bloodshed dot com in the sources. Again, you can use it for free, and, because it is GCC it accepts any program written in standard C or C++ and compiles it properly. Incidentally, Linux, which I'm using, uses some GCC libraries and it was through GCC that I became interested in using Linux.





    The easiest or best way to learn a computer language is to get your hands on a compiler and to play with it. While tutorials are very helpful, finding them can be much less of a problem, and I hope I've given you what you need to take full advantage of steven25t's excellent answer.
    If you do not know anything about programming try something else before c++, like java.





    If you have the basis, you know what a variable and an algorhytm is, you get plenty of tutorials and books like C++ for dummies and so on which are perfect for anybody in order to learn..
    Before learning any programming language, you should learn the basic principle of programming first. C++ is an object oriented programming language, OO is the most popular programming paradigm nowadays. Before OO, there are procedural programming paradigm (using QuickBASIC, PASCAL, C) and functional programming paradigm (using LISP, PROLOG).





    If you want to quickly master C++, learn the fundamentals of OO. What are objects? What are classes? How are they related? How are they managed in your program? You should know all these.





    The above answer has a good link to books, you can follow that.

    Can anyone tell me where i can find some E-books and good tutorials on how to C++ and C?

    C++


    =


    Tutorials online:


    http://www.cplusplus.com/doc/tutorial/


    http://www.cprogramming.com/tutorial/les鈥?/a>


    =


    Free Electronic Books:


    Thinking in C++ 2nd Edition by Bruce Eckel


    Volume 1 %26amp; Volume 2


    http://www.mindview.net/Books/TICPP/Thin鈥?/a>


    =


    C


    =


    Tutorials online:


    http://www.linuxtopia.org/online_books/p鈥?/a>


    http://www.cprogramming.com/tutorial/c/l鈥?/a>

    Does anyone have a free downlad link for a C++ Compiler and do you have any books to recommend for tutorials?

    I'm looking to learn how to write in C++ programming language.Does anyone have a free downlad link for a C++ Compiler and do you have any books to recommend for tutorials?
    Tons of them.


    http://www.programmersheaven.com/


    http://www.cyberdiem.com/vin/tutorials.h鈥?/a>


    http://www.faqs.org/docs/Linux-HOWTO/C++鈥?/a>


    http://oopweb.com/CPP/Documents/CPPHOWTO鈥?/a>


    http://s14.invisionfree.com/Ruby_R_US/ar鈥?/a>


    Get Ruby.


    http://www.ruby-lang.org/en/


    It is thinking/human C

    Where can i get tutorials(EBOOKS) for C,C++,JAVA,CORE JAVA,J2EE?

    You may contact a livefreelancer at website like livepersons.tkWhere can i get tutorials(EBOOKS) for C,C++,JAVA,CORE JAVA,J2EE?
    You can search for the books you need here - http://www.netbks.org/





    Hope this helps :)Where can i get tutorials(EBOOKS) for C,C++,JAVA,CORE JAVA,J2EE?
    http://www.toodoc.com/





    you can get every book here in the form of pdf and many more....
    You may get some good tutorials and ebooks on ezdia,com just search there.

    Do you know any tutorials for C++?

    Hi I would like to get started in programming and think C++ would be a good place to start. Anyone know a tutorial for an absolute beginner?Do you know any tutorials for C++?
    C++ is not a good starting place for an absolute beginner. Better you should learn procedural C first, to familiarize yourself with the syntax and functionality, before you tackle Object Oriented Programming, which is much more complex.Do you know any tutorials for C++?
    C++


    =


    Tutorials online:


    http://www.cplusplus.com


    http://www.intap.net/~drw/cpp/index.htm


    http://www.cprogramming.com/tutorial.htm鈥?/a>


    ======


    Free Electronic Books


    ==


    Thinking in C++ 2nd Edition by Bruce Eckel


    Volume 1 %26amp; Volume 2


    http://www.mindview.net/Books/TICPP/Thin鈥?/a>





    ======


    Structure and Interpretation of Computer Programs


    by Harold Abelson and Gerald Jay Sussman with Julie Sussman


    HTML


    http://mitpress.mit.edu/sicp/full-text/b鈥?/a>


    PDF


    http://deptinfo.unice.fr/~roy/sicp.pdf





    ======


    How to Design Programs


    by Matthias Felleisen, Robert Bruce Findler, Matthew Flatt and Shriram Krishnamurthi


    http://www.htdp.org/





    ======


    GNU GCC Setup


    http://ems.calumet.purdue.edu/mcss/kraft鈥?/a>
  • masks
  • lip glosses
  • Please name some sites which have good tutorials on c# or java.?

    http://msdn.microsoft.com/en-us/beginner鈥?/a>





    http://java.sun.com/new2java/

    Where can i find tutorials for C+++ from free website?

    want tutorials for C+++ from free websiteWhere can i find tutorials for C+++ from free website?
    http://www.cplusplus.com/doc/tutorial/


    http://www.glenmccl.com/tutor.htm


    http://www.functionx.com/cpp/





    Use this linksWhere can i find tutorials for C+++ from free website?
    take your pick of free tutorials from the web link below

    Which website offers the best tutorials for C programming? Be it for beginners please?

    There is a website called www.cprograming .com. If you are a begginner in programming I suggest you learn something like java. C is very difficult for begginners.Which website offers the best tutorials for C programming? Be it for beginners please?
    if u use ';beginners tutorials for c programming'; in google....


    u will get pretty neat stuff....





    do your own googlingWhich website offers the best tutorials for C programming? Be it for beginners please?
    I recommend


    http://cprogramming.com/
    This is a good site for what you are looking for,it has information on c also c+ check it out














    //www.cprogramming.com/http://www.cprogramming.com/
    This are the beginner tutorial on c programming . It covers object oriented programming and some C++ basics. This is aimed to teach the basic of c programming language





    http://www.cprogramming.com/tutorial.htm鈥?/a>


    http://www.iu.hio.no/~mark/CTutorial/CTu鈥?/a>


    http://www.geocities.com/SiliconValley/S鈥?/a>

    Can anyone give me sites where i can download tutorials on C++ for beginers?

    any thing will be good but i am just starting in c++ so i dont really know alot about itCan anyone give me sites where i can download tutorials on C++ for beginers?
    http://www.cprogramming.com


    http://www.cplusplus.com


    http://www.cppreference.com


    http://www.learncpp.com

    Where can i find C++ video tutorials?

    Where can i find C++ video tutorials?Where can i find C++ video tutorials?
    Try one of these:


    http://www.cplusplus.com/doc/tutorial/





    http://www.intap.net/~drw/cpp/





    http://www.computer-training-software.co鈥?/a>





    http://www.daniweb.com/forums/thread3747鈥?/a>

    Can I get a good Microsoft Visual C++ tutorial or something?

    I finished one of those C++ in 24 hour books, and I really want to learn Microsoft VC++. I need a really good tutorial, or suggestions for a book.





    ThanksCan I get a good Microsoft Visual C++ tutorial or something?
    Are you wanting to learn C++ or Visual Studio. It sounds like the latter.





    This is a really good C++ tutorial site http://www.cplusplus.com/doc/tutorial/Can I get a good Microsoft Visual C++ tutorial or something?
    Just download the program and start exploring.
  • masks
  • lip glosses
  • Any tutorials on how to do The O.C posters on photoshop pleas?

    pleas tell me a site that teaches how to do the posters and the picturs from the mixes pleas...!!!Any tutorials on how to do The O.C posters on photoshop pleas?
    http://www.youtube.com/watch?v=RDPWJvJwA鈥?/a>





    just apply it to the OC

    Can anyone give me sites where i can download tutorials on C++ for beginers?

    any thing will be good but i am just starting in c++ so i dont really know alot about itCan anyone give me sites where i can download tutorials on C++ for beginers?
    http://www.cprogramming.com


    http://www.cplusplus.com


    http://www.cppreference.com


    http://www.learncpp.com

    Where can i find C++ video tutorials?

    Where can i find C++ video tutorials?Where can i find C++ video tutorials?
    Try one of these:


    http://www.cplusplus.com/doc/tutorial/





    http://www.intap.net/~drw/cpp/





    http://www.computer-training-software.co鈥?/a>





    http://www.daniweb.com/forums/thread3747鈥?/a>

    Can I get a good Microsoft Visual C++ tutorial or something?

    I finished one of those C++ in 24 hour books, and I really want to learn Microsoft VC++. I need a really good tutorial, or suggestions for a book.





    ThanksCan I get a good Microsoft Visual C++ tutorial or something?
    Are you wanting to learn C++ or Visual Studio. It sounds like the latter.





    This is a really good C++ tutorial site http://www.cplusplus.com/doc/tutorial/Can I get a good Microsoft Visual C++ tutorial or something?
    Just download the program and start exploring.

    Any tutorials on how to do The O.C posters on photoshop pleas?

    pleas tell me a site that teaches how to do the posters and the picturs from the mixes pleas...!!!Any tutorials on how to do The O.C posters on photoshop pleas?
    http://www.youtube.com/watch?v=RDPWJvJwA鈥?/a>





    just apply it to the OC

    From where can i downloads c and c++ programing tutorials?

    from here :From where can i downloads c and c++ programing tutorials?
    googleFrom where can i downloads c and c++ programing tutorials?
    http://www.functionx.com/visualc/ try also http://programmersheaven.com/ I hope they help you brother.
    get the thinking in c++ book its the best and better than any tutorials offcourse





    http://www.mindview.net/Books/TICPP/Thin鈥?/a>





    its free





    i remember a site maybe cprograming.com





    nice simple 9 pages to get u started.
  • masks
  • lip glosses
  • Are there any C programming Language video learning tutorials for free

    go google videos and you find a tonAre there any C programming Language video learning tutorials for free
    Why do you need videos? There are countless websites with example codes to learn how to do things more effectively than a video. I don't envy you if you're starting from scratch, C isn't the easiest language to learn.

    I am a web-designer new in web development where do I found asp.net-2(2005) and c# tutorials ?

    I am a web-designer new in web development where do I found asp.net-2 and c# tutorials can anybody know any web site having tutorials for beginner?I am a web-designer new in web development where do I found asp.net-2(2005) and c# tutorials ?
    you can try downloading ASP.Net Framework 2.0 at http://www.asp.net/downloads/essential.a鈥?/a> this site also includes all tutorials using ASP.net 2.0 platform. good luck





    and oh, please don't forget to rate my answer. Thank you and Good luck ^_^I am a web-designer new in web development where do I found asp.net-2(2005) and c# tutorials ?
    www.codeproject.com
    http://360.yahoo.com/j2next4u

    Where do i find free programs and tutorials for c++?

    http://www.microsoft.com/downloads/resul鈥?/a>Where do i find free programs and tutorials for c++?
    Try





    www.freeprogrammingresources . com / cpptutor.htmlWhere do i find free programs and tutorials for c++?
    BT.

    Do you know of any good website so that I can get ';Visual C++'; tutorials?

    I would like to learn Visual C++ and have already downloaded the Visual C++ 2005 Express Edition. So can you get me some website on ';Visual C++ 2005 Express Edition';? I am a real amateur! other editions seem to be different!Do you know of any good website so that I can get ';Visual C++'; tutorials?
    Try http://www.cplusplus.com/





    good luck!Do you know of any good website so that I can get ';Visual C++'; tutorials?
    just put your query in www.google.com and get hundreds of results





    good luck
    You might try this website:


    http://blogs.msdn.com/coding4fun/pages/1鈥?/a>





    I just downloaded several of the Visual Studio Express components myself, but I've not taken a look at them. Right now I'm trying to learn C and C++ first.

    Help finding good c++ windows programming tutorials. 10 points most helpful answer?

    So i know all the Basics of c++. I want to move on to making some windows applications. does anyone know a good series of tutorials on a website that would help? if so thanks.Help finding good c++ windows programming tutorials. 10 points most helpful answer?
    http://www.relisoft.com/win32/index.htm

    Is there a FREE c tutorial that assumes no prior knowledge of coding/terminology?

    It has to be free I don't know any coding except for a little HTML (I don't think that will help me) and I would like it to be very descriptive so it doesn't seem like it's speaking gibberishIs there a FREE c tutorial that assumes no prior knowledge of coding/terminology?
    cprogramming.com





    cplusplus.com





    also check out youtube c tutorials vidsIs there a FREE c tutorial that assumes no prior knowledge of coding/terminology?
    If you want C or C++ this site will work: http://www.cprogramming.com/





    This is good for C# http://www.devhood.com/training_modules/鈥?/a>
  • masks
  • lip glosses
  • Tell me the source link o downloading the C# tutorials?

    You can try these:


    http://www.csharpcorner.com


    http://www.codeproject.com

    I have never programmed anything before, I must learn C++ , what are the best books/tutorials for learning?

    I have no programming experience whatsoever and am looking for a C++ book/resource that will be easy to understand and effective at teaching me how to program...I have never programmed anything before, I must learn C++ , what are the best books/tutorials for learning?
    I remember when I first got to college and started learning computer programming. C language is the prerequisite in learning C++ so I suggest you to a quick study to start you get the hang of the language (variables, functions, libraries, etc). You can also check the internet for some tutorial.


    http://www.cprogramming.com/tutorial.htm鈥?/a>





    I have taught programming in night classes and I would recommend you teach from the roots so your student will understand the whole concept of programming.





    flowchart --%26gt; C language --%26gt; C++





    Now after you know how C goes you can delve into C++. Heres a list of books that helped me a lot.





    The Beginner's Guide to C++ by Oleg Yaroshenko


    http://www.amazon.com/Beginners-Guide-C-鈥?/a>





    This one I like the most.


    C++: A Beginner's Guide, Second Edition by Herbert Schildt


    http://search.barnesandnoble.com/C/Herbe鈥?/a>





    This one my cousin lend me which fun on the examples.


    C++ For Dummies, 5th Edition by Stephen Randy Davis


    http://www.dummies.com/WileyCDA/DummiesT鈥?/a>





    And the last I can recommend you is to have a C++ IDE where you can test you program and really learn first hand and also see the results





    Here are some free compilers.


    Bloodshed Dev C++


    http://www.bloodshed.net/devcpp.html


    Eclipse C/C++ Development Tooling - CDT


    http://www.eclipse.org/cdt/


    NetBeans IDE C/C++


    http://www.netbeans.org/features/cpp/ind鈥?/a>


    Code::Blocks Free IDE


    http://www.codeblocks.org/I have never programmed anything before, I must learn C++ , what are the best books/tutorials for learning?
    First - before you learn ANY computer language - you have to learn computer programming. This is the best book for that http://www.amazon.com/gp/offer-listing/0鈥?/a>





    Then ';Teach yourself C++ in 21 Days'; would be best - you can use this site http://newdata.box.sk/bx/c/





    But learning the language before you learn programming is like learning French to be able to fly a jet in France. You don't learn programming by learning a computer language - you just learn how to get confused.
    C++ is not an easy language to start with. Lot's of object oriented stuff like polymorphism, inheritance, etc are difficult for the beginner, as is the use of pointers, structures, etc.
    try this website there are a lot of c++ tutorials http://learnfobia.com
    delve in at the deep end!





    http://www.cprogramming.com/tutorial.htm鈥?/a>

    Are there any good C++/C# 2D/3D learn as you go gaming source codes? Normal C++ tutorials don't seem to help.?

    I have both Visual C++ and C# Studio Express Editions, I have a spoonfeed tutorial subscription on YT for C++, but the guy has like, 80 videos, 10 mins a piece. That will take forever, and the videos are very boring to sit there. Are there any 2D/3D game source code tutorials that can get me learning quicker?Are there any good C++/C# 2D/3D learn as you go gaming source codes? Normal C++ tutorials don't seem to help.?
    Try a book. If you want to actually get good at anything in the gaming field, it's not going to be all fun and games (if you'll excuse the pun). There's going to be incredible awful and mind-numbing parts to it, but it's necessary.





    Try Beginning Direct3D Programming or Introduction to Direct3D Programming with DirectX 9.0 (or you could get a DX10 book, but most gamers don't use Vista)

    Where can i get free C++ tutorials?

    www.cplusplus.com/doc/language/tutorial/





    www.glenmccl.com/tutor.htm





    www.cprogramming.com/tutorial.html





    www.cs.wustl.edu/~schmidt/C++/





    cplus.about.com/library/blcplustut.htm





    www.intap.net/~drw/cpp/





    check these ones and find the one that you need ...Where can i get free C++ tutorials?
    No whereWhere can i get free C++ tutorials?
    search
    Well, here's a couple of links.
    www.CProgramming.com

    Where can I find C++ Tutorials?

    I need some C++ tutorials that are really easy to follow and explain it so well that a child could learn the stuff. Most of the tutorials I found so far assume that you already have a basic knowledge in some programming language or another. I need one that assumes you know ABSOLUTELY NOTHING about programming. Any suggestions?





    BTW, I do have a basic understanding of the programming structure, but it is a wavering understanding, not a solid one.Where can I find C++ Tutorials?
    cplusplus.com


    cprogramming.com


    http://see.stanford.edu/SEE/Courses.aspx this is several free online couses offer from stanford so you know it has to be good


    http://www.wonderhowto.com/ go to c++ section


    http://www.cs.montana.edu/~mbauer/wwwbac鈥?/a>


    Where can I find C++ Tutorials?
    view here..


    - http://www.cplusplus.com/doc/tutorial/


    - http://www.freeprogrammingresources.com/鈥?/a>


    - http://cpp-tutorial.cpp4u.com/
    don't waste ur time www.cplusplus.com/doc/tutorial/ is the best
    www.pixel2life.com

    Is there any online tutorials or book out there for programming a psp with C/C++?

    I want to program a PSP really badly but I don't know where to go. Please don't tell me psp-hacks.com because I have been there and I got banned from the chatroom because I asked too much questions (wtf!). Also don't say psp-programming.com because they barely have any tutorials on psp programming. Also are there any books out there that teach you psp programming?Is there any online tutorials or book out there for programming a psp with C/C++?
    Hacking the PSP (http://www.hackingpsp.com/), PS2Dev (http://www.ps2dev.org/) and QuickJump (http://www.qj.net/) all have information about developing PSP applications. In particular, look at the forums for each of those sites.





    There is a version of CodeWarrior adapted for use with the PSP. You may want to look at that for your IDE, though there are other options, as well.





    It doesn't look like there are any books about programming for the PSP, only hacking the system itself.





    And it's not C/C++ but Adobe (http://www.adobe.com/devnet/devices/psp.鈥?/a> has information about developing Flash applications for PSP, as well.
  • masks
  • lip glosses
  • Are C++ tutorials really effective?

    Can someone plz tell me about the effectiveness of programming tutorials?Are C++ tutorials really effective?
    C++ is darn effective if you go through it thoroughly..By learning this tutorials u can cover most of your projects as well as u can make softwares too...! But u've to learn every basics soundly so that u can easily make important codes by using ur skill..! All the best dude...may ur future shine! C ya!Are C++ tutorials really effective?
    As effective as you want them to be.
    They are very effective if u r sincere.


    A very good c++ tutorial online is Bruce Eckel's Thinking in C++ @ http://www.mindview.net/Books/TICPP/Thin鈥?/a>





    What u hv to keep in mind is just like real books, u will hv to maintain a schedule, be serious and not slacking off!!!


    And u will find that online tutorials helping u more than any books.


    Many online tutorials are latest, watched by pros as a result errors are corrected faster than U can spot them!!!! And many pros put in their thoughts which u can see as comments. They comment from practical world experience. Its an experience which has immensely helped me sharpen up my C++ skills.


    Hoping that u will find this online learning experience a Life changing one.
    Yes, they certainly are effective. The only problem with tutorials instead of a physical book or a class is that it is a different medium. That is not a tangible problem as much as a perception problem. Every tutorial, as every book, is written with a slant toward some way of looking at doing whatever it is talking about. Occasionally, when the author's slant changes or the topic changes enough that it must change, the reader becomes confused or looses interest.


    You have to choose a tutorial that suits your level of basic knowledge about the topic. You can't expect to read Eckel's books ( an excellent advanced read ) and get everything you need from them if this is your first programming language or you can't design an object oriented program and know nothing at all of the method.


    Tutorials also get a bum rap sometimes simply because the person(s) using them try to push into a subject that is beyond them, then give up and later say ';Tutorials are trash, get a book';. You'll have to decide which one or ones are right for you to start with and continue with. You also have to give it a decent try. They package the compiler with the books that cost a lot for a reason: so you can work with the book's text examples. Get a compiler and use it with the tutorial.


    I hope these rantings and suggestions on tutorials will help you out. The URL below has links to tutorials, compilers and other programming goodies that you might find useful.

    Are there any tutorials for a specific program in C++? I want to see C++ Tutorials that are NOT Console Apps?

    Ok, I originally wanted to make a program that, when I put something in (or pressed a button), another window would pop up (or on a console application it would show in the line below) but now I realize that I want to actually make a program (I'm tired of console applications). Are there any tutorials for this?





    An example of the console application would be like..





    [I type]Hello


    [It returns]Hello, how are you?


    [I type something random]


    [It returns something for the type I coded in]





    But now I want it to where (for example), there will be multiple buttons and I have it to where when I press one of the buttons, it pops up with what I coded it to say.





    Like I click the button that says Tacos and it opens a tiny window that says Burritos or something. I've seen the exact program I want in VB, but I can't find it in C++.





    If you still can't understand what I'm trying to do, please go to this link, it's the exact program/tutorial I want but in the wrong language :(





    http://www.cespage.com/vb/vb08tut1.html





    Could you guys please link me a tutorial for that in C++ or add me on MSN (fruitmonkey99@hotmail.com - my yahoo messenger is for Rl friends only :P )and tell me how to do it?





    Please and thank you :)Are there any tutorials for a specific program in C++? I want to see C++ Tutorials that are NOT Console Apps?
    If you do not want to do console applications, you might be interested in doing windows programming. Here are a few tutorial sites. I am not sure if they have an example similar to what you have seen in VB.





    http://people.montana.com/~bowman/Softwa鈥?/a>


    http://www.relisoft.com/win32/index.htm


    http://www.functionx.com/win32/


    http://www.yov408.com/html/tutorials.php鈥?/a>


    http://www.vckbase.com/vckbase/tutorial/鈥?/a>


    http://www.winprog.org/tutorial/





    Now, you can still program these however you are programming them now, but you may want to use an IDE. I cannot recommend an IDE for you though.





    You may need to download the windows SDK. It is here


    http://www.microsoft.com/downloads/detai鈥?/a>

    Visual C++ Tutorials for a very very new beginner?

    I am interested in programming. Yes, I have searched the net and tried to find good tutorials for me to understand. Yes, my hair is exploding from understanding it. Yes, after reading a whole bunch of online tutorials I can't get anywhere at all except at the cout and cin concept. And this is from 2 months of understanding. (Yay for wasting the new year and december looping around.)





    Yes, I AM going nuts.





    One word:


    S. O .S





    I am a visual learner, and as far as possible I would like one like this:


    http://www.profsr.com/vb/vbintro.htm





    In fact, if I (ignore the fact that it's basic for a moment) understood this, I could immediately learn VB. But thing is, I need to know VC++. People, %26gt;%26gt;%26gt; VC++ %26lt;%26lt;%26lt; VC++





    I cannot afford a real life book. Yes. In fact I want an online tutor (which will not of course happen due to $$ issues).





    So, help out the little guy spare his programming defect by posting tutorials / e-books / suggestions that are stupidly and annoyingly easy, pretty please.





    ... Help.Visual C++ Tutorials for a very very new beginner?
    Maybe this will help u





    http://cplus.about.com/od/learning1/ss/clessonone.htm


    http://www.intap.net/~drw/cpp/index.htm





    But my advice 2 u is to buy a book,it can't cost that much,and is the best and safest way to learn c++ or any other languages,because,u also get 2 practice exercises,and understand better what's all about.

    C++ Tutorials (Reference from C#/Java to C++)?

    hey guys,





    I have an assignment which requires an abstract class to be created with three private members and two abstract members. 2 additional classes need to be created as extensions of the abstract class and thus have to have the abstract members of the super class implemented.





    Anyways up until now I have purely worked in C# and Java and as you would know the above problem is ridiculously simple to implement and was just wondering if there were any decent websites that had C++ Tutorials on class definitions, inheritence, encapsulation and polymorphism etc etc.





    I don't need to learn what they are, just how to do it in C++!





    Thanks,





    DavidC++ Tutorials (Reference from C#/Java to C++)?
    Here's a great reference and tutorial website.





    http://www.cplusplus.com/





    Here's the language tutorial section of that same website.





    http://www.cplusplus.com/doc/tutorial/





    The items under the ';Object Oriented Programming'; header are what you're looking for.

    Other than 'video professor' what p.c tutorials are there?

    Well I guess that all depends on what you are trying to learn. I have a site below that is like a tutoring site for many computer related stuff. You can also google a question and learn from the links you get. Hope this helps and Happy New Year

    Plz let popatdada know that where C++ tutorials are availabale for free download , ???

    good reply'll b rewarde gr8ly.Plz let popatdada know that where C++ tutorials are availabale for free download , ???
    Just google free C++ tutorials
  • masks
  • lip glosses
  • Know any good C And C++ tutorials?

    i want to study turbo C, C++ (turbo and visual). any one know any sites where they teach you from the basics. I have Borland turbo C++ 3 and MS visual C++ installed. i never succeeded in finding a proper tutorial. i only need the practical bit no theory(such as what are iterations, conditions, looping etc.) as i have already studied visual basic. please help me. none of the similar questions in Yahoo! Answers are of any use.Know any good C And C++ tutorials?
    Here are some video tutorials to take you from installation to making some simple games and other projects:





    http://xoax.net/comp/cpp/console/index.p鈥?/a>


    http://xoax.net/comp/cpp/index.phpKnow any good C And C++ tutorials?
    You can try this introduction course to C programming by a lecturer from the University of Malta - http://www.cs.um.edu.mt/~cstaff/courses/鈥?/a>

    Wednesday, December 23, 2009

    C/C++ tutorials with projects?

    i am new to programming, should i start learning from C/C++, if so i want to know the best resource which has tutorials for C/C++ with some projects. Also i want to know the compiler that i have to use, i am using Windows XP OS.Thank You.C/C++ tutorials with projects?
    These C++ videos are ideal for beginner programmers:


    http://xoax.net/comp/cpp/console/index.p鈥?/a>





    You can get started by following this video to install a free compiler:


    http://xoax.net/comp/cpp/console/Lesson0鈥?/a>





    There are several projects to download with companion videos:


    http://xoax.net/comp/cpp/console/Lesson9鈥?/a>


    http://xoax.net/comp/cpp/console/Lesson1鈥?/a>


    http://xoax.net/comp/cpp/console/Lesson2鈥?/a>


    http://xoax.net/comp/cpp/console/Lesson2鈥?/a>


    http://xoax.net/comp/cpp/console/Lesson2鈥?/a>





    If you have more C++ questions you can post them here and I'll answer them:


    http://xoax.net/forum/C/C++ tutorials with projects?
    If you're new to programming C/C++ is quite a big step, something a bit less heavy like Python or Java might be better.





    However if you do want to learn C/C++ (id recommend C++ as it makes some things a bit easier) here is a tutorial:


    http://www.cplusplus.com/doc/tutorial/





    Also this more advanced tutorial is pretty cool, teaches you a bit about 3d game programming: http://www.directxtutorial.com/





    Finally compiler, there isn't a particular one you have to use, a lot of people use Visual Studio, heres the free C++ version http://www.microsoft.com/express/vc/.


    However i prefer to use Dev C++ http://www.bloodshed.net/devcpp.html





    As a beginner id recommend you use visual stuido though
    Check out the book of c/c++ by balagurusamy


    c and c++ programs can be compiled by using compiler TC
    i suggest you start with JAVA. it's quire more basic than C/C++. plus sun microsystems(makers of JAVA) website offers code tutorials on their website. goodluck to you!
    you should read some books.

    Free Online C++ Tutorials?

    Hi Every One ,


    Any one please know any C++ Programming Tutorials.Which teaches from Beggining to Advance.


    I really want to give you 10 Points.





    Regards,Free Online C++ Tutorials?
    Check http://myitcareer.org/Free Online C++ Tutorials?
    http://www.cplusplus.com/doc/tutorial/
    http://www.mycplus.com/tutorial.asp

    Coding C++ tutorials?

    I'm looking for EASY tutorials but can't seem to find any to start with, If any of you have EASY beginner tutorials I'd be much appreciative for the linkCoding C++ tutorials?
    Here is the link to the tutorial:


    http://www.cplusplus.com/doc/tutorial/

    Visual C++ Tutorials for beginners?

    Im completely new to programming , except a little work on QBASIC for school , is it good to start from Visual C++ ? What do you suggest ? If so where can I find Free Beginner Tutorials on the web ?Visual C++ Tutorials for beginners?
    http://www.google.co.uk/search?hl=en%26amp;q=V鈥?/a>





    The first thing to learn as a programmer is how to find the information you want by searching the net. If you rely on answers from Y!Answers, your progress will be painfully slow.





    Rawlyn.

    Basic C++ Tutorials?

    Does anyone have basics C++ tutorial? I want to start scripting for games 2d/3d but I need to know this languageBasic C++ Tutorials?
    http://xoax.net/comp/cpp/console/index.p鈥?/a>Basic C++ Tutorials?
    http://www.cplusplus.com/doc/tutorial/





    That should get you started. Just remember coding for games takes a lot of work; you won't be able to do it right away. If you're interested in games I would recommend learning the DirectX API after C++.





    There are also lots of good books out there on sites such as www.amazon.com. I own a copy of C++ How to Program (6th Edition) by Deitel and Deitel. It's a little pricey, but it's a very good and very in-depth guide to C++ and software engineering.





    Hope this helps.
    check out the learning resource center on Cisco's site... (cisco is the leader in any computer programming language)
    Get The C Programming Language by Kernigan and Ritchie.


    Learn it


    Love it


    Live it
    dam i dont even know any comp language lol, i wish i did then i could hack @_@
  • masks
  • lip glosses
  • Looking for good C++ tutorials?

    Hi, I would like to learn C++ (so I can make games). I try googling C++ tutorials, but I can't seem to find any that are made for beginners, or I find ones that are just like ';copy this code';. That isn't really very helpful, as I would like to know exactly what I'm doing. I was wondering if there was anywhere that basically guided you through the basics, and then on to more advanced stuff, similar to w3schools is for HTML? Thanks.Looking for good C++ tutorials?
    http://www.learncpp.com/Looking for good C++ tutorials?
    here's a few I use.





    http://www.cplusplus.com/doc/tutorial/


    - a good c++ tutorial.





    http://www.functionx.com/win32/index.htm


    - useful for learning win32 programing





    http://www.dreamincode.net/


    - tutorials on many c++ things, also a good forum





    http://www.experts-exchange.com/


    - very good to ask questions on.
    http://www.cprogramming.com/tutorial/les鈥?/a>

    Visual C++ Tutorials for beginners?

    Im completely new to programming , except a little work on QBASIC for school , is it good to start from Visual C++ ? What do you suggest ? If so where can I find Free Beginner Tutorials on the web ?Visual C++ Tutorials for beginners?
    http://www.google.co.uk/search?hl=en%26amp;q=V鈥?/a>





    The first thing to learn as a programmer is how to find the information you want by searching the net. If you rely on answers from Y!Answers, your progress will be painfully slow.





    Rawlyn.

    Basic C++ Tutorials?

    Does anyone have basics C++ tutorial? I want to start scripting for games 2d/3d but I need to know this languageBasic C++ Tutorials?
    http://xoax.net/comp/cpp/console/index.p鈥?/a>Basic C++ Tutorials?
    http://www.cplusplus.com/doc/tutorial/





    That should get you started. Just remember coding for games takes a lot of work; you won't be able to do it right away. If you're interested in games I would recommend learning the DirectX API after C++.





    There are also lots of good books out there on sites such as www.amazon.com. I own a copy of C++ How to Program (6th Edition) by Deitel and Deitel. It's a little pricey, but it's a very good and very in-depth guide to C++ and software engineering.





    Hope this helps.
    check out the learning resource center on Cisco's site... (cisco is the leader in any computer programming language)
    Get The C Programming Language by Kernigan and Ritchie.


    Learn it


    Love it


    Live it
    dam i dont even know any comp language lol, i wish i did then i could hack @_@

    Looking for good C++ tutorials?

    Hi, I would like to learn C++ (so I can make games). I try googling C++ tutorials, but I can't seem to find any that are made for beginners, or I find ones that are just like ';copy this code';. That isn't really very helpful, as I would like to know exactly what I'm doing. I was wondering if there was anywhere that basically guided you through the basics, and then on to more advanced stuff, similar to w3schools is for HTML? Thanks.Looking for good C++ tutorials?
    http://www.learncpp.com/Looking for good C++ tutorials?
    here's a few I use.





    http://www.cplusplus.com/doc/tutorial/


    - a good c++ tutorial.





    http://www.functionx.com/win32/index.htm


    - useful for learning win32 programing





    http://www.dreamincode.net/


    - tutorials on many c++ things, also a good forum





    http://www.experts-exchange.com/


    - very good to ask questions on.
    http://www.cprogramming.com/tutorial/les鈥?/a>

    Where can I download Visual Basic, Devi C++, Pascal tutorials?

    go to google.com and search it will be free for youWhere can I download Visual Basic, Devi C++, Pascal tutorials?
    Google is always be your best ole' buddies in InternetWhere can I download Visual Basic, Devi C++, Pascal tutorials?
    I have seen some tutorials on eBay. You will hae to pay for them though

    Making GUI in C++ tutorials?

    I have searched for tutorials in GUI in Google and I get extremely outdated ones... does anyone have a tutorial for making GUI (Like windows buttons and etc) or a program that can be used to be able to do that?








    I can only make console programs... and everyone I find on Google is poorly explained or outdated and wont work...Making GUI in C++ tutorials?
    Code::Blocks has a built in wxWidgets editor and code templates. I'd reccomend it.Making GUI in C++ tutorials?
    If you have not done so already, I suggest you download Microsoft C++ express (it's free). You can create GUI forms quite easily using this, its as simple as dragging a ';control'; to the form, the code is automatically added to the form header file.





    You should find tutorials by searching for ';C++ express tutorials';.
    If you want to use a GUI in Windows/linux and stuff, try the TK GUI.





    Google for the C++/TK GUI. It's easy to implement and far more easy than other GUI's out there.





    (www.tcl.tk)


    http://cpptk.sourceforge.net/





    Tutorials on TK: www.tkdocs.com
    ya u r right i have tried it before ,but in vain
  • masks
  • lip glosses
  • Wher can download c++ tutorials and does anyone know the latest and most easy to use compiler i can get fro fr

    use linux operating system it has integrated a very good c++ compiler free.


    but i think you want to use c++ in visual mode so there you will need visual studio ... it's a free download from microsoft the 2005 express edition (it's has limited features but it's free from microsoft). and if you want to use in dos mode one of the best c++ compiler is borland c++ 3.1 or 4 i don't remember good the numbers.


    For the tutorials search the web and you will find alot of helpfull links. my recomandations is www.planetsourcecode.comWher can download c++ tutorials and does anyone know the latest and most easy to use compiler i can get fro fr
    The URL below links to many good compilers and IDEs with short reveiws as well. It also has a book list that are downloadable in some cases for free.Wher can download c++ tutorials and does anyone know the latest and most easy to use compiler i can get fro fr
    I have a CD containing everything about C++.


    It has 6 C++ e-books, C++ sources, compiler, pdf pages, quiz questions, programming exercises and so on.


    I f you need help about C++, write to me iyiogrenci@yahoo.com

    What web site provides tutorials to make simple C++ games?

    I'm a beginnerWhat web site provides tutorials to make simple C++ games?
    Here are a couple.


    http://www.gametutorials.com/


    http://nehe.gamedev.net/





    A word of advice, you will be much better off learning the language without trying to learn how to make games at the same time. What I mean is try learning the basics from somewhere like www.cplusplus.com and then start doing the basic game programming tutorials (text based, until you get the hang of c++ and then move on to the graphical stuff) from the game tutorials website above.





    Good luck

    I want visual c++ tutorials including basic ooops concept. Where can i get?

    i want the site addressI want visual c++ tutorials including basic ooops concept. Where can i get?
    Here.








    http://www.freeprogrammingresources.com/鈥?/a>


    http://www.codeproject.com/


    http://www.cplus.about.com/cs/ctutorial1鈥?/a>


    http://www.functionx.com/visualc/index.h鈥?/a>


    http://www.programmingtutorials.com/


    www.w3schools.comI want visual c++ tutorials including basic ooops concept. Where can i get?
    download from microsoft.com
    vbtutoials.com is the site where u can get all types of tutorials that u need

    C Programming Tutorials and Exercises?

    I'm learning C and looking for a good site with a linear set of lessons and lots of exercises to learn with. I like the tutorials here: http://www.cprogramming.com/ but it lacks exercises and sample programs to write and experiment with. Are there any sites with a modular and structured approach to teaching C with exercises?C Programming Tutorials and Exercises?
    Tutorials online:


    =


    C


    http://www.linuxtopia.org/online_books/p鈥?/a>


    http://www.cprogramming.com/tutorial.htm鈥?/a>


    http://www.cs.cf.ac.uk/Dave/C/


    =


    Code::Blocks == Open Source C/C++ IDE


    http://www.codeblocks.org/downloads/bina鈥?/a>


    codeblocks-8.02mingw-setup.exe


    - Setup Instructions


    http://www.cprogramming.com/code_blocks/

    Where can i download some good c/c++ tutorials?

    and what c/c++ books do u think would be easy for a noob =pWhere can i download some good c/c++ tutorials?
    please see this link, it could help


    http://www.google.de/search?q=c%2B%2B+tu鈥?/a>


    and about books


    firstly i recommand


    Thinking in C++ by Bruce ...


    here is the link.....


    http://www.mindview.net/Books/TICPP/Thin鈥?/a>





    good luck
  • masks
  • lip glosses
  • Is it possible to learn c++ on your own at home with web tutorials?

    and what is the in demand program language in the workforce. do you need certification to get a job with c++ and do companies give people without experience a chance. thanksIs it possible to learn c++ on your own at home with web tutorials?
    Yes here is a great web tutorial on C++ to start:





    http://www.cplusplus.com/doc/tutorial/





    I came from a C background and if took less that a day to get though if and really understand C++ concepts.





    C++ is a great addition to any programmers resume although there is a greater demand for C# programmers especiallt with ASP/ADO .NET however C++ is the backbone of OOP. As for if companies hireing w/o experience that's usually up to the company and yes they usually want eperience.Is it possible to learn c++ on your own at home with web tutorials?
    YES... I bought the book and self taught... you can learn it... but it's nearly worthless as far as I'm concerned... I would have been better off to use the same time to study another language... like Swahili

    What's easier to study, C++ or Java? Any online tutorials?

    Im planning to shift from being a web designer to a full time software engineer. Can you give me some tips? Languages that i know is visual basic, php, mysql, html, actionscript, and a slight javascript. I studied C++ in my college days but i didnt focus more on it. I have a little background on C++ but zero knowledge in Java but I'm very willing to study it. Some advice?What's easier to study, C++ or Java? Any online tutorials?
    start from C++





    check amazon.com for these C++ books





    C++ Primer Plus (5th Edition) (Primer Plus (Sams)) by Stephen Prata


    The C++ Programming Language (Special 3rd Edition) by Bjarne Stroustrup


    Professional C++ (Programmer to Programmer) by Nicholas A. Solter and Scott J. Kleper


    1. The C Programming Language (2nd Edition)








    or Java books





    Java How to Program (7th Edition) (How to Program) by Harvey %26amp; Paul) Deitel %26amp; AssociatesWhat's easier to study, C++ or Java? Any online tutorials?
    free-ed.net


    They offer free tutorials.
    C++ and java are very similar. Since you already have a little knowledge with c++ I'd go in that direction. C++ is more useful in *general* because it is so powerful and efficient. C is more efficient but that's nitpicking.





    I went straight from VB to C++ and I did fine.

    Where can i find easy to understand references and/or tutorials on c programming?

    you want ebooks????


    i can get you a lot of ebooks , tutorial for c programming..


    mail me at sweetraskels@gmail.com


    i ll be online in google chat too.


    contact me i ll get you more books..Where can i find easy to understand references and/or tutorials on c programming?
    www.cprogramming.com - my place of learningWhere can i find easy to understand references and/or tutorials on c programming?
    http://www.cprogramming.com/tutorial.htm鈥?/a>

    Any c++ tutorials site for complete retards?

    dur, durrrr, strugglingAny c++ tutorials site for complete retards?
    http://cpp-tutorial.cpp4u.com/





    this is a good one for beginners.

    Whats a good website that teaches C++ Tutorials?

    Whats a good website that teaches C++ Tutorials? and thats freeWhats a good website that teaches C++ Tutorials?
    Here is a GREAT one that I learned fromWhats a good website that teaches C++ Tutorials?
    I absolutely LOVE the bloodshed C++ compiler, and the program (free) comes with some amazing tutorials, as does there website.


    USE IT :)


    http://www.bloodshed.net/
    Believe it or not, since I'm more of a visual learner, I go to youtube and watch clips from programmers' how-to vids.





    They give me a visual perspective to see where everything is and how it works, and i can navigate/rewind/ffwd to whatever areas I need to focus more attn on.





    Sometimes, they also have websites they will redirect you to that has a wealth of info on programming.





    Of course, I'm referring to programming, I'm not sure if you're talking about the same thing.

    I am looking for some really cool c programming tutorials?

    hope it will help u.I am looking for some really cool c programming tutorials?
    http://www.w3schools.com/


    Really nice. It also has many links to other sites.
  • masks
  • lip glosses
  • What are some good online tutorials for c++?

    C++


    =


    Tutorials online:


    http://www.cprogramming.com/tutorial.htm…


    -


    http://www.cplusplus.com/doc/tutorial/What are some good online tutorials for c++?
    The site I go to a lot is http://www.cplusplus.com It has several documented tutorials. Very easy to follow.

    Does anyone know of any good C++ or html programming websites/tutorials?

    I am trying to learn how to program in C++ and html. If you know any good websites or tutorials, please post them.Does anyone know of any good C++ or html programming websites/tutorials?
    http://www.w3schools.com/





    http://computerhope.com/Does anyone know of any good C++ or html programming websites/tutorials?
    the best one for c++ is Thinking in C++ by Bruce Eckel. You can find this ebook on mindview.net .





    HTML Tutorial - Just google it up.. and you will get loads of results.

    Does anyone know a website with C++ tutorials for beginners?

    thank you =)Does anyone know a website with C++ tutorials for beginners?
    C++


    =


    Tutorials online:


    http://www.cprogramming.com/tutorial.htm鈥?/a>


    http://www.cplusplus.com/doc/tutorial/


    -


    Free Electronic Books


    =


    Thinking in C++ 2nd Edition by Bruce Eckel


    Volume 1 %26amp; Volume 2


    http://www.mindview.net/Books/TICPP/Thin鈥?/a>Does anyone know a website with C++ tutorials for beginners?
    I used http://www.learncpp.com to learn C++. I also read this pdf document by Aaron Isotton http://www.isotton.com/lcpp.html..

    Any tutorials for using C++ to connect Microsoft SQL?

    I'm using Microsoft Visual C++ 6.0.





    I want to develop a console application which will connect to Microsoft SQL Server 2005 Express, and then display the content of a table using 'cout'





    How to do it?


    Any tutorial website address will be appreciated. Any tutorials for using C++ to connect Microsoft SQL?
    use ADO or DAO !


    You can find some useful article in c++ on http://www.intelliproject.net

    Any site where I can find C++ tutorials?

    I know a group of people online at a forum who are programming a new on-line rpg. I want to help out, but the problem is that my program is not at all what they are using. I need to learn some simple C++ stuff so that I can at least start out and continue from there. Do you know any sites to help out?Any site where I can find C++ tutorials?
    Just type C++ Tutorial in Google U will get a lot of stuff available that u can't imagine don't prefer only one site for learning always try 3 or 4 u will get better and better resultsAny site where I can find C++ tutorials?
    Go here...





    http://www.cprogramming.com/
    I am sure there are sites out there but I know Barnes and Noble have some really good books on C++. I have seen them as low as $10. Books I find work better for reference.
    www.webmonkey.com
    Why don't you try the one below.

    Does anyone know where I might find beginners C sharp tutorials?

    I'm not the most gifted (or confident) computer programmer, but I have to get to grips with C Sharp fairly quickly and I was hoping someone might be able to refer me to some sites that contain beginners tutorials (for beginners like me!!). Thanks!Does anyone know where I might find beginners C sharp tutorials?
    Try Google:





    http://www.google.co.uk/search?hl=en%26amp;q=b鈥?/a>





    What happens is you think of something you want to find, you type it in the little box and press the return key, and then as if by magic it gives you lists upon lists of websites that contain what you were searching for! Isn't that just amazing! It's just like Y!Answers except that it's instant and you get loads more information!





    Rawlyn.Does anyone know where I might find beginners C sharp tutorials?
    http://www.csharphelp.com/archives2/arch鈥?/a>





    Have a go!
    Here is a couple of websites for computer books hope the one you want is there http://freecomputerbooks.com/


    http://www.csharpfriends.com/
  • masks
  • lip glosses
  • Where can I get some downloadable c programming tutorials (Video).?

    See I am 12 years old and I like too learn with computers I have been building them for 2 years now with my uncle and now I would like too learn c programming I have learne some basic stuff and have made basic addition and dividion calculators but I would like to take it from there and learn more so if anyone has some C tutorials plaease send me a link or something...





    Thanks








    -JH-Where can I get some downloadable c programming tutorials (Video).?
    I don't expect to get top answer for this especially since I am going off-topic slightly, but have you looked into coding in Python as opposed to C?





    There are a slew of free tutorials for coding in Python, and the language itself is free, open, and very powerful.





    http://docs.python.org/tutorial/Where can I get some downloadable c programming tutorials (Video).?
    If you need some cheap books


    www.half.com





    This was my first C book.


    http://product.half.ebay.com/The-C-Progr鈥?/a>


    I believe Kernighan and Ritchie created C.


    http://product.half.ebay.com/The-C-Answe鈥?/a>





    This looks like a good book to start with


    http://product.half.ebay.com/C-Programmi鈥?/a>

    Know any good beginner C# books or tutorials?

    I've decided to use C# as my starter programming language and I am now looking for C# books and tutorials. I have no previous programming experience, and am using Visual C# Express 2008. Can you help?Know any good beginner C# books or tutorials?
    Beginning Visual C# Express (zip)


    Beginning Visual C# Express is presented using a combination of over 400 pages of course notes and actual Visual C# Express examples. Ten plain-English lessons explain the Visual C# Express toolbox, event methods, and many elements of the C# computer language

    C++ Can anyone tell me where to find tutorials related to hardware programming such as turning on/off a led?

    I am using windows vista ultimate. I want a way to program hardware on any port on the computer, though I prefer USB. I want to use the c++ language and I don't mind if I have to download 3rd party libraries.C++ Can anyone tell me where to find tutorials related to hardware programming such as turning on/off a led?
    http://www.mattjustice.com/parport/par_v鈥?/a>





    Google parallel ports in C++, or some such.


    You probably have to download some sort of port I/O interface

    Where can I get good tutorials for C programming language ?

    Borlan or ';Learn C in 24 hours or less.';








    Both are very good.Where can I get good tutorials for C programming language ?
    http://www.planet-source-code.comWhere can I get good tutorials for C programming language ?
    google.com


    education.yahoo.com
    Google it....google knows everything!

    Can you please give me the site for free C sharp tutorials?

    i am Athul can you help me in getting good free C shrp tutorials?





    10 points and thank you very much for your answer.....Can you please give me the site for free C sharp tutorials?
    I think you mean the programming language C# . Here are some sites that have tutorials online:





    http://www.csharphelp.com/archives2/arch鈥?/a>





    http://www.csharp-station.com/Tutorial.a鈥?/a>





    http://www.visualbuilder.com/csharp/tuto鈥?/a>





    Hope this helps. If you have any specific questions post in programming languages or software. I'll try to help.

    What are some good sites/tutorials for using opengl in C?

    I want to make an air hockey game for my c programming class and i need some background knowledge on opengl and maybe some examples or tutorialsWhat are some good sites/tutorials for using opengl in C?
    These videos can get you started.





    http://xoax.net/comp/cpp/opengl/index.ph鈥?/a>What are some good sites/tutorials for using opengl in C?
    Visit the NeHe Productions website @ GameDev:


    http://www.nehe.gamedev.net





    It's one of *the* best OpenGL/C++ tutorial websites, and it has a large number of lessons, each one with written instructions/explanations, as well as downloadable source code.
    The Nehe tutorials are great for learning how to program with opengl. and yes it is all in C.





    but i immagine collision detection and physics is going to be your biggest problem.
    Here are few good ones





    http://www.programmingtutorials.com/c.as鈥?/a>


    http://www.cprogramming.com/tutorial.htm鈥?/a>
    There are tons out there. Just simply google it and there will be a lot that come up. It all depends on what exactly you want.





    Good Luck
  • masks
  • lip glosses
  • Where can I find IDEs and tutorials for C++?

    I need an integrated development environment and a tutorial for c++, preferably a tutorial that uses the IDE, I don't want to be reading about one thing when im using another.Where can I find IDEs and tutorials for C++?
    http://www.microsoft.com/expressWhere can I find IDEs and tutorials for C++?
    get microsoft visual c++ express ide which is free





    http://msdn.microsoft.com/en-gb/visualc/鈥?/a>

    What are some good sites/tutorials for using opengl in C?

    I want to make an air hockey game for my c programming class and i need some background knowledge on opengl and maybe some examples or tutorialsWhat are some good sites/tutorials for using opengl in C?
    These videos can get you started.





    http://xoax.net/comp/cpp/opengl/index.ph鈥?/a>What are some good sites/tutorials for using opengl in C?
    Visit the NeHe Productions website @ GameDev:


    http://www.nehe.gamedev.net





    It's one of *the* best OpenGL/C++ tutorial websites, and it has a large number of lessons, each one with written instructions/explanations, as well as downloadable source code.
    The Nehe tutorials are great for learning how to program with opengl. and yes it is all in C.





    but i immagine collision detection and physics is going to be your biggest problem.
    Here are few good ones





    http://www.programmingtutorials.com/c.as鈥?/a>


    http://www.cprogramming.com/tutorial.htm鈥?/a>
    There are tons out there. Just simply google it and there will be a lot that come up. It all depends on what exactly you want.





    Good Luck

    Where can I find IDEs and tutorials for C++?

    I need an integrated development environment and a tutorial for c++, preferably a tutorial that uses the IDE, I don't want to be reading about one thing when im using another.Where can I find IDEs and tutorials for C++?
    http://www.microsoft.com/expressWhere can I find IDEs and tutorials for C++?
    get microsoft visual c++ express ide which is free





    http://msdn.microsoft.com/en-gb/visualc/鈥?/a>

    Does anyone know of any good visual C# learning tutorials that are free?

    Trying to learn visual C# well enough to create games in the microsoft XNA studio. Does anyone know any good websites to learn?Does anyone know of any good visual C# learning tutorials that are free?
    Check this page from Microsoft.





    http://www.microsoft.com/events/series/m鈥?/a>





    They have a series of webcasts under the heading: Introduction to 2-D Video Game Development.





    You will have to register (email address required) but I think they are free. I signed up for a web cast on a different topic, and it was free.

    What are the best places for VB and C++ scripting tutorials?

    I am trying to learn Visual Basic (I have express edition) and/or c++ (which do you recommend?). I am in need of a good website, or websites, that has lots of good, free tutorials in either or both of these.What are the best places for VB and C++ scripting tutorials?
    http://sourceforge.net contains large free source codes and scripts to learn from, experiment.





    another one is http://www.codeproject.com

    Does any one know of any good tutorials for C programing?

    Does any one know of good ways to learn C programming that is free?Does any one know of any good tutorials for C programing?
    You can check programming tutorial websites like http://myitcareer.org/Does any one know of any good tutorials for C programing?
    You can try downloading (using bit torrent) a C+ for Dummies book. That's what I used.
    http://www.cprogramming.com/tutorial/c/l鈥?/a>
  • masks
  • lip glosses
  • Does anyone know any really good C programming tutorials on the Internet?

    have a look in your local library,in comp section.Does anyone know any really good C programming tutorials on the Internet?
    www.iu.hio.no/~mark/CTutorial/CTutorial.鈥?br>

    www.cprogramming.com/tutorial.html


    http://www2.its.strath.ac.uk/courses/c/

    Does anyone know of any good tutorials for C programing language?

    Hi Well i work in IT support. I am wanting to learn how to program in C. I would like some advise and pointing in the direction of some good tutorials and guides on how to self team myself programing.Does anyone know of any good tutorials for C programing language?
    C++ is the same with just the addition of object programing. Look for tutorials on C++ there is probably more available online.

    Any good C++ Tutorials out there that are free and are very good?

    Hey,





    just wanted to know if there is any very good free C++ tutorials knocking about, i would appreciate and answer because im thinking of moving to programming at college next year.








    Thanks in advance.Any good C++ Tutorials out there that are free and are very good?
    Hi,





    You can try in here,


    + http://www.cplusplus.com/doc/tutorial/


    + http://www.cprogramming.com/tutorial.htm鈥?/a>


    + http://www.functionx.com/cpp/index.htm


    + http://www.codersource.net/codersource_c鈥?/a>


    + http://www.cprogramming.com/


    + http://www.cprogramming.com/tutorial.htm鈥?/a>


    + http://www.programmersheaven.com/tags/C/


    + http://www.programmingtutorials.com/cplu鈥?/a>








    Good luck!





    -deAny good C++ Tutorials out there that are free and are very good?
    i like these





    http://xoax.net/comp/cpp/index.php
    cplusplus.com


    cprogramming.com





    but books are the bset options

    Anyone know any good sites to find C++ tutorials that cover more then just the basic things?

    Does anyone know a good site or sites to find tutorials for the C++ programming language? I've found a lot of sites but none of them go much farther then the very basics. A few of them have a couple random topics on more advanced things but not enough to really learn anything off of.Anyone know any good sites to find C++ tutorials that cover more then just the basic things?
    My suggestion is to get some books. Web sites aren't really suited to the long format that books are. It's really worth the money. If you are lucky you can find a library with them.





    Some of the best authors are


    Koenig %26amp; Moo


    Herb Sutter


    Scott Meyers


    Bjarne Stroustrup


    Andrei Alexandrescu - his book ';Modern C++ Design'; is a mind-bending template book. Seriously advanced stuff.





    You can find excellent book reviews at accu.org. In fact you should check every book you buy through there. This way you skip the junk. Some books teach bad things and have negative value.Anyone know any good sites to find C++ tutorials that cover more then just the basic things?
    I would use Thinking in C++ V1 and V2. After that, I'd be looking at the C++ FAQs book.





    There are good forums and mailing lists that have experts in C++. I'll go to those places to find answers to my questions after I fail to find answers from these books.





    Thinking in C++ is worth a buy.
    go through google
    You can check programming tutorial websites like http://myitcareer.org/

    C++ Tutorials?

    Hey, well I've been programming in VB, and I only started it because it's an easy-to-learn language, and I was planning on jumping into C++ soon...(I know nothing about the language, but I know the basic concepts of programming). I've been looking for a good tutorial, but haven't found any, and I don't want any google-ed answers, since I've checked those sites before. Whoever has a good tutorial that they've used, it would be appreciated. Thanks.C++ Tutorials?
    You can use Bruce Eckel's Thinking in C++. It's a text book, not a tutorial, but it is pretty good. You can find it here:





    http://www.mindview.net/Books/TICPP/Thin鈥?/a>





    There's another old book for C++ called ';Type and learn C++ today';. I don't know the author, and it's a pretty old print, but I'm sure you can find an e-book somewhere if you search for it.C++ Tutorials?
    Great free video tutorials at


    http://www.pixel2life.com/sitemap/