Re: Help with functions - basics Programming by jkon It seems that the issue has nothing to do with C++ or with functions. If you are new to programming why not try some tutorials in an easy accessible language (like JavaScript for example) and when you understand a few basics ( like null , functions , variables , loops , conditions ) move to a C++ tutorial for beginners ? PyOpenGl tutorials Programming Software Development by lllllIllIlllI … but i couldn't find any place that had a beginners tutorial in PyOpenGl. I was wondering if anyone on DaniWeb knew… problem understanding APIs and functions Programming Software Development by bdell11 I am relatively new to visual basic. I have VB 6 professional complier. I am working to play .wav files in a program. I'm having a problem understanding APIs and functions can you direct me to a beginners tutorial that might help me? Thanks, Bill crystal reports with sql server compact Programming Software Development by Dcurvez … i am wondering if anyone can direct me to a beginners tutorial on creating crystal reports that are specifically based off the… Much simpler first MVC application Programming Web Development by Violet_82 … this one http://www.codeproject.com/Articles/683942/An-Absolute-Beginners-Tutorial-for-understanding-E , which is supposed to create a few… Re: any easy online tutorials on oops? Programming Software Development by freesoft_2000 Hi everyone, The best beginners tutorial i can think of is bruce eckel's Thinking In … Re: Saving Multi-Dimensional Array Programming Software Development by djjeavons Hi I have a [beginners tutorial](http://djjeavons.com/ado-net-beginners-tutorial/) on working with Access using C# (there is a VB.… Re: How to insert data from mvc to mssql manually? Programming Web Development by djjeavons … I misunderstood? If not, I have a [beginners tutorial](http://djjeavons.com/ado-net-beginners-tutorial/) that you may be interested in. It teaches… Re: scrolling navigation buttons Digital Media UI / UX Design by EvolutionFallen …="http://http://webitect.net/tutorials/jquery-tutorial-part-i/"]Webitect's jQuery for Beginners Tutorial[/URL] [URL="http://http://buildinternet…-animated-postcard-with-jquery/"]Build Internet!'s Animated Postcard Tutorial[/URL] Re: function Programming Software Development by Learner010 …://www.daniweb.com/software-development/cpp/tutorials/471863/beginners-tutorial-on-functions) and read the section titled "Argument and …return". if you read this tutorial carefully , you'll easily solve it. try to do that… Re: Display, Search and Exit string inputs Programming Software Development by JamesCherrill … be another way. Just in case, here's the official beginners tutorial on classes - maybe that will seem familiar to you, but… much time on it. [url]http://download.oracle.com/javase/tutorial/java/javaOO/index.html[/url] Maybe someone else has an… Re: Help Programming Software Development by Ancient Dragon …://mysearch.avg.com/search?q=vb.net+beginners+tutorial&sap=hp&lang=en&mid=db03133e5f194dcda6a432aca5b3bf0e-baa57dcead4b7a5e84023a7a15763c2ac4851706&… Re: Increment & Decrement Operators Programming Software Development by tinstaafl This [tutorial on operators](http://www.daniweb.com/software-development/cpp/tutorials/465375/beginners-tutorial-on-operators) might help Re: Array in psuedocode Programming Computer Science by Learner010 … following concept of array(However i am still writing an tutorial on Array in C++, i will try to publish it… Here](http://www.daniweb.com/software-development/cpp/tutorials/467340/beginners-tutorial-on-loop) Re: How to do this ? Programming Software Development by Learner010 for more information on loops visit my tutorial [here](http://www.daniweb.com/software-development/cpp/tutorials/467340/beginners-tutorial-on-loop). Re: c++ Programming Software Development by Learner010 …](http://www.daniweb.com/software-development/cpp/tutorials/465375/beginners-tutorial-on-operators). now see this: for conditions you can if … Re: ++ sign and -- sign Programming Software Development by Learner010 … you can adjust with `--` for more information read [this tutorial](http://www.daniweb.com/software-development/cpp/tutorials/465375/beginners-tutorial-on-operators) Re: Subprogram sample Programming Software Development by Learner010 … [Here](http://www.daniweb.com/software-development/cpp/tutorials/471863/beginners-tutorial-on-functions) is my tutorial on functions in c++. Re: if/else statement Programming Software Development by Learner010 … more information on loop , see my tutorial on loop , [here](http://www.daniweb.com/software-development/cpp/tutorials/467340/beginners-tutorial-on-loop) Re: Create a BankAccount class that has the following: Programming Software Development by JamesCherrill … of a class? If not use Google to find a beginners tutorial that shows you how to do it *... b) Prompt the… user and get a reply? If not look for a tutorial on the **Scanner** class (etc) ps: You don't need… Re: Dreamweaver2004MX - leading Digital Media UI / UX Design by rus There is a great beginners tutorial on CSS on WebMonkey. The link is: [url]http://webmonkey.wired.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.html[/url] Re: Classes in Tk Programming Software Development by vegaseat This is a nice beginners tutorial and has a decent section on classes in it: [url]… Re: how do i make a website? Digital Media UI / UX Design by indienick … saved you the trouble of looking around, and found a beginners tutorial for you: [URL=http://www.w3.org/MarkUp/Guide/]click… Re: Debugging in Python Programming Software Development by vegaseat …. That module works very well with DrPython. For a short beginners tutorial on Python's 'built-in' debugger see: [url]http://www… Re: I have a form problem Digital Media UI / UX Design by MattEvans … the program. Unfortunately, I've never found a good "beginners tutorial" to CGI, that isn't focussed on a specific… Re: Building Arrays Programming Software Development by jwenting by reading a beginners' tutorial. Re: Java question Programming Software Development by satya5321 ok search on google for Java Beginners tutorial. Re: RE: word count programming for python (wc) Programming Software Development by bgeddy … outlined the program's logic broadly. I recommend studying a beginners tutorial on python and playing around in the interpreter, following examples… Re: items needed Programming Software Development by emilo35 … is. In your case I strongly recommend looking for a beginners tutorial/book on C++. There is plenty of easy-to-understand… Re: Need a little help Programming Software Development by TrustyTony I suggest to read some beginners tutorial on functions.