Beginners (Page 111)

New! Join the C++ community on Google+
Character Pointer
 
I'm not a complete beginner, but this question is trivial so it seemed appropriate to have it here. ...
[2 replies] Last: I received the error "StringFromInt" is undefined; I haven't worked wi... (by jim hurley)
by DanF22
functions
 
hi guys in my class we are getting to other functions besides int main. how can i create an 1) input...
[1 reply] : In user define functions there must be a returning value if return dat... (by shahbazsaleem)
palindrome function won't run properly
 
I have a function that i've got to write as part of a program. The function is designed to check and...
[6 replies] Last: that was why I was trying to use double instead of integer, so that w... (by jlmckelvey91)
No match for operator in 'std::cin <<input1' Won't compile.
 
Help guys, got this due in a couple hours and it is driving me nuts. I can't figure out the problem....
[3 replies] Last: Still having issues with /shift2/Debug/../shift_2.cpp:26: undefined ... (by guestgulkan)
Intro/ Program freezes during function call
 
Hello, i'm just getting started into C++ programming and during the course of learning have repea...
[3 replies] Last: Next time this happens, run your code using a debugger and interrupt i... (by Moschops)
Code Validation Problems
 
Hey everyone, I'm working on a homework problem for my computer science class, and I'm running in...
[12 replies] Last: Awesome! The code works beautifully! Thanks again! (by zeta4321)
what does 'undefined reference to class::class(int)' mean (where class is the class name))'
 
this is the error im getting but the question ive asked to work out the problem is on another thread...
[1 reply] : It means that class 'class' has no the definition of the constructor c... (by vlad from moscow)
Help on program regarding uppercase/lowercase
 
Hello, I'm working on a program that is supposed to: Convert uppercase characters to lowercase, and...
[1 reply] : Note: I realize I included <string> in my program. I don't think I nee... (by BloodMoney)
by KDF
new to C++.. a lot of errors on programs
 
I am 100% new to C++. taking it for a class in college, and we were given some homework assignments ...
[4 replies] Last: yes it was an older book, and the .h always confused me but now i was ... (by KDF)
Histogram, almost done!
 
For this project I basically allowed the user to input how many times they wanted to roll two dice, ...
[2 replies] Last: Works great, I tried going about it that way earlier but didn't includ... (by lauraw487)
Simple equation help
 
I am putting this post in the beginners section, because this is basic algebra and I fell stupid for...
[16 replies] Last: @LB sure, that must have been it. No, actually I thought of a solut... (by IWishIKnew)
General C++ Programming
 
Sometimes when I look through my book, that I use to help me, I get a bit annoyed that some things t...
[5 replies] Last: its all ive been doing recently, i might relearn buckies tutorials, bu... (by devonrevenge)
Function findMax and findMin
 
How can one create an array of two functions which accepts integer array along with its size as two ...
[9 replies] Last: Vlad u have saved my life thanks so much!! (by princesslumy)
Application NOT run outside C++ Project Folder
 
Hello All, First I would like to mention here that I'm really beginner into C++. My goal was to bu...
[1 reply] : This is a C++ forum, you are using C++/CLI (a completely different lan... (by L B)
RUNTIME ERROR IN FUNCTION OVERLOADING
 
The below given code has a runtime error. 1: To overload the function i change the data-type of par...
[5 replies] Last: thank you very much (by shahbazsaleem)
Help with asking user to input numbers?
 
Just to be clear, I chose Computer Programming as a minor, because I thought it would be interesting...
[2 replies] Last: Sorry to hear about your situation but I agree with SamuelAdams, stay ... (by Longazan)
a girl is stuck trying to create parts inventory
 
thanks melissa
[8 replies] Last: @ ResidentBiscuit : I laughed :) Wazzak (by Framework)
Member Variable with Limited Scope
 
Hello all, I've got a beginner question about object orientation in c++... Let's say I have two i...
[5 replies] Last: No, not really. Though I don't really see why you'd have the need f... (by Disch)
by Nausea
Box collision with changing Box size
 
Hi there! I have a real big problem solving how I can make sure my sprite does not get stuck when...
[3 replies] Last: Thanks for the reply. Well this "game" (which isn't really a game, jus... (by Nausea)
Codeline Help....
 
Write down C statements to perform the following operations. Take x, y and z from the user: z = 4.2...
[3 replies] Last: include ; at the end of line 6 edit Im sure your are learning C++ o... (by vichu8888)
Pages: 1... 109110111112
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.