Beginners - October 2011 (Page 19)

by arooj
Two brief questions about asciis and selection structure in C++
 
so i made this halloween ascii displaying program for a school project, and i was wondering how i wo...
[5 replies] Last: Thanks, i fixed the caps/lowercase problem, now i just need to know ho... (by arooj)
Read numbers from a txt file and find the largest and smallest
 
Im trying to write a program that reads in a text file of random numbers and then finds the largest ...
[1 reply] : First of all I would have: if(fin.fail()) { cout << "Input file ... (by BReynolds)
For Loop Conditions
 
I have a bit of code that was written by someone else and I have never seen a for loop with a condit...
[4 replies] Last: Alright, So <=0 is false and >=1 is true. Not quite. Zero is false,... (by Moschops)
load image array from file
 
never mind i didnt relize there is nothing but noobs that are on this forum i actualy tought maybe t...
[no replies]
2D array access violation
 
Hi, first time poster old time reader :) ... ok, i have a problem with this homework that is due t...
[2 replies] Last: Moschops .... :) .. it worked :P ... I love you i cannot believe i... (by zellwwf)
need to know how many bytes are in a file
 
How do I find out how many bytes are remaining in a file and store that in a variable? Thanks
[1 reply] : See the example in http://www.cplusplus.com/reference/iostream/istream... (by hamsterman)
Big trouble~~~need assistance~~~~
 
Anyone know how too get the last 4 letter (abcd) by using this statement? now it only can take the f...
[6 replies] Last: thank you very much! (by lanceTCT)
by Hasun
bubble sort program help
 
Hi, i am new to C++ programming. This is not my major subjects but, i need help. My professor gave ...
[2 replies] Last: Have you searched for information on a Bubble sort on the web. There ... (by Azagaros)
Book help
 
Can someone suggest me some book that is oriented only for intermediate level. I finished basic... I...
[1 reply] : There are lots of books out there. You'll have to be specific on what ... (by ciphermagi)
by Chathu
update Records in a text file
 
How to update records in a text file?
[6 replies] Last: Thanks a lot :) :):) (by Chathu)
Im so new, I dont even know...
 
Hello! I'm a new programmer, looking to learn C++. I learned Basic language so as to become accust...
[19 replies] Last: It's not all through tutorials. I have understanding of it through col... (by ciphermagi)
Differences between structs and classes
 
Please correct me if I'm wrong. struct objects can be used to store multiple data in a group....
[2 replies] Last: You've got it essentially correct. A private member means that it's no... (by mzimmers)
Union of Subsets
 
Greetings! I'm currently trying to write a program that will allow a user to enter two subsets [A...
[2 replies] Last: else { answer = subsetB ; k++; answer = subs... (by ciphermagi)
Please Help
 
I am taking a programing class for school and I cannot figure out the error in this program: #inc...
[3 replies] Last: I'm not sure how you're getting a segmentation error. I also don't see... (by mzimmers)
Arrays and Pointers
 
I have to write two versions of this function and use array subscripting and pointers and pointer ar...
[6 replies] Last: lbgladson The code you posted (in your 2nd post) is nearly correct. Yo... (by closed account D80DSL3A)
Counting letters in file
 
Hello. I am writing a program that reads text from a file and outputs to another file the letters to...
[no replies]
Overuse of pointer
 
I have finished many C++ projects in my class and I have been using pointers for most of the storag...
[1 reply] : Use a pointer (a smart pointer when transferring ownership of an objec... (by Athar)
Arrays with functions.
 
I'm attempting to put an array of chars into a function with a default value with this: char * N...
[2 replies] Last: O.K, thanks! (by Ben Duncan)
I need help!
 
I am trying to generate a table of conversions from Celsius to Rankin and allows the user to enter t...
[8 replies] Last: @Aaron Why do you think the program disregards the users input.? the... (by whitenite1)
why clrscr is undefined in visual studio 2010?
 
i use the code below in visual studio 2010 but it doesn' define clrscr(); what should i do? #incl...
[1 reply] : http://www.cplusplus.com/articles/4z18T05o/ (by Duthomhas)
October 2011 Pages: 1... 1718192021... 59
  Archived months: [sep2011] [nov2011]

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