Beginners - December 2013 (Page 20)

by izwan
combination loop and function
 
how to create programming that prompts user 3 question where each question provides 2 different answ...
[4 replies] Last: Post what you have even with errors and you will get help. (by Chriscpp)
by aish96
Delete data from a data file
 
I wrote a code for deleting an entry from a file. The user gives the record number recno1 which n...
[7 replies] Last: Thank you very much :D :D (by aish96)
what's the difference between cin.get() and cin.getline()
 
also suppose I have to arrays or string like in this code char name ; char fakename ; c...
[3 replies] Last: get() method from the istream class reads until it bumped to the new-l... (by rich1)
Need help with do while loops
 
Okay so I've been getting along with C++ okay so far (came from a java background), but I think I've...
[2 replies] Last: Thank you so much tipaye. Really appreciate the help! (by Callum Mills)
Need help with a Function
 
Can someone please tell me what is wrong with my function? //Protoype void registration(HA...
[2 replies] Last: Im trying to display Car details by the regNo Here is the code. And ho... (by john78011)
by AmitH
Dynamic array to int array
 
Hi all, I'm trying to allocate dynamic array (its size will be changed a few times during the pro...
[13 replies] Last: You helped me out Thanks a lot... (by AmitH)
C++ file problem with endl; and "\n"?
 
Hello everyone, When I try to make another line in a file using endl; or "\n" it does not work. I...
[1 reply] : > I am using cygwin to compile. > How do I fix this? There is nothing... (by JLBorges)
by aish96
Deleting a Record in a Data File
 
How do I go about deleting a record from a data file? I haven't used classes and my textbook only sh...
[no replies]
by amjaad
algorithm the user choose the pivot
 
in this program i want from the user choose if he want the pivot in the first or last ! // // mai...
[no replies]
Function
 
How to write a recommendation program that prompts user with two questions where each question provi...
[2 replies] Last: No idea at all.. (by cheque90)
Help understanding this assignment
 
Ok members, so to start it off I have an input data that will look like johsin 85 75 75 93 83 Ansi...
[1 reply] : I believe by parallel, it means to match the index of the name to the ... (by Smac89)
by pintee
unresolved external symbol
 
I' m creating a simple MFC text editor in VS2010 in order to learn C++ and I've hit a bit of a stumb...
[5 replies] Last: Yup! Thanks. (by pintee)
School Code, Base Conversions
 
Hi everyone, this is my first post on this forum. I am currently writing a program that takes an int...
[1 reply] : Try this: Declare this array in getanint() or in main or whatever: ... (by i like red pandas)
help :'(
 
i need help in 'Bitwise operators ( &, |, ^, ~, <<, >> )'
[1 reply] : http://www.cprogramming.com/tutorial/bitwise_operators.html (by RadWayne)
Arrays/Pointers
 
This works, and I'm THINKING it's bad practice but I want to know why exactly. int main() { ...
[1 reply] : first of all, you have a memory leak (new without delete) second, whe... (by Cubbi)
by wahhaj
Making the application wait for input
 
I'm writing a win32 console application in windows 8 using visual studios 2013. The application wi...
[2 replies] Last: I did some research on hooks and yeah that stuff is way too advanced f... (by wahhaj)
Have a project in mind but need help on where to start
 
I've taken classes in C++ and would like to continue exploring the subject, however it is difficult ...
[4 replies] Last: To implement a GUI into your program you'll need to use a graphics lib... (by RadWayne)
by amkans
Question about "else if"
 
I'm watching a video tutorial for C++, and this is a minor issue because I still got the program to ...
[3 replies] Last: Thank you both for your quick replies, I'll be honest and say I'm stil... (by amkans)
Nested Loops, Count up then down...
 
I was wondering if anyone could help me point out whats wrong with my code. I want to use a nested f...
[3 replies] Last: You can reverse your outer for loop to count down from a larger number... (by yulingo)
I need help with my file stream part of my program.
 
my dad is trying to start a business and I am writing this program to simulate our profits. I am hav...
[2 replies] Last: the input file is exactly what it is reading and writing from the file... (by zedidiah)
December 2013 Pages: 1... 1819202122... 69
  Archived months: [nov2013] [jan2014]

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