Beginners - May 2015 (Page 13)

Stuck with how to create a simple function.
 
I'm revising for an exam and we have been given some mock questions to practice on which be alike wh...
[3 replies] Last: For example, in the following code placed as indicated in the main f... (by Texan40)
Issue with Return totalhour;?????
 
I'm writing a Payroll Calculator for my Intro class, and I've gotten majority of the kinks worked ou...
[8 replies] Last: I figured out my problems, thank you for the help! (by kserg652)
Help with function templates
 
I'm not too good with function templates and was wondering if you guys could help me. I'm trying to ...
[3 replies] Last: why would you write your own swap function when the standard provides ... (by IWishIKnew)
by Winsu
a and b werent declared in the scope
 
Write your question here. #include <iostream> #include <vector> using namespace std; st...
[5 replies] Last: Change (48th line) for (vector<mystruct>::iterator iter = vec.begin()... (by TheHardew)
help with mode of array
 
this is what I'm trying to do Write a function that accepts as arguments the following: A) An ar...
[2 replies] Last: You will find that using consistent indentation and placement of the c... (by dhayden)
by dean
friend of a function std::enable_if
 
Hi, I'm reimplementing the class std::tuple following this article: http://eli.thegreenplace.net/201...
[no replies]
Coding a platform, side scroller in c++.
 
Hello fellow coders! Well, nice to meet you all and after reading this forum I decided to join it. J...
[16 replies] Last: This is really confusing. I do no have skype, would email be ok? (by James27)
getline not working
 
In my program the getline doesn't seem to be working. source.cpp #include "critter.h" in...
[2 replies] Last: After you enter 1 and press enter there is a newline in the stream whi... (by naraku9333)
Removing commas manually off a string
 
Hey guys! I'm new to this forum and also C++ programming(please bear with me) and just have a simple...
[5 replies] Last: Thanks alot guys! That really helped me out on this particular problem... (by fishnsimon)
C++Question
 
Write your question here. I need a c++program for simple calculator???
[1 reply] : If you're trying to cheat on your homework there are hundreds of place... (by cnoeval)
Why does this function not work?
 
I need to explain why a particular function does not work, and fix the error using only parentheses....
[4 replies] Last: JLBorges is right. The first statement finds the modulus of c (c.abs),... (by AskIchthys)
function calls funtions (programm wrotten with a class)
 
Write your question here. How can i make function ( print() ) calls to functions (isInteger() and i...
[2 replies] Last: it works . thank you coder777 :) (by malmsteen)
Help, I have to put the discount on my code but I don't know how
 
My professor asked me to improvise my previous coding by giving 10% off the price to member and if t...
[1 reply] : Give the code of your program so that we can solve it (by saadusmani)
C# XmlReader Help
 
I'm trying to fetch my Facebook RSS Feed using the XmlReader in System.Xml, but it returns this erro...
[2 replies] Last: Well thanks at least to redirecting me to a C# forum (by Code Apperentice)
Pls I need Help!!!
 
Consider each of the following code fragments below that could be part of a C++ program. Each fragme...
[12 replies] Last: Am glad you are been helped out. Here is what you will have at the en... (by Kitsi)
Use Of gotoxy(x,y) in C++
 
which header file is to be included to use gotoxy(x,y)statement?
[1 reply] : Did you even try to search for it? http://lmgtfy.com/?q=C%2B%2B+gotox... (by Gamer2015)
Help with error input
 
Here i get input for accNum and gives out error message when the input is not an integer. However, w...
[4 replies] Last: Nvm. Figured it out.... (by jasperchin)
by SVcpp
Recursively append the first node of Linear Linked List to the end
 
Hello, Still a beginner to this recursive thing. I'm having a really hard time trying to solve this...
[7 replies] Last: @cire It seems like you know a lot about data structures. Any books y... (by SVcpp)
Flashcard Console Application <Help>
 
I am trying to put together something that will help me learn medical terms. The idea is that the wo...
[2 replies] Last: Thanks!! I'm still a bit new to programming, so I'll have to look up ... (by dscheip)
by ynotmi
Is C++ a good start for an Android APP?
 
I am trying to write a simple APP & I was under the impression that C++ was a good start to write my...
[3 replies] Last: I do not know where you got the impression that C++ was a good start f... (by admkrk)
May 2015 Pages: 1... 1112131415... 40
  Archived months: [apr2015] [jun2015]

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