Skip to content

Commit

Permalink
fixed some gibberish
Browse files Browse the repository at this point in the history
  • Loading branch information
XDXX authored and pezy committed Apr 26, 2015
1 parent d6abb6f commit d3dac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch12/ex12_24.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Write a program that reads a string from the standard input into a dynamically allocated character array.
// Describe how your program handles varying size inputs.
// Test your program by giving it a string of data that is longer than the array size you��ve allocated.
// Test your program by giving it a string of data that is longer than the array size you've allocated.


#include <iostream>
Expand Down

0 comments on commit d3dac7e

Please sign in to comment.