Beginners - April 2016 (Page 8)

Class/Object/String Help
 
When running my code it does not compute my values from my txt file correctly. I am attempting to u...
[3 replies] Last: Size of the array is: Engine RPM, so 10. I wanted it to auto adjust t... (by keskiverto)
Calculating Yesterday's Date
 
Hey guys, quick question. I have a program I am writing that is supposed to calculate tomorrow's dat...
[no replies]
mhook question
 
OK i am trying to understand the mhook library but there aren't much of examples for it. It is sa...
[1 reply] : Line 6 and 10 are defining the pointer type to the respective function... (by coder777)
by looky
Code blocks
 
Hi I just wanted to ask if anybody knows the answer to this question I have tried searching online...
[3 replies] Last: Thank You (by looky)
Urgent help for super beginner
 
Write your question here. Hello everyone, I am new in programming. This is one of my exercise and I...
[4 replies] Last: ok, thanks everyone (by TaylorTan1998)
C++ 5 error problems
 
why these errors occured .. guide me please . thnak you in advance CODE: #include <iostream.h>...
[1 reply] : Normally .cpp files should not be included. If there is a header file ... (by Peter87)
Fibonacci generator
 
Hello,Im a newbie and i need some help,i want to generate fibonacci numbers until n and put it in an...
[2 replies] Last: I already solved it ^^ ,the problem was elsewhere.When i tried to put ... (by Lencoln)
by jkcalz
Problem with OR operator
 
My program is essentially complete except for one last section. when I use an OR operator in my cond...
[2 replies] Last: Oh! that's right Haha now I feel dumb for not considering that. I was ... (by jkcalz)
time
 
is not real, i am from the future
[1 reply] : Hello! The document seems to be protected. I requested for permission.... (by ephraimr)
Increment/Decrement Operators
 
Hi Everyone, I'm very new to programming and I'm having a hard time wrapping my mind around a cou...
[2 replies] Last: > In y = x++; , x is assigned to y, then x is incremented. The preced... (by JLBorges)
Help with file input and Min Max
 
Hey guys. I am trying to work on an assignment where I have to read a set of numbers from a file and...
[9 replies] Last: other control structures can also be one liners. like if and for as we... (by carpalTunnel)
Pointer arithmetic is defeating me!
 
Hey guys! I've just taken a quiz about pointers and got a few questions wrong. The quiz is already g...
[2 replies] Last: I did answer them, these are the ones that I got wrong. (by astivers1503)
DUNGEON CRAWLER!!
 
I just finished my game of tic tac toe, and i wanted to try to make a dungeon game. I do not know mu...
[4 replies] Last: Thanks (by fivestar)
Program outputs answer a billion times and breaks
 
It's a calculator but it outputs the answer a bunch of times and breaks. I just need it to output on...
[6 replies] Last: Hi, See this message for some clues: http://www.cplusplus.com/forum/... (by TheIdeasMan)
Strange Float Value
 
My question is simple. Why does the program return the value of 7.45058e-09? I know this negligible ...
[1 reply] : Hi, Floating point values are not represented exactly - they use bina... (by TheIdeasMan)
please help on step of a project for a super begginer
 
i have a project the user will enter example : footballclub=[realmadrid,ronaldo,7;barca,messi,10] ...
[no replies]
Recursive function for Binary Search
 
So I am writing a a recursive function to do a binary search. I have managed to make my program run,...
[9 replies] Last: Thanks mates! I got it to run fine. (by LibLife)
Im a beginner at c++ and i have no idea of what im suppose to do
 
Write an interactive program that allows a user you update am ordered list of numbers. You may use y...
[2 replies] Last: #include <iostream> #include <list> #include <vector> int main () { ... (by CoreyS18)
Palindrome checker - Madam Im Adam not working
 
I have a program that checks if a given string is a palindrome. I'm supposed to acknowledge that the...
[2 replies] Last: Theoretically, yes. I don't have access to the code presently, but the... (by moonman239)
by tkj80
MinGW
 
Hi, I installed MinGW to program C++. I'm new. I have set the path C:\MinGW\ in my windows envir...
[no replies]
April 2016 Pages: 1... 678910... 43
  Archived months: [mar2016] [may2016]

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