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 use first number method. #include <iostream> #include <...
[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 date and yesterday's date. I have tomorrow figured out, but I n...
[no replies]
mhook question
 
OK i am trying to understand the mhook library but there aren't much of examples for it. It is said thatwe need to define _NtOpenProcess so it can dynamicall...
[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 to no avail... what is the name of this IDE without the ...
[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 don't know why I can't put more than one character inside v...
[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> #include "CList.cpp" main(int argc , char *argv ) {...
[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 array but the code i wrote gives me only 0's. void f...
[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 condition for a do while loop it will loop even though I entered...
[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 couple of example problems. First of all, my understanding ...
[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 output them to the screen and display a count of the number...
[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 graded so I can't change the answers but I would I'm trying t...
[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 much about the game and was hoping someone can explain the ide...
[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 once. Like if it's 5 + 5 then it outputs 10 over and over inst...
[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 at best and it might as well be zero, but why the inaccuracy...
[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] so that after every ";" it gives new data that its order is ...
[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, but it is not doing what I want it to do. For some numbers,...
[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 your own list of numbers. You should input an ordered list of...
[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 there may be punctuation, and have the program act accordingly....
[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 environment. I'm read the book C++ Programming in easy steps. ...
[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.