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 t...
[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 ...
[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 ...
[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 dependin...
[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? Ti...
[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 dictio...
[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++ c...
[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 fac...
[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...
[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 res...
[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 w...
[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 ...
[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...
[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 wa...
[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 mul...
[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...
[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*...
[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 n...
[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 ...
[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.