Beginners - March 2015 (Page 9)

by SCB3
Random numbers in a array (1,2)
 
so in a minesweeper game, I am trying to set the mines on the array to be random, but this function ...
[23 replies] Last: THANK YOU! Now I can focus on the rest, I need to output a number whe... (by SCB3)
Dev C++
 
I want sort 2D array with Dev C++. Please help me!
[1 reply] : Dont Double Post (a third time and I'll remove you're threads). I answ... (by TarikNeaj)
how to sort MULTIDIMENSIAL ARRAY. help me please!
 
how to sort multidimensional array. For example 4 5 4 6 7 1 0 7 5 3 11 4 2 9 15 3 0 ...
[1 reply] : http://lmgtfy.com/?q=Multidimensional+array+c%2B%2B+sort Edit: This g... (by TarikNeaj)
Problems understanding base and derived class connection
 
So i was having this question "What members of a class can be accessed from a class derived from it?...
[15 replies] Last: Ohh that must be it, i'm using 2013 version :) Hey but i'm feeling a... (by etrusks)
by oseri
Different definitions of inline functions ?
 
If a inline function declaration is provided in the header file then every translation unit should c...
[2 replies] Last: what happens if the definitions are different amongst translation uni... (by MiiNiPaa)
by prhray
Can't identify what is wrong with my code.
 
I wrote this code to check whether the user-entered integer is prime. If not, the program is to disp...
[6 replies] Last: Thanks. Problem solved. (by prhray)
xtlqi.cpp problem
 
Hello. I'm trying to write a code, which would first generate a random matrix and then find its eige...
[2 replies] Last: Thanks, I figured it out already though. My programming knowledge is r... (by Katka01)
Please help ! :(
 
Error at cout<<duplicate(x, y, z); error C2679: binary '<<' : no operator found which takes a rig...
[2 replies] Last: OHHHH I GET U ! (by babyybabyy)
what is wrong with the code?
 
It builds the code but when i run it, it just crashes it says "the stack around the variable 'names'...
[2 replies] Last: const char CDTitle = 50; char names ; //Variable names contains 50 el... (by MiiNiPaa)
Do-while and for loops for guessing game
 
My code is running correctly, only I'm not sure why I'm having to press "ENTER" when the user gets ...
[1 reply] : Remove line 59 and 60 and your code will work as intended. If you n... (by SoConfused)
Problem with 'for' loop in a function
 
Hi, for some reason this program won't compile. There appears to be something wrong with my 'for' lo...
[4 replies] Last: Got it. Thanks for your help! (by closed account N1Co216C)
Problems with Payroll Program
 
I can't figure out what I'm doing wrong with this program. I'm required to ask the user to input hou...
[1 reply] : You must have gotten the instructions wrong. If you are only allowed ... (by fg109)
Hey peoples, just a quick question/statement
 
Write your question here. Okay people, I'm just gonna level with you here. This is one of the worst...
[3 replies] Last: Not thenewboston. That site is terrible. Get or use a book to learn t... (by winStudent)
what operator to use?
 
i am having trouble figuring out how to get the last part of my output. i already figured out how to...
[6 replies] Last: Are you sure that worked for you? That digitcount function does the... (by fg109)
by skilly
Property behavior through proxy object
 
Hello, all! I just started learnin' myself C++ this week and coming from Python, there are a lot ...
[2 replies] Last: TarikNeaj, Thanks for the reply! I am using the "template<>" part th... (by skilly)
Outputting numbers issue
 
I am having some issues finalising a program which outputs either prime numbers or perfect numbers, ...
[3 replies] Last: A rough idea is to check if all its factors sum up to the number itsel... (by Aceix)
Car Instrument Simulator
 
I keep getting errors on the following programming challenge, any help would be greatly appreciated....
[11 replies] Last: I understand that, but I'm a little confused on how to work between cl... (by riceballs)
by slp99
Generate Random Numbers
 
Hello Everyone, I am new to C++, this is my first class ever. I have a homework assignment to write ...
[7 replies] Last: You can do a counter if you wish. int counter = 1; for(10 times) ... (by It3rat0r)
Array Help/Guidance?
 
Write a program that sorts a given integer array in descending order. Hello new here and trying to ...
[3 replies] Last: uhm. If you want it 1 2 3 You just add endl instead of ' '; cou... (by TarikNeaj)
by HG319
Using a stack
 
I am having trouble with the code. I was wondering is anyone can see where I am going wrong. I ne...
[4 replies] Last: thanks, the function returned one so I know it worked (by HG319)
March 2015 Pages: 1... 7891011... 51
  Archived months: [feb2015] [apr2015]

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