Beginners - October 2013 (Page 45)

I need help looping this
 
I need help looping this code so that is prompts the user to enter a number of rows again how many times the user would like to continue, I suck at loops and I'...
[1 reply] : Repeat until you input 0. //libraries #include <iostream> using name... (by Chriscpp)
tic tac toe Problem
 
Hi there, so there is a problem with the this tic tac toe: do the following when u run the program it calls a victory a draw Thanks p.s i dont...
[2 replies] Last: Oh sry il fix that one second Done: http://shorttext.com/z9M4A Edit ... (by closed account EwCjE3v7)
help me
 
Hello C++ people I have made this flowchart and I want to write it in c++. I am just a few weeks into programming and I don't know how to do it. can you help...
[4 replies] Last: You could upload images to http://tinypic.com/ (by Chervil)
Please Help!!
 
When I input this code most of the classes come up as Calculus 1. The classes should differ depending on the course number. PLEASE HELP!! #include "stdafx.h"...
[9 replies] Last: Thank you everyone! I changed the program to include the strings and ... (by CCoder12)
Do it have a priority in overloading operator
 
I'm foreigner. I'm not good at English. Can someone explain somewhere in this code? Time operator++( int ) { // save the...
[2 replies] Last: The first looks like post-increment operator. Do you know what post-i... (by keskiverto)
Checking if word is in the dictionary
 
I can't seem to check if the word is in the dictionary. It always that the word is not in the dictionary. I think it's because of my comparing. Can somebody hel...
[5 replies] Last: Wait new problem, I can't seem to initialize lower and upper again aft... (by colinjames12)
by EnimA
Help in my program
 
Help i dont understand very much the program i need to do... Here is the direction: Using Dev C++ create a program that will compute for the trigonometric func...
[1 reply] : If this is the entirety of the original question: Using Dev C++ create... (by Chervil)
# of factors
 
I need to write a program that when the user enters a positive integer it out puts the number of factors that number has. Such as if I enter 24 the program outp...
[7 replies] Last: I'm glad you figured it out. Often times it just takes messing with it... (by Duthomhas)
Rand function
 
Hi folks. I started teaching myself C++ this month, and I have just completed my first program. It's a simple music theory quiz. It's supposed to randomly ge...
[6 replies] Last: in this case you could also use structures to hold the data: #includ... (by tath)
by EnimA
What am i doing wrong?
 
I need to make a simple registration form like facebook. why won't my program work properly? the response isnt working and when i input more than one letter in ...
[3 replies] Last: Thank you it works now! (by EnimA)
jumping into c++
 
i just got d book jumping into c++ and am finding it hard to get by the practice problems...please who can help out
[6 replies] Last: Well you have to use logical expressions, like this: #include<iostre... (by Uk Marine)
by Sandz
Need help with storing array values
 
Hi, please see below for my method code. Every time the program runs, user enter bids for Work1 and the bids are passed into the function below and through the ...
[3 replies] Last: Of course there is. You obviously want on some calls to start from sc... (by keskiverto)
Struct function not returning properly
 
Ok, this code is too long but the problem is the main function is not getting the return value of my function. The function returns a struct btw. Calling part ...
[1 reply] : It looks you are not assigning the returned value where you are callin... (by rodiongork)
Jack and Poy using Goto Statement??
 
#1 Hi.. so this is my jack n poy game. In the end of the program/round the computer will ask if i want to continue of not(exit). Some says use goto statement bu...
[5 replies] Last: http://www.cplusplus.com/doc/tutorial/functions/ (by mutexe)
Function returning struct
 
Write your question here. Hi, there. I've just stumbled upon a problem about functions returning multiple values and I found out that you can use struct. So bas...
[5 replies] Last: strcpy(variable.letter, "{'A','A','A','A','A','A','A','A','A','B','B'... (by S G H)
"new" keyword
 
class X {}; X* obj = new X() Question:- 1) is this object created at compile time or run time. 2) if it is run time, what compile...
[5 replies] Last: stack and heap are in the same memory. hence pointer wise there's no d... (by coder777)
convert hex into decimal number??(Type casting)
 
Is there single line syntax for converting hex into decimal number??(Type casting) unsigned char* data_1; int a; data_1 = 0x01; //contains hex value a = ...
[2 replies] Last: The words hex and decimal have no sense when applied to variables.... (by rodiongork)
Strcmp not working properly
 
Strcmp has been bugging me for a whole day now. All of my strcmp are basically like that but it's not working. And I don't think it has to do with the char bei...
[7 replies] Last: Any ideas on how to do that? As keskiverto suggested above, use str... (by Catfish4)
help : a problem recursive !
 
I have a problem : find the longest array integer increasing sequence of integer array given. Using recursive. example: input : int array = {12 5 7 6 8 14 11...
[2 replies] Last: A websearch returns many hits for "recursive longest increasing subseq... (by keskiverto)
October 2013 Pages: 1... 4344454647... 86
  Archived months: [sep2013] [nov2013]

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