Beginners - November 2010 (Page 3)

Simple program utilizing various things
 
Hello, I am required to write a program that uses input, output, an array of characters, a...
[4 replies] Last: How about a simple name checker. You ask for an input (string), sto... (by cnoeval)
Skipping if statement
 
Look I am actually doing my homework for once, ok can someone explain why this if statement is going...
[4 replies] Last: alright cool! Thanks, I wasn't using strings because of my teacher, bu... (by LittleQuick)
I don't even know where to start "operation on fraction"
 
i need help on my coursework hope someone can help me My question : This program performs ope...
[6 replies] Last: #include <iostream> using namespace std; ... (by blurterry)
Passing array to void function
 
I am getting zero, the lowest test score is 10 not zero. I created my own test file with only 10 sc...
[5 replies] Last: Return a struct (i.e. a pair<double, double> ). Or pass two paramete... (by ne555)
Pointer & Function
 
I know that *this is a pointer & display() is a method. But how can I explain in words for the below...
[2 replies] Last: Ways to call the method: display(); (*this).display(); //I'm not su... (by ne555)
Rotate part of a 2d array
 
Hello, so what I am working towards is making a 6 row 4 column grid which holds different numbers fo...
[2 replies] Last: @Return 0: I think he means this: http://www.cplusplus.com/reference/a... (by Computergeek01)
Undefined reference to function
 
Hey all, I'm sure this is a super simple question but I just can't seem to find the right answer...
[3 replies] Last: I'm confused... why do you have your function prototype in both main.c... (by Return 0)
by pmikee
Redirecting the console output into an array?
 
Hi! I have a problem with 2-d arrays, what i cant solve...I have to write a program, that settles i...
[4 replies] Last: Thanks for helping! (by pmikee)
hello i have a problem with the rand function
 
hello for some reason i dont really get a random resoult i mean i run the program and i get the sa...
[3 replies] Last: you call srand() within the while loop and you're using a const value ... (by coder777)
Plugin for STB ( SET TOP BOX)
 
hello everyone im very new in C++ my knowledge in Programing is Equal to Zero so please Pardon me...
[no replies]
Plugin for STB ( SET TOP BOX)
 
hello everyone im very new in C++ my knowledge in Programing is Equal to Zero so please Pardon me...
[no replies]
I don't even know where to start "Overload relational operator =="
 
I have an assignment for on online class and I don't even understand where to start. There are no tu...
[1 reply] : Start here: http://www.cplusplus.com/doc/tutorial/classes2/ Over... (by Tabian)
by aphex
Repeat Code, cmath & memory storing
 
Hi I was wondering if anybody could help me as this is my first program. Here is what I want to d...
[8 replies] Last: hi , try adding this code around your input tempChar ... (by shredded)
chaging from array int to array char
 
hi this is my code: int getDelay() { int delay = 0; char buffer ; do { cout << "Ent...
[no replies]
declaring if statements
 
Is there a way to declare an if statement saying "if no key is pressed, this will happen" ? ive trie...
[2 replies] Last: ah thanks that helped, but now i face another dilemma: i created an if... (by organicjustice)
Constructor Initialization List With Non-NULL Pointers
 
Hi, I'm starting to get the idea of these constructor initialization lists, but I still have one ha...
[3 replies] Last: Try this. You can replace the "2" with something else, of course. ... (by jsco)
Object Oriented Qns
 
Sentence: The light blue van drove backwards and forwards posting letters. Based on the above sen...
[5 replies] Last: Disch, tks for the concise explanations. (by makan007)
Binary Tree fragment
 
Hello everyone.I am having trouble with my code. I'm trying to make it compile but I'm having no luc...
[7 replies] Last: Awesome i got it to compile! :D thank you so much! is there a way that... (by swalton)
by jjp
Counting characters from a file
 
Hi, I have to write a program that determines the frequency of a letter specified by the user in...
[2 replies] Last: int main() { ifstream ifs("read.txt"); if (!ifs) { cout... (by firix)
Pointers for a learner.
 
Hi to all that read this. I'm new to the forum and programming. I've been looking about online for ...
[2 replies] Last: The C+ + Programming Language(Bjarne Stroustrup) you need to read thi... (by firix)
November 2010 Pages: 12345... 42
  Archived months: [oct2010] [dec2010]

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