by sanasuke15
Search Inside text files
|
|
[2 replies] Last: Maybe use a struct to hold each product. Then create an array of these... (by Chervil)
|
by h4ever
swap function (debugged in VS Express)
|
|
[5 replies] Last: char *r1 = strdup("world"), *r2 = strdup("Hello "); void swap(char ... (by tath)
|
by RabMac
Classes
|
|
[7 replies] Last: > unsigned int get_number();//accessor member function Make the acc... (by JLBorges)
|
by binso
Class arrays.
|
|
[6 replies] Last: Hi. I found out the problem with the bool and it all works. Thanks for... (by binso)
|
by metulburr
pipe output from command to string
|
|
[2 replies] Last: thanks JLBorges (by metulburr)
|
by stardust2552
initialized value to new value
|
|
[15 replies] Last: Well, I use a couple of different compilers, one is MinGW32 4.7.2 whic... (by Chervil)
|
by ldelsignore
Cohesive Explanation of I/O Streams Needed
|
|
[1 reply] : If you want to be sure the file will be opened, you could specify the ... (by Chervil)
|
by tkap
expression solving
|
|
[3 replies] Last: What if there is no solution? (by Chervil)
|
by epeterford
Reading integers from .txt file help! (Practice Question Inside)
|
|
[1 reply] : Well, in this example it might be useful to think of the ifstream as b... (by Chervil)
|
by srikrvd
Error when I tried to read from a Binary file
|
|
[no replies]
|
by JohnRip89
Is it possible to merge those functions into one?
|
|
[2 replies] Last: Okay, thank you that was very detailed and helpful. (by JohnRip89)
|
by avatarait
Two questions; how do command line inputs work and how do I start working in windows applications?
|
|
[9 replies] Last: Sorry, I was away (I only really tend to knock about the forums betwee... (by MrHutch)
|
by fahmankhan75
Test Scores Arrays
|
|
[9 replies] Last: I see it now! Thanks for your responses shadowfiend :D (by fahmankhan75)
|
by Ala888
How to modify external programs
|
|
[2 replies] Last: Please at least point me towards its general direction. The point of t... (by Ala888)
|
by Chazboski
Problem entering values into a binary search tree
|
|
[no replies]
|
by hilft
Polymorphism question
|
|
[3 replies] Last: ninja'd LOL but nice explanations. verry helpful as always. thanks (by hilft)
|
by hilft
Upper casting problems
|
|
[2 replies] Last: yes i meant static_cast<Pet*>(a_cat) and static_cast<Pet*>(a_dog). S... (by hilft)
|
by amitk3553
class, object, parameter
|
|
[18 replies] Last: Wait, are you saying you want to do something like #define test testc... (by long double main)
|
Function Definitions |
|
[5 replies] Last: Rereading my post, I didn't mean to imply that removing "const" would ... (by norm b)
|
by Karrizzma
What is wrong with my program?
|
|
[1 reply] : you had a few problems in there. First you were trying to return a va... (by Garion)
|