Friday, January 8, 2010

Anywhere I can find video tutorials on learn c++ programming. I don't want to read rather watch/hear it.?

My advice to you is: learn to get used to reading. Programming is not the easiest thing to do in the world. While it's not overtly difficult, it does require a bit of attention. The vast majority of tutorials and information for new and relevant technology comes in the form of text. Afterall, you are reading the answer to your question as we speak. So I highly recommend textual resources. On the other hand, there are some really good video c++ resources out there. Almost always you have to pay to get these videos however (while the textual resources are free.)





http://www.mixsoftware.com/product/cpvid鈥?/a>





is one place to get a good course on video. Good luck!
  • masks
  • lip glosses
  • Where can I download FREE ebooks / tutorials about Visual C++ 6.0?

    I prefer MFC. I do NOT do console, .NET, GNU, VB6, C#, or anything else that is useless. I also do not have VC7 or VC8. For those of you who always think these questions are mistyped, VC6 is NOT the same thing as VB6 ... Oh, and I despise MSDN, because it has become TOTALLY USELESS unless you're into VB6, C#, or .NET. If I see the 'Scribble' or 'Hello World' tutorials one more time I think I'll scream ... I'm at an intermediate level, so I probably need more of an API reference for VC6, rather than a 'Beginner Tutorial', although every lil' bit helps ... thanks all ...Where can I download FREE ebooks / tutorials about Visual C++ 6.0?
    wish I knew, its a b*tch trying to figure out how to do something in vc++. if you ever do find a good source for API's let me know!





    you asked earlier about how to place an image anywhere on the screen. you said the code I posted didnt work. sorry but its been a while since I have done that, but I do have a simple app that will do what you wanted. it only works for bmp images though. if you want it, email me and ill send the project to you. its in vc++ visual studio 6.0.





    ljdemuth@comcast.netWhere can I download FREE ebooks / tutorials about Visual C++ 6.0?
    isohunt.com


    go on tutorial book, type in visual basic c++ and search.





    eassy isn't it

    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++.?
    http://ps2dev.org/psp

    My site www.prog2impress.com is basically a C++ Tutorial site?

    What should i add to increase the visitors, and to make my site more popular?My site www.prog2impress.com is basically a C++ Tutorial site?
    Hmm. try telling friend and family members or post it on youtube that way on youtube people may see the video and post a link in the descriptionMy site www.prog2impress.com is basically a C++ Tutorial site?
    Do some advertising , If your still at school tell ppl like Dude , you really got to check out that site , its awesome !


    Post some topics on Forums . Add cool stuff that interests people , create a youtube video .


    Just ADVERTISE !! =D
    You could put it on Google ads. It costs money but you can also advertise other sites on your own to make the money back.

    Any good book or online tutorial on C# development for Pocket PCs?

    I'm looking for a good reference to advanced C#.NET application development for Pocket PCs/PDA running windows mobile 2003/5/6, covering topics like customized datagrid design.. Any good book or online tutorial/reference?Any good book or online tutorial on C# development for Pocket PCs?
    I can vouch for ';Professional Microsoft Smartphone Programming'; from WROX publishers. It's especially useful for Windows Mobile 6 and Database programming. Link below.

    [C++]winsock2 select() - Any good tutorials?

    Hi, are there any good reads on the winsock select function in C++?[C++]winsock2 select() - Any good tutorials?
    Beej's Guide to Network Programming


    http://beej.us/guide/bgnet/output/html/m鈥?/a>





    Winsock Programmer's FAQ


    http://tangentsoft.net/wskfaq/examples/b鈥?/a>[C++]winsock2 select() - Any good tutorials?
    select is used to poll a set of descriptors to see if a read, write or error bit is set on them. There are much more efficient OS-dependant methods of polling though, for example kevent, WSAWaitForMultipleEvents, epoll, kpoll...





    As you're developing on windows I suggest you check out WSAWaitForMultipleEvents, the knowledge you gain will easily be transferable to WSAWaitForMultipleObjects which allows you to handle non-blocking network code in the same process as the windows message loop.





    http://www.codersource.net/winsock_tutor鈥?/a>

    Any DOWNLOADABLE tutorials on java , c++?

    I'm very interested in software developement , I've heared abt the online exams taken by microsoft.suggestions are invited.....also if other reputed exams r ther , then plz let me know tht what r the opurtunities after tht.


    Plz do suggest good books on java , c++....or its downloadable version...


    plzzzzzzzzzzAny DOWNLOADABLE tutorials on java , c++?
    Try this excelent website:





    http://www.w3schools.comAny DOWNLOADABLE tutorials on java , c++?
    for free book on c++ and java mail me here





    firozahmed143@rediffmail.com


    i had given this book to many just see my c++ related answers


    subject of mail should be '; c++ book ';
    thinking in java, in c++ ... from bruce eckel website ..





    I think that good books to learn are the book of Deitel %26amp; Deteil .. and also the C++ book of Stroupstrup (the ';father'; of c++).





    You can get articles from www.codeproject.com, java.sun.com .. and many other site in network..
  • masks
  • lip glosses
  • Tutorials on Pro*C/C++?

    I am Shweta from Bangalore,India. I want to learn Pro*C/C++. I don't have any material in my college library. There is very little information that I got from the ner.


    If anyone has an ebook on Pro*C/C++ or any training material, Kindly mail it to me.Tutorials on Pro*C/C++?
    The tuotrial on the ProC is available in the forum section of


    http://www.planetit.cjb.net

    Do you know a tutorial in C# for creating a resizing tool?

    I'm an undergrad trying to modify this educational program that has textboxes that the user can place and type in. So far the user can move the textbox all around, but they can't resize it. I'm trying to get it to where you can click drag and drop to resize to the desired size like you can do with a window on the internet. I'm fairly new to graphics and stuff and would appreciate any help/advice. Thanks.Do you know a tutorial in C# for creating a resizing tool?
    You'll want to check out CodeProject. There are tons of examples there for extending Windows Forms components to make your own. In your example, you'll want to extend the traditional TextBox and make it resizable - this is certainly possible to do. Start looking around at http://www.codeproject.com/Do you know a tutorial in C# for creating a resizing tool?
    http://www.codeproject.com/cs/miscctrl/r鈥?/a>

    Which is the best site that provide tutorials for learning C#.net and VB.net?

    For C#


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


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





    For VB


    http://www.homeandlearn.co.uk/NET/vbNET.鈥?/a>

    Where can i download free C,C++, Java & .Net tutorials with compilers?

    for the C and C++ compilers, you can download it for free from Borland.com. For the Java compiler, you can download it for free from sun.com (it is around 50 mb). As for the tutorials, you should do a search on the net. If i remember correctly, there was a good site called www.free-ed.net.





    Check out the sites mentioned above and hope that things go well with you.

    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, just go download dev C++ and then search for web tutorials.Is it possible to learn c++ on your own at home with web tutorials?
    Well I can't give you the specifics because I've only started learning C++ and I'm 14. But from what I've been told, many games and programs are written in the C++ language. Although C++ is commonly used, it is disregarded for the sluggish behaviour compared to it's ';cousin'; C#. I learn most of my C++ tutorials from: http://www.cplusplus.com


    http://www.cprogramming.com





    I hope that helped.
    yes and if you need a book an ebook on c++ mail me because online tutorials are of little help you need a full book and that also offline so i suggest use an ebook if you want and its free and its one of those top selling books out there in the market





    mail me





    subject ';c++ book';





    here firozahmed143@rediffmail.com
    Yes you can learn it at home with the help of web. In todays scenario .Net %26amp; Java are in demand. In case of .Net you can go for C#, VB, ASP or C++ .Net while in case of Java you have to learn Core Java %26amp; Advanced Java.
    Entirely possible to learn on your own. GCC(g++), Dev C++, lcc are come of the freely available compilers. Emacs, Vi, Eclipse are some of the prominent candidates when it comes to IDEs.





    If possible, subscribe to the news group comp.lang.c++ on Google groups. Read their past messages, FAQs and such things. Real people with real life programming problems in C++ discuss a great deal at comp.lang.c++.





    In the workforce, C++ seems to have etched itself a firm place. If you do not have experience with c++ and seek to find a C++ programmer job, it'll be an uphill task no less.





    If you can afford web tutorials, you could also afford a bit more to find yourself a C++ project of interest on sf.net and start sending patches to a project. If the patch works, it will be applied by the maintainers no matter you have experience or not. Then you can show those patches as your experience while you talk with a potential employer.
    You would have to suppliment what you learn online with at least one to two (or more) good books to learn the fundamentals. C++ is a language with a lot of nuance and depth (I dare to use the word, 'vast'). The language syntax isn't so difficult to learn but the concepts of OOP and OOD (Object Oriented Programming and Object Oriented Design) will be more challenging to learn in order to gain an acceptable level of compentency.





    Just learning C++ isn't enough though to get a job--there are whole frameworks to learn (ATL, MFC and others on both sides of the Microsqueesh - Unix fence) there are also (releated to OOP / OOD) paterns of design and coding in which to learn.





    I've been a C++ developer for 15 years, starting with C in 1985. There are jobs out there with a 'must have' knowlege of C++, but the significant majority of jobs out there are Java and .NET (VB.net, C#.net) based. I've also seen demand (in my casual searches to see how the market is doing) for knowledge of 'open source' languages, such as Ruby, Pearl and Python for example.





    IMHO, my gut feeling says that companies that need an exclusive C++ developer will be far less likely to hire one without several years of experience. In fact, I suspect that C++ 'entry level' development positions might be extrordinarily rare. You might be able to substitute 'industry experience' with independent projects, shareware you've developed et. al. Something that you could put down on a resume.





    Will companies hire entry-level developers without any exerience at all? Yes, but those opportunities are uncommon at best at least in the are in which I live (San Diego / Riverside counties). In the case of the company I work for, the answer would be a resounding 'no', but the workaround for that is to seek a job as a QA person which you don't need experience for (at least with my company) and gain some experience with software and the software development process for a couple of years, then make the move into software develoment. I know several developers who have done this and they proved themselves to be good, competent developers.
  • masks
  • lip glosses
  • Can someone give me link for a good C programing tutorial?

    - It needs to be free.


    - It needs to be online.


    - I am an absolute beginner in programing so please make it easy.


    - thank in advance.Can someone give me link for a good C programing tutorial?
    http://www.coronadoenterprises.com/tutorials/c/c_intro.htm





    this site divided lessons in 13 chapters (like a book)





    I hope this will help youCan someone give me link for a good C programing tutorial?
    ask here you dont need to signup http://www.dslreports.com/
    check out http://www.pscode.com for tons of free source code in all different languages.
    hackerscenter.com they had a ebook which is study c++ in 21 days!

    Frm where can i understand c programming on net up to high level.which is d best 1 available on net(tutorials)?

    i have to b a expert of c programingFrm where can i understand c programming on net up to high level.which is d best 1 available on net(tutorials)?
    Check out this links :





    http://publications.gbdirect.co.uk/c_boo鈥?/a>


    http://www.network-theory.co.uk/docs/gcc鈥?/a>


    http://www.iu.hio.no/%7Emark/CTutorial/C鈥?/a>


    http://www.nongnu.org/c-prog-book/online鈥?/a>

    Where would I find the best tutorial for programming in C?

    Where would I find the best tutorial for programming in C? Can somebody help me with good C Programming tutorials and e-books etc?Where would I find the best tutorial for programming in C?
    learning C is a good choice.





    then learn C++...





    u can find many tutorials in net.





    search in google to get good result.Where would I find the best tutorial for programming in C?
    here.....





    http://devcentral.iftech.com/learning/tu鈥?/a>





    http://www.abarnett.demon.co.uk/tutorial鈥?/a>





    http://www.eskimo.com/~scs/cclass/cclass鈥?/a>





    http://www.actcom.co.il/~choo/lupg/tutor鈥?/a>



    Go to Cs(chotu sharma) institute in sector 22 chd.
    If I were you I'd learn C++, it's the newer C.
    try this site:

    Can any one join me to work with me.i am going to open a web for tutorials on c,c++ and java.?

    if any one intersted send me a mail to kedgeplatform@yahoo.co.inCan any one join me to work with me.i am going to open a web for tutorials on c,c++ and java.?
    hey im a IT student


    Just gave my midterm exam %26amp; got higgest marksCan any one join me to work with me.i am going to open a web for tutorials on c,c++ and java.?
    Yeah sure... What kind of help you required...? Is it technical help you asking about or making the web pages for others to get the tutorial or something like that...

    Borland C++ 4.5 Tutorials ???

    Borland C++ 4.5 Tutorials ???


    pllllzzzzzzzzzBorland C++ 4.5 Tutorials ???
    send your email id.





    i will send you.





    avinsachan@rediffmail.com

    Computer programming tutorials in C++?

    Hello everyone what i would like is for someone to give me some sites i can use to start my programming carrer i have a compiler and what i now need is to know how to program so if there is someone who can teach me this or if someone can give me a good site to learn from i would greatly appreciate itComputer programming tutorials in C++?
    Here is a good set of C++ video tutorials to get you started:





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


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


    http://xoax.net/comp/alg/index.phpComputer programming tutorials in C++?
    Hey, I am learning C++, I have been for a few weeks. I have a C++ teacher (he's been doing it longer than I've been alive-I'm 16-) and he is teaching me. I would be glad to teach you, and then, when you catch up, learn along with you. I think everything is easier in pairs. As for sites:





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


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


    http://www.rdxgames.net/projects/wrathla鈥?/a>





    My AIM is LorgonJortle


    My email is qwerts71@yahoo.com





    I hope this helped. Good luck with the learning. C++ is a very fun/powerful language.
    here are many c ++ tutorials in computers %26gt; programming %26gt; c++





    http://learnfobia.com
  • masks
  • lip glosses
  • C++ teaching guide/tutorials in pdf format? And compiler for a pocket pc?

    Does anyone know of a good C++ teaching guide or tutorial that can be found in a pdf format?





    Also, does anyone know of a compiler that works on a pocket pc?





    I have a lot of free time where I'm not near a computer so it would give me something to do.C++ teaching guide/tutorials in pdf format? And compiler for a pocket pc?
    You need to program in Microsoft C++ to compile to the Windows Mobile Edition / Pocket PC OS.





    http://msdn2.microsoft.com/en-us/windows鈥?/a>C++ teaching guide/tutorials in pdf format? And compiler for a pocket pc?
    You must be blind. The tutorials are all over it. Downloads are on the right, Getting Started, Essentials, Developer Tools. Seriously, if you can't figure out that site, you should forget programming. Report Abuse

    Good free tutorials for C++?

    Alrighty. . . I've gotten a few good tutorials already. . . but they arent giving enough detail so I'd just like multiple ones. . .


    Oh and I'm using the Dev-C++ compiler if that helps. And I'm a noob.Good free tutorials for C++?
    Here is a good set of video tutorials:


    http://xoax.net/comp/cpp/console/index.p鈥?/a>Good free tutorials for C++?
    here is two good web sites:


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


    http://www.java2s.com/Tutorial/Cpp/Catal鈥?/a>


    and if u have access to ebooks like this web site


    http://www.dbebooks.com/ (register first)


    go and fine C++ how to program, this is a very good book for learning C++, i am a software engineer and i love this book
    Visit your public library and check out some books on C++. They're bound to have some.

    I just got visual studio do any of you no any good tutorials for c++?

    PLZ HELPI just got visual studio do any of you no any good tutorials for c++?
    http://msdn.microsoft.comI just got visual studio do any of you no any good tutorials for c++?
    i am a VB programmer, but I have seen the Microsoft Press book that combines both and it is pretty good

    Need software and tutorials for C,C++ and C#?

    ON WHICH WEBSITES I CAN GET C,C++ AND C# SOFWARE %26amp; TUTORIALS FOR BASIC AND ADVANCE LEARNINGNeed software and tutorials for C,C++ and C#?
    First take a course on where your CAPS LOCK key is located.





    Then just go to the microsoft website, they have tons of free tutorials on that stuff from beginner to advanced.

    Can you give me C++ Ebooks and tutorials links?

    Hi guys ... please provide c++ ebooks and tutorials .... ThanksCan you give me C++ Ebooks and tutorials links?
    Here are links that helped me alot





    www.cprogramming.com


    www.programmingtutorials.com


    www.gamedev.net


    www.programersheaven.com





    as for e-books sorry, try looking into online libraries you can register

    What resources or help, tutorials can any one recommend , to help me learn C++ from the beginning?

    Depending on your skill you may want to try search for Video tutorials or read based tutorials, use 'Code::Blocks' as your compiler and developer environment.What resources or help, tutorials can any one recommend , to help me learn C++ from the beginning?
    Try this online:





    http://www.cprogramming.com/tutorial/les鈥?/a>What resources or help, tutorials can any one recommend , to help me learn C++ from the beginning?
    YouTube has REALLY good tutorials for C++ %26amp; Java...





    Just make sure you find the right ones





    The good ones are a series of like 20 - 30
    C++


    =


    Tutorials online:


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


    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>
    c++ for dummies
  • masks
  • lip glosses
  • I would like to learn basic C++ anyone want to show me some good tutorials.?

    I like the functionx.com tutorials. They're good and they're free. Here's the C++ tutorial: http://www.functionx.com/cpp/index.htmI would like to learn basic C++ anyone want to show me some good tutorials.?
    There are lots of good simple ones:





    http://www.howstuffworks.com/c.htm


    http://www.nongnu.org/c-prog-book/online鈥?/a>


    ftp://garbo.uwasa.fi/pc/c-lang/c-lesson.鈥?/a>





    My favorite is this:





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





    A. D. Marshall's look imposing. And they are actually pretty old, but they were written for programming in UNIX on minicomputers back in the late eighties and early nineties. His X-Windows programming tutorial is still useful on Linux, which runs X-Windows.





    C is still useful especially for device drivers and embedded systems. The most major change was in 1989. This is post that and everything should run on your compiler unchanged -- unless it accesses Unix functions which very few do in Marshall's tutorials. He is a computer scientist, he is thorough he explains things clearly and simply and this one isn't aging the way others might. Use it on Windows use it on Mac, use it on Linux. It's highly recommended.I would like to learn basic C++ anyone want to show me some good tutorials.?
    The place I learned at, which explains very well, from the beginning is:


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


    Good Luck!

    Want a website where i can get very good tutorials on C++?

    don't understand classes and objects and pointers


    want aslso a site where i can get excellent C++ source codesWant a website where i can get very good tutorials on C++?
    for understanding c++ from the basics try this site





    www.geocities.com/sstutor





    trust me its the best c++ tutorial site on the net





    for source codes check out these links..





    http://www.planet-source-code.com/vb/def鈥?/a>


    http://www.vyomworld.com/source/Language鈥?/a>





    happy learningWant a website where i can get very good tutorials on C++?
    Have u tried going to CNET.com or download.com or even better searched on YouTube.com! u know u can easily find videos in these places





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


    or http://www.sourcecodesworld.com/source/L鈥?/a>
    http://www.cplusplus.com
    I would look at codeguru.com

    Are there any API tutorials for c++ beginer -> advanced ?

    Please give me links to C++ api tutorials from beginer -%26gt; advanced . I already know C++ but just a few things about API.Are there any API tutorials for c++ beginer -%26gt; advanced ?
    Assuming you mean Windows API, this is the website that helped me to learn it: http://www.relisoft.com/win32/index.htmAre there any API tutorials for c++ beginer -%26gt; advanced ?
    Seems reasonable.

    C++ tutorials?

    can anyone tell me of a really good online c++ tutorial....C++ tutorials?
    cplusplus.com has a good one.





    http://www.cplusplus.com/C++ tutorials?
    Hello How are you my freind:


    realy if you want to start c++ ,I recommend you to start sams book ,this is a pdf ,realy it's name is learning visual c++ in 12 days ,but indeed it start c++ basics ,if you can't find it please contact with me ,I can send you the pdf :


    but consider this book is not for the object oriented aspect of c++


    Hope it helps ,don't hesitate to ask questions about this case


    sincerely yours Mohsena

    Good free tutorials for C++?

    Alrighty. . . I've gotten a few good tutorials already. . . but they arent giving enough detail so I'd just like multiple ones. . .


    Oh and I'm using the Dev-C++ compiler if that helps. And I'm a noob.Good free tutorials for C++?
    Here is a good set of video tutorials:


    http://xoax.net/comp/cpp/console/index.p鈥?/a>Good free tutorials for C++?
    here is two good web sites:


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


    http://www.java2s.com/Tutorial/Cpp/Catal鈥?/a>


    and if u have access to ebooks like this web site


    http://www.dbebooks.com/ (register first)


    go and fine C++ how to program, this is a very good book for learning C++, i am a software engineer and i love this book
    Visit your public library and check out some books on C++. They're bound to have some.

    I just got visual studio do any of you no any good tutorials for c++?

    PLZ HELPI just got visual studio do any of you no any good tutorials for c++?
    http://msdn.microsoft.comI just got visual studio do any of you no any good tutorials for c++?
    i am a VB programmer, but I have seen the Microsoft Press book that combines both and it is pretty good
  • masks
  • lip glosses
  • Need software and tutorials for C,C++ and C#?

    ON WHICH WEBSITES I CAN GET C,C++ AND C# SOFWARE %26amp; TUTORIALS FOR BASIC AND ADVANCE LEARNINGNeed software and tutorials for C,C++ and C#?
    First take a course on where your CAPS LOCK key is located.





    Then just go to the microsoft website, they have tons of free tutorials on that stuff from beginner to advanced.

    Can you give me C++ Ebooks and tutorials links?

    Hi guys ... please provide c++ ebooks and tutorials .... ThanksCan you give me C++ Ebooks and tutorials links?
    Here are links that helped me alot





    www.cprogramming.com


    www.programmingtutorials.com


    www.gamedev.net


    www.programersheaven.com





    as for e-books sorry, try looking into online libraries you can register

    What resources or help, tutorials can any one recommend , to help me learn C++ from the beginning?

    Depending on your skill you may want to try search for Video tutorials or read based tutorials, use 'Code::Blocks' as your compiler and developer environment.What resources or help, tutorials can any one recommend , to help me learn C++ from the beginning?
    C++


    =


    Tutorials online:


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


    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>What resources or help, tutorials can any one recommend , to help me learn C++ from the beginning?
    Try this online:





    http://www.cprogramming.com/tutorial/les鈥?/a>
    c++ for dummies
    YouTube has REALLY good tutorials for C++ %26amp; Java...





    Just make sure you find the right ones





    The good ones are a series of like 20 - 30

    I would like to learn basic C++ anyone want to show me some good tutorials.?

    I like the functionx.com tutorials. They're good and they're free. Here's the C++ tutorial: http://www.functionx.com/cpp/index.htmI would like to learn basic C++ anyone want to show me some good tutorials.?
    There are lots of good simple ones:





    http://www.howstuffworks.com/c.htm


    http://www.nongnu.org/c-prog-book/online鈥?/a>


    ftp://garbo.uwasa.fi/pc/c-lang/c-lesson.鈥?/a>





    My favorite is this:





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





    A. D. Marshall's look imposing. And they are actually pretty old, but they were written for programming in UNIX on minicomputers back in the late eighties and early nineties. His X-Windows programming tutorial is still useful on Linux, which runs X-Windows.





    C is still useful especially for device drivers and embedded systems. The most major change was in 1989. This is post that and everything should run on your compiler unchanged -- unless it accesses Unix functions which very few do in Marshall's tutorials. He is a computer scientist, he is thorough he explains things clearly and simply and this one isn't aging the way others might. Use it on Windows use it on Mac, use it on Linux. It's highly recommended.I would like to learn basic C++ anyone want to show me some good tutorials.?
    The place I learned at, which explains very well, from the beginning is:


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


    Good Luck!

    What are the internet tutorials of c# for beginners?

    http://www.dotnetspider.com/

    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?
    You need certification for everything bud.


    and yes if you google it, you will find a zillion websites where you can find all the help you need.


    It is very easy to learn basics of any language, however, without professional assistance, you cant expect Big companies hiring you.


    Books aside, you need hands on experience and a professional certificate to prove that you know the language.


    Good Luck!
  • masks
  • lip glosses
  • C++ Tutorials?

    Search through the net for more free tutorials.

    Good Visual Basic C++ GUI Tutorials?

    Does anyone know of any GOOD Visual C++ Tutorials.





    What version is my VC? It's the latest (express)





    What do I specifically mean? I would like a series of tutorials/lessons etc... that can help me to create user interfaces in this program.





    Do I know C++? Yes, I am intermediate at the language.





    Summary: Tutorials/lessons on how to use VC++ to create GUI's (since I have found the option but have NO CLUE what to do)Good Visual Basic C++ GUI Tutorials?
    Yes, here are some really good videos.





    http://xoax.net/comp/cpp/win32/index.phpGood Visual Basic C++ GUI Tutorials?
    visit http://pcsecretes.blogspot.com

    Can some one please get me names of some websites or tutorials about Turbo C++ IDE?

    ie clanguageCan some one please get me names of some websites or tutorials about Turbo C++ IDE?
    I you are really serious about learning C then go for the books and use net as a supporting role.


    For going through the theoretical details ';Programming in ANSI C'; by E Balaguruswamy will be better.


    For going through the practical details ';Let Us C'; by Yashwant Kanetkar will be better. Do the exercises at the end. Don't just read the chapters like story books. Its all about how much you practice things.

    I Need To Find C++ Video Tutorials That Use Microsoft Visual C++ 2008 Express Edition. Im A Beginner. THX!!?

    I Need To Find C++ Video Tutorials That Use Microsoft Visual C++ 2008 Express Edition. Im A Beginner. THX!! It Usually Starts With Hello World As Lesson 1 But It Might Not. And Make Sure Its Not Just 1 Tutorial Sometimes They Make 1 Great Tutorial And Then Dont Make Any More.I Need To Find C++ Video Tutorials That Use Microsoft Visual C++ 2008 Express Edition. Im A Beginner. THX!!?
    You can start learning C++ with these video tutorials:


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





    They are perfect for beginners. This one can get you started by showing you how to install a free compiler:


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





    Here are some simple games with code downloads that you can use to get some ideas:


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


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


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





    These tutorials can get you started with graphics programming in OpenGL:


    http://xoax.net/comp/cpp/opengl/index.ph鈥?/a>





    You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:


    http://xoax.net/forum/





    Best of luck!I Need To Find C++ Video Tutorials That Use Microsoft Visual C++ 2008 Express Edition. Im A Beginner. THX!!?
    No, the remaining tutorials don't depend on a specific compiler. So, none is designated for them. The lessons that are compiler specific are designated as such. Report Abuse

    Try this:





    : )
    you can use any c++ commands, try this





    int main


    {


    cout%26lt;%26lt;';hi';;


    return 0;


    }

    Win32 Dev-C++ Programming Tutorials?

    Im learning C++ and Im using Dev-C++ and Im trying Win32 but all the online tutorials I find (along with the book I bought) mainly talk about C++ Console Programming and not the Win32 Window programming so can anyone give me some good links as I cant ever right a word in my window!Win32 Dev-C++ Programming Tutorials?
    Well, use Visual C++ Express for that anyway. It's much better and it has an editor and such. At least untill you get a better understanding of how everything works.





    You really don't need a tutorial on Windows programming, because to do it you should have enough knowledge of console programming just to read the MSDN site and pick up what you need.Win32 Dev-C++ Programming Tutorials?
    Dev, by itself helps you to get started. Open Dev up, goto file, create new project, and then select create new windows application. That will give you a bare-bones, ready to compile win32 app. A simple window without controls. To understand how to create controls (ie. buttons), follow the links below. It's not really that difficult to get started, only to master.





    http://winprog.org/tutorial/





    http://winapi.foosyerdoos.org.uk/index.p鈥?/a>
    exactly.
    Here is a link for setting up Express 2005 to be able to do Win32 programming:


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





    It involves using the ';platform sdk';. I've done it, so it does work.





    Borland/CodeGear has their Turbo-C ++ ide available for free, and you can do Win32 and VCL programming.

    Tell me c# .net tutorials link?

    aTell me c# .net tutorials link?
    http://www.brainbell.com/tutors/C_Sharp/鈥?/a>





    http://www.softsteel.co.uk/tutorials/cSh鈥?/a>





    http://csharpcomputing.com/Tutorials/TOC鈥?/a>





    http://www.programmingtutorials.com/csha鈥?/a>Tell me c# .net tutorials link?
    The best site for tutorials is: www.w3schools.com
  • masks
  • lip glosses
  • Please tell me best websites for c ,c++,vb tutorials?

    i want to learn the basics of c,c ++and vb so please guide mePlease tell me best websites for c ,c++,vb tutorials?
    Pixel2Life is an awesome free resource.


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





    Michael


    http://www.webmasterautomation.com/blog/Please tell me best websites for c ,c++,vb tutorials?
    visit www.w3.com
    Here are some of the good sites for vb:


    www.planet-source-code.com\vb


    www.vbcode.com


    www.vbhelper.com


    www.devmaster.com


    www.freevbcode.com


    www.vbwire.com


    www.vbexplorer.com


    but top one site and 3 rd one is the best
    TBH there's nothing like a good book or school/college/uni class to teach programming by example. The better books are the SAMS 24 hours books, but they will by no means teach you everything.





    I learned my stuff by also taking apart other pieces of code, trial and error. There's an enormous repository at:





    http://www.planet-sourdce-code.com





    and





    http://www.vb-helper.com





    Once you've learned the basics, look at other people's code to get styles, snippets, and see how to build bigger and better expressions. It's all like Lego.





    Hope this helps.
    try my forum

    Any good tutorials for Linked Lists in C# anywhere?

    I, of course, have searched yahoo and google but have yet to find one I can follow along with in C#. I have no prior knowledge of linked lists but I understand their purpose. I have also heard of Arraylist() and understand that this might be my answer. Anyway, any help would be great.Any good tutorials for Linked Lists in C# anywhere?
    Here is a good linked list tutorial.





    http://cslibrary.stanford.edu/103/





    These are good tutorials if you want to write your own implementation, or just want to learn about the container. If you have an application that needs this kind of container, writing your own should be your last choice.





    I do not know about C# but C++ offers all of the basic containers in the Standard Template Library (STL). Java has similar template container classes.





    When you understand the basics, you can do a good job of choosing the right container from those available in standard implementations.Any good tutorials for Linked Lists in C# anywhere?
    If you just want one to use, check out this site:





    http://msdn2.microsoft.com/en-us/library鈥?/a>





    It lists all the standard data structures in C# and how to use them.
    try this site, but actually i didn't use for C programming before, you can check


    http://freecourses.8m.com/c+.htm


    good luck

    C# / CSharp tutorials?

    I'm starting off with C# . I already know C++ and Java.


    Can someone please give me some good tutorial links with lot of examples?





    Thanks =)C# / CSharp tutorials?
    Learn free coding in C# + ASP.Net from:


    http://programming.top54u.comC# / CSharp tutorials?
    csharpcorner.com


    msdn.microsoft.com





    You can take down my email : kooldrhunk@yahoo.com


    I ll help u learn C#, if u have any queries pls mail me.





    In turn I will start learning Java from you.