Beginners - August 2015 (Page 7)

by ckratz
Stacks without classes or STL
 
I have a school assignment that instructs us to create and manipulate two stacks of linked lists but...
[1 reply] : Think about a stacks attributes and properties. - A stack consist of ... (by tcs)
Troubles with Arguments
 
So I'm pretty new to C++ programming and am trying to use what I've learned so far to create a progr...
[1 reply] : Change float finalAverage = averageMachine(*numbers, size); to ... (by closed account E0p9LyTq)
by paler
step size in c++ simulation
 
Dear all, I have a simple question regarding the step size in c++ simulation. For example, if ...
[10 replies] Last: I think I should have said sample rate rather than rate of change. (by andywestken)
Bank Account exercise - What am I doing wrong?
 
I know that I probably did a very noob mistake. I read and read this code up but have no idea what's...
[3 replies] Last: You're welcome :) (by MikeyBoy)
array values
 
I wrote a little connect 4 game (unfinished). If i enter 0, he also throws a token into row 6, and v...
[2 replies] Last: Arrays in C++ are accessed starting at zero, so int table has val... (by dhayden)
by paler
program crashes "occasionally"
 
Dear all, I have a weird problem. Each time I run my program, sometimes it runs successfully, but s...
[4 replies] Last: kevinkjt2000, Thanks for the reply. Yes I change the dimension of u t... (by paler)
by Zeurox
[Help] Just started learing C++ and I have no idea why this code doesn't work
 
I've just started learning C++ and I have no clue why this code isn't working when I change the FavN...
[3 replies] Last: You're welcome :) (by MikeyBoy)
by Gayboy
BankAccount - need help with constructor and bool
 
do i need 2 constructors? and can a boolean function return both true and another variable? #...
[2 replies] Last: ahh of course pass by reference, thank you if(head == NULL) ... (by Gayboy)
do-while loop for input with char
 
Hi, I am writing a 2D array program. The program starts by asking for 2 inputs, first an integer num...
[2 replies] Last: Thanks for the advises! (by ipodder1985)
Sort in descending order
 
How do I implement this sorting algorithm in descending order without using vector library or std::r...
[3 replies] Last: If you don't understand an algorithm, then you cannot implement it eff... (by keskiverto)
[help] Studying Malloc
 
Morning every one I started to play around with memory allocation in c/c++, now since I didn't have...
[1 reply] : First of all, what is ZeroMemory? I don't know. Second, you need to kn... (by PSYCHAMERON)
HELP!
 
Can someone help me see what's is wrong? I am trying to run a program to loop and check that the ...
[1 reply] : Please edit your post and make sure your code is [co de]between cod... (by LB)
by Life24
Sum with while
 
Hello, I want similar this out put without any used array. just used while and do while. Please ...
[1 reply] : Just declare five variables and do it the same way as with an array. (by LB)
scan input for specific number
 
I'm writing a program which ask for an input number range from 0 to 9999. If the number is within th...
[2 replies] Last: Thanks, I figured it out now (by ipodder1985)
A sudden question just come up with
 
How are they different in C++? and {} And how do you call them? I just wonder why we write a...
[6 replies] Last: There are "rules", very strict rules. The C++ Standard is the rules. S... (by keskiverto)
Need assistance with If statements
 
I read the the welcome post and I will attempt to sound the least bit like a semi-literate boob as p...
[3 replies] Last: So it would look something like this? int main() { cout<< "Please cho... (by Kyle2134)
pulsar varias teclas a la vez en sdl2
 
lo que pasa es que estaba haciendo un pong y no se si hubiera una forma mas eficiente de ver si se e...
[1 reply] : No. Tu dominio del español también deja bastante que desear. ... (by helios)
Building a terminal text-editor in C++
 
I am quite experienced with C++(programming for over 1 year already). But I cannot Wrap my mind aro...
[1 reply] : Libraries such as PDcurses and ncurses (collectively called just curse... (by helios)
by AVM8
Bubble Sort Algo
 
The errors i get is: Error C2109 subscript requires array or pointer type #include <iostream>...
[3 replies] Last: Your code breaks if the user enters a number greater than 10000. In s... (by helios)
Program Repeating, How to end? Reply Pls
 
Sorry guys, I've just entered this field of programming..No good knowledge i got on it... My ques...
[2 replies] Last: @kevinkjt2000 thanxx for your reply I've corrected my code and Its wor... (by Swapnil2000)
August 2015 Pages: 1... 56789... 28
  Archived months: [jul2015] [sep2015]

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