Beginners - June 2010 (Page 26)

by figjam
My C++ problems
 
I recently started to learn code and i decided to use C++, i am using dev c++ also. I did the 'hello world' code and it worked fine but i watched a tutorial on ...
[12 replies] Last: Paper is soon going to be obsolete, and books with paper are going to... (by closed account jwC5fSEw)
function pointer question
 
Hi, I want to do something like : #include <QCoreApplication> #include <QDebug> class MyClass { public: MyClass : myPublic( myPublicWit...
[9 replies] Last: yes, very interesting....I'll see if I can make use of that method :) ... (by davidmaxwaterman)
by bugme
creating a small maths game need hlp
 
hi guys!! i am wrting a program for a small arithemtic game,it displays two numbers and ask user to enter the sum of these two numbers,the program runs fine bu...
[10 replies] Last: Mmmm... This may be tricky... I'm afraid you'll have to resort to mult... (by m4ster r0shi)
Technical Question
 
Hey all, Hope all is going great! I'm experimenting with a jumble game from a book (Beginning C++ Game Programming) I'm reading and I need alittle help wi...
[4 replies] Last: Maybe you are a little confused about enumerators. You must understand... (by crazzyguy101)
Read a text file and Loop through each letter or number in the line
 
Hello, I just started learning to program and i need some help. I've tried searching but I don’t understand any of the answers. So I’m given a .txt file th...
[10 replies] Last: Yes, please post the code exactly as you have it now so we can check w... (by Galik)
delete function for binary tree
 
I'm having trouble with the delete function for my binary tree. After thorough testing, I have discovered that the only time I have a crash is after deleting a ...
[9 replies] Last: solved it, I missed: void BinaryTree::DeleteFromTree(TNode* &p)//f... (by drunkenmonk)
Problem including file
 
Hello, I am new to this and using DevC++ to compile my program. I've doublechecked and for some reason when I try to compile i get the error "In file included ...
[2 replies] Last: doh. thanks. (by fisemper)
Why return 0?
 
Why do you have to place return 0; at the end of your code? what is it's purpose?
[11 replies] Last: @clover leaf, You seem to be confusing a return statement to the end ... (by chrisname)
June 2010 Pages: 1... 242526
  Archived months: [may2010] [jul2010]

This is an archived page. To post a new message, go to the current page.