by Myna
c++ program that count the occurrence of character in a text file and produce a histogram of the character count.
|
|
[1 reply] : 1. Why do you need this second while -loop? Its body will never be ex... (by tcs)
|
by DarclopsZero
Knight Tour Loops Problem
|
|
[1 reply] : 1. Your code is heavily unreadable. Please use [code ]/*Your Code Here... (by tcs)
|
by superfury
How does OPL2 synthesis work?
|
|
[1 reply] : I'm assuming you were at least able to find an OPL2 doc that covers th... (by Disch)
|
by jowebb123
Passing an array of pointers from a function to main()
|
|
[2 replies] Last: 1. The program above compiles well. 2. Line 10, 12: You've defined ... (by tcs)
|
by arj511
Simple Assembly Language problem
|
|
[3 replies] Last: std::sort http://www.cplusplus.com/reference/algorithm/sort/ http://... (by LB)
|
Who wants to be a millionaire?! |
|
[no replies]
|
WRITING A HARD PROGRAM!! |
|
[2 replies] Last: File input: http://www.learncpp.com/cpp-tutorial/136-basic-file-io/ ... (by anup30)
|
by Gaminic
Function pointer syntax.
|
|
[4 replies] Last: > It's going to take me some time to understand the syntax of placehol... (by JLBorges)
|
by jdougherty
How to copy a .txt file?
|
|
[4 replies] Last: Would there be a way of doing it with the way I did it above? If I do ... (by jdougherty)
|
by JemCel03
A Simple Problem
|
|
[4 replies] Last: The instructions call for using overloading. That means same function... (by PCrumley48)
|
by morv
Copy constructor and destructor in c++
|
|
[3 replies] Last: You'll need to loop too. Also, you can't just delete _roadPlan, it's a... (by tipaye)
|
by Gaminic
Passing an object constructor to push_back
|
|
[5 replies] Last: That's the odd thing, there was really absolutely nothing going on exc... (by Gaminic)
|
by jdougherty
Unresolved External symbol
|
|
[3 replies] Last: You code has 2 constructors: This one - Declaration: Book(char t ,... (by tipaye)
|
by Lozy
Problem with reading a file into array of struct
|
|
[1 reply] : infile >> s .barcode; cin.ignore(); You are reading from infile, bu... (by MiiNiPaa)
|
by haydenmay10
Simple Motor rotation control problem
|
|
[1 reply] : What you need to know is the speed of the rotation. I.e. What's the de... (by coder777)
|
simple C++ fstream problems,May anyone help me? |
|
[4 replies] Last: also for cout the statement from cin,the whole explanation of load() ... (by loopfriend1234)
|
by zakelong81
pointer problem?
|
|
[6 replies] Last: @Grey Wolf this even better thanks man (by zakelong81)
|
by qingcheng
create random number as zipcode
|
|
[1 reply] : You never call createZipcode, so zipcode is never initialized. One pos... (by ats15)
|
by Vishnu27
Text based detective game
|
|
[no replies]
|
by ajpc58
C++ Program Help
|
|
[2 replies] Last: you start off and we help after you get a start. ok? (by jasonwynn10)
|