by scottie7580
Program Defined Value Returning Function
|
|
[4 replies] Last: Thanks again! This code works now, do you see anything else wrong wit... (by scottie7580)
|
by Flaming
Array matching
|
|
[9 replies] Last: I'm not sure what the error means, but there are a couple things wrong... (by Browni3141)
|
by bergerkiller
How to implement a smart class convert?
|
|
[12 replies] Last: Flame war commenced...lol xD Just for starters, are we talking of c... (by bergerkiller)
|
what is the best solution to keep legacy support |
|
[1 reply] : First of all, congratulations to you for even planning this out! So m... (by kooth)
|
by mppk
else statement to correct filename
|
|
[1 reply] : You have a common mistake in your if statement. One way to code it is... (by kooth)
|
by slicedpan
Boost::Thread library question
|
|
[no replies]
|
by lucasbemo
create file Excel
|
|
[3 replies] Last: Don't try to code it from spec. You simply wouldn't believe how diffi... (by kbw)
|
by damage151
Stuck on a problem
|
|
[1 reply] : http://www.cplusplus.com/articles/how_to_ask/ (by Null)
|
by adn258
Writing An Image Within C++?
|
|
[2 replies] Last: In the same way that fstream makes it easy to use files, an image libr... (by kbw)
|
by FrustratedSE
DVD Rental System
|
|
[2 replies] Last: My bad kbw. (by FrustratedSE)
|
by migo07
Linked List with filestream
|
|
[no replies]
|
by NickPaul
Inheritance Question...
|
|
[3 replies] Last: Thanks to both of you. All worked out! (by NickPaul)
|
by newcoder
Counting charsin my 2d Array
|
|
[no replies]
|
by kotoro
Need to reorganize data files into spreadsheet output
|
|
[7 replies] Last: Solution worked like a charm, with the caveat that it has dependencies... (by kotoro)
|
by encoded
recursion binary search
|
|
[7 replies] Last: No problem, here's the complete code i came up with, try it and it sho... (by slicedpan)
|
by appleguy
Trying to read strings, separate them and store into vector
|
|
[2 replies] Last: i was trying to declare Movieline to be the first element in the MM ve... (by appleguy)
|
by MCN29
Vet Clinic Program??
|
|
[1 reply] : while (catChoice > 0 && catChoice < 4){ //... if (catChoice == 4)... (by ne555)
|
by kasmador
>> operator overloading error ambiguous
|
|
[4 replies] Last: Found the mistake. Some stupid typo... Thanks, Cheers (by kasmador)
|
by WangChung
Printing
|
|
[no replies]
|
by melissak0421
ATOI
|
|
[7 replies] Last: That wouldn't work, because &cTemp wouldn't be NULL-terminated. (by Kiana)
|