Beginners - October 2015 (Page 7)

by Jon15
Class and Getline problems (1,2)
 
Hellow, i am writing a program that will decode and encode messages. (A = 1, B = 2, space = 0, etc....
[21 replies] Last: http://www.cplusplus.com/reference/cctype/isalpha/ (by closed account 48T7M4Gy)
Why dereferencing is not needed in this case?
 
Hello, I'm a little confused about this 2 constructs: To access the vector object, I have to dere...
[no replies]
by forejs
ERROR Linker command failed to exit
 
You were absolutely right. I fixed the definition and now I have this up and running. The < code >...
[2 replies] Last: I ran it and it appears i have some design flaws... Here are the er... (by forejs)
Debugging code
 
Okay so I am given code which needs to be fixed. All logic and syntax error need to be fixed. I don'...
[no replies]
Finding Prime Fibonacci Numbers
 
My program is suppose to output the first 8 Prime Fibonacci numbers, My output is as follows: 1 1...
[1 reply] : i think because you check 1 first then you get "1" then you check two ... (by hohanyo)
dynamical array alocation and displaying it
 
Hello i have to do this: Write a function that takes 3 arguments, a length, width and height, dynam...
[no replies]
Warning C4244 ??
 
Hello, I'm getting an error: warning C4244: 'argument' : conversion from 'time_t' to 'unsigned in...
[15 replies] Last: 😜 (by closed account 48T7M4Gy)
Help Function assignment
 
Hello all, I'm pretty new to programming and I'm not very good at it. But I have this assignment and...
[8 replies] Last: How should I re-write my main function to get the calculations i need? (by Lamshark)
Float digitis
 
float is 7 digit. Isn't it? why out put print out 6 digit? #include <iostream> using namespace ...
[1 reply] : You can set the output precision to show more or less digits: #inclu... (by closed account E0p9LyTq)
by ct180
Updating ctime
 
The following is what I have come up with regarding a small program that should show the current tim...
[2 replies] Last: I have to use ctime. Also, just realized l left some parts out of the ... (by ct180)
Help Please?
 
Write the following 3 functions. a) A function the prints three asterisks with three spaces in be...
[13 replies] Last: Staying within the parameters of the assignment... #include <iostre... (by pearlyman)
Bool recursive function about palindrome|Homework
 
Hello I need some help here I don't have ideas to code a bool recursive function about palindrome. H...
[3 replies] Last: my program is a case sensitive (by sujitnag)
can you create a UI with C++?
 
Hidy ho all, my word its been some time since I was here last. I was curious about something. ...
[6 replies] Last: [quote=MiiNiPaa]If you make past all layers of abstractions modern OS ... (by closed account E0p9LyTq)
C++: Writing backwards the content of a string, output is not the expected
 
I want to write a script that asks for the user to write a single word (stored as a string) and the ...
[8 replies] Last: [quote=juliotv]wow! Thanks a lot for showing me the different ways on ... (by closed account E0p9LyTq)
by dahin
Error expression must have integral or enum type
 
My following code gave error message like expression must have integral or enum type when I tried to...
[2 replies] Last: Thank you. Now it works.. (by dahin)
unable to get required output
 
Hello! i've been working on a Contacts program, and i'm unable to get the desired output, can someo...
[7 replies] Last: Hey thanks Ericool! I'll try it out... (by Shashank Setty)
Need Help!How to rewrite the Palindrome function recursively?
 
I don't have ideas to rewrite the Palindrome function recursively. Can you guys help me?or tell idea...
[5 replies] Last: http://www.cplusplus.com/forum/beginner/177254/ (by closed account 48T7M4Gy)
by tnt980
Code Help
 
i need the code to have the user input a number and have it say an error if it is not positive. her...
[8 replies] Last: @chicofeo ;) (by closed account 48T7M4Gy)
by sk9294
different output
 
why code 1 works fine whereas code 2 doesn't????????? code 1: #include<stdio.h> void main(...
[9 replies] Last: #include<stdio.h> int main( ) // just change it to this { int a =... (by closed account 48T7M4Gy)
by ric717
Output Formatting
 
Hey everyone, I'm a newbie in C++ and I wanted to know how to format my output in such a way that...
[1 reply] : @ric717 - I know Celsius scale not Celcius - See this: http://ww... (by condor)
October 2015 Pages: 1... 56789... 57
  Archived months: [sep2015] [nov2015]

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