Beginners - September 2013 (Page 15)

Young C++ Programmers (1,2)
 
Hello, I'm a 14 year old rookie C++ programmer, I couldn't even consider myself a programmer yet, bu...
[38 replies] Last: I'm a professional, 24-year-old software engineer willing to help. (by Josue Molina)
by yaraa
Help me
 
Create a class Rectangle, which has attributes length and width , each of read from user. It has mem...
[3 replies] Last: #include<iostream> class rectangle { public: float perimeter() { ... (by MarketAnarchist)
tic toe game problem.....need help
 
#include <iostream> using namespace std; int main() { char board ; int i=0; ...
[18 replies] Last: welcome is you (by MarketAnarchist)
Any young programmers wanna team up?
 
Wassup. Im a 13 programmer looking for some people my age to program with. i know c++ but not to v...
[no replies]
.txt to C++ commands.
 
Hello! First of all, i'm an Extreme beginner in C++ (learning from a book), and Engish is not my la...
[13 replies] Last: IT WORKS! Thank you! (by RonnieNine)
A newbie question regarding variable
 
when a=5, and how can a also = a+1 ? and which a does the result look for to + b ? // operati...
[6 replies] Last: Yes. Under ordinary circumstances the lines of code are executed in se... (by Chervil)
Beginner with looping
 
I am stuck my loop need to be repeated untill the value of height is more than 1.8 or the value of w...
[3 replies] Last: Glad i could help :) (by Uk Marine)
unable to print cstring from a function
 
Write your question here. #include <iostream> #include <ctype.h> // for toupper // #defin...
[no replies]
About a part in the tutorial
 
So right now im on the other data types part and wanted to know if this was important and if yes are...
[2 replies] Last: they wouldn't be there if they were not important (by metulburr)
What does seed do in the srand function?
 
What does seed do in the srand function?
[3 replies] Last: Thanks guys! (by MasterT)
by ABZO
Having Some Trouble with an assignment
 
Write a program that prompts the user for the name of their favorite city (one word). Display the...
[2 replies] Last: i highly doubt your instructor would of given you this assignment with... (by metulburr)
by andrix
what to return ?
 
hi i have a general question about a function that i'm using in a binary tree. the function has...
[6 replies] Last: INT_MIN requires #include <climits> std::numeric_limits<int>::mi... (by JLBorges)
Finding the largest and smallest digits in an array of integers
 
Here's how the output should look: Select an option (1, 2, or 3): 2 How many integers? 3 Enter ...
[5 replies] Last: technically no but how else will you know what digits are in which one... (by giblit)
Help with program
 
I need help to write this C not C++. Thanks very much for the help whoever helps me. 1) The facto...
[10 replies] Last: the trace table is no problem that part of the question can b omitted ... (by redice2413)
help with pointer
 
Write your question here. while (true) { char item_Name = {'\0'}; cou...
[4 replies] Last: never mind... i need to get the len of the char array. to print. tha... (by Bdanielz)
Getting srand and rand errors? Help!!
 
From previous questions, I rewrote my whole program. I had to write a profram to all the user to rol...
[3 replies] Last: nevermind!! I figured it out and it's working!! Thanks so much!! (by jenniferbnavy)
by OSamo
Dereferencing a 2D array
 
Hello, In the code below, I am trying to print the data from a 2D array using the dereference ope...
[4 replies] Last: Thanks tath, I got it working flawlessly. I want to point out that on... (by OSamo)
by andrix
searching value in binary_tree
 
hello, i have problem with these functions that return the id of a node of a binary tree. ...
[no replies]
Binary search problem - always returns -1
 
Hello, I am working on a project for school. I need to search through an array of strings in order t...
[3 replies] Last: I found out why the search didn't work. It didn't work because when ... (by JaroScc)
HELP ME WITH MY GAME!! please
 
Hello there. Ive been doing some c++ in dev-c++. I started a month ago, taught myself from books and...
[5 replies] Last: Thanks, ive quit the text based game. I got every info about c++ that ... (by uob8652)
September 2013 Pages: 1... 1314151617... 64
  Archived months: [aug2013] [oct2013]

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