Beginners - February 2012 (Page 3)

Nested for loops
 
how would I write this program using nested for loops 1 2 3 4 5 6 7 8 9 2 4 6 8 10 12 1...
[no replies]
by Jynks
Is it possible to move the coursor in the console?
 
So I am doing some console exercises, and would like to make then a little bit nicer to look at the ...
[1 reply] : for example, clear screen & print everything on the screen + your modi... (by timmyyyyy)
dynamic memory read loop error
 
I am trying to read data into an array of structs (each with two strings and one int), and my read l...
[no replies]
Help plz
 
k so im doing this assignment that if u enter the coordinates of a shape it displays it filled in wi...
[no replies]
How to access a method without creating a class object
 
I have a class BearingX which inherits from a class named Domain. Domain has a private variable "tim...
[5 replies] Last: Thank you guys for help. I finally had to define a method which retur... (by maksins)
DESPERATE
 
How would I declare the print functions for this mess? Sorry for the length, professor is weird and...
[10 replies] Last: [quote=FlashDrive]I think that you don't have to change anything, beca... (by ne555)
Sorting a 2D array?
 
I am trying to sort an 2-Dimensional array, but I want to sort it based on the greatest number in a ...
[7 replies] Last: Sorry for my delayed response everyone! (by Meecrob)
My class is not doing what I want.
 
I expect the program to run and say this... My name is Bob! FEAR ME! I have 100 health! I can...
[6 replies] Last: he can explain it to me when i see him, will be way better (by andrix10)
help with simple code
 
Hey i just got a book called "beginning C++ through game programming" i am trying to follow trough ...
[7 replies] Last: i thought i did... hmm ok well that solved the issue i must have opene... (by russd772)
Help with Array of Pointers!!
 
Hello everyone. I am new to C++ and have a HW assignment that involves pointers and arrays. I am v...
[10 replies] Last: Thanks for all the replies. I fooled around with ti quite a bit and g... (by iolement)
Translate English words to French
 
Hi, I need help writing a program that allows you to read an English-French dictionary into two arra...
[9 replies] Last: Some of the information you need is in the references I posted (inc. s... (by andywestken)
by zaone
And && or ||
 
Hi! Don't know if this has been asked before, but I'd like to know if there's any difference betwee...
[3 replies] Last: and && or || not ! not_eq != bitand & and_eq &= bitor | or_eq |= xo... (by ne555)
HEADER FILES
 
i created a header file for class, it contains add() function save it as a abc.h.i created abc.cpp f...
[7 replies] Last: why it is showing add function as a undefined reference.. Undefine... (by Moschops)
Loop - But which kind?
 
Hey guys. I have a another problem, but I can't fix this one. I've tried for hours. I'm going to pos...
[1 reply] : [co de] "Please use code tags" [/co de] create a graph. Then you j... (by ne555)
declaration error
 
What have I done wrong? (wizard.cpp) #include <iostream> #include "wizard.h" #include "main...
[2 replies] Last: oh, thank you a lot ^^ (by FlashDrive)
Retrieving a character at X , Y
 
It's basically what the title says. I am making a console program and want help. How can I get a cha...
[19 replies] Last: There is nothing wrong with your goto function. They are confusing ... (by cnoeval)
by seppel
ambiguous call to overloaded function
 
Hi Folks The following call to max(.) creates the error mentioned in the topic template <clas...
[6 replies] Last: Thanks again to vlad from mosow! (by seppel)
Giving "callable" names to object array
 
Hey guys, so I'm doing C++ at my school but it's independent study and thus I've been making up...
[10 replies] Last: That's perfect, thanks everyone :D (by agentredfield)
Creating gui's with C++
 
I am learning C++ and one of the things I want to be able to do is to create simple gui's. (Coding t...
[3 replies] Last: QT is a complete cross-platform application framework. (by closed account z05DSL3A)
by mozly
Pointers not working
 
So I have a C program for my homework where I have to update a some values using a truth table. Here...
[1 reply] : Q2 is pointed to by Q0 in MyStateMachine. (by Peter87)
February 2012 Pages: 12345... 64
  Archived months: [jan2012] [mar2012]

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