How do I perfect this? :D |
|
[1 reply] : Improvement suggestions: 1)Replace the goto by a loop. Makes the wh... (by hanst99)
|
by calcium20
Histogram program
|
|
[no replies]
|
by navderm
Scope of base class
|
|
[3 replies] Last: Let's just put it simple: public inheritence is basically inheritance.... (by hanst99)
|
by lalala
output keeps running on
|
|
[1 reply] : #include <iostream> #include <string> using namespace std; i... (by vlad61)
|
by myashar
Reading strings and integers from .txt file and printing output as strings only
|
|
[1 reply] : Hint: Look at what your output does. Suggestion: Close the file using... (by hanst99)
|
by beeholtz
trouble getting functions to work right
|
|
[3 replies] Last: Well yeah, I can tell you why. void PrintResults( int gallons, i... (by hanst99)
|
Pointers not working? |
|
[5 replies] Last: No, what I mean is this: taxRate = FICA_RATE/* This part doesn... (by hanst99)
|
by wonopon
A good C++ GUI Library
|
|
[5 replies] Last: In windows it's done through callbacks, and letting windows do it's jo... (by hanst99)
|
by Krisando
Initialize static template class data members
|
|
[2 replies] Last: Sorry, that was a typo. Thankyou, placing the initialization in the... (by Krisando)
|
by zone19871
Image File Type
|
|
[2 replies] Last: +1 Computergeek01 I always use png's for my transparency in my game... (by ultifinitus)
|
by subith86
Need suggestions for C++ OOP concepts for beginners
|
|
[no replies]
|
by rajimrt
Method return types
|
|
[2 replies] Last: Yes, thank you. (by rajimrt)
|
by oldnewbie
pointer question
|
|
[no replies]
|
Preprocessor Directive Question |
|
[3 replies] Last: Thanks for your replies. (by closed account zb0S216C)
|
by mybluesock
Read float data from txt file to array
|
|
[3 replies] Last: Nevermind; it seems to be working now! (by mybluesock)
|
Is std::tr1::ref really pass the reference? |
|
[no replies]
|
by Steven57
Pyramid of X's
|
|
[2 replies] Last: I for one love when teachers give you the wrong instructions in your a... (by Computergeek01)
|
by neilneil2000
malloc crash
|
|
[2 replies] Last: file1 , fp , and pcap_dump_open aren't declared; what header files... (by Moschops)
|
by ivanlex
What's big-O notation
|
|
[1 reply] : It's a way to show the complexity of an algorithm http://en.wikipedia... (by Bazzy)
|
by tripydevin
Tic Tac Toe using 2d Array
|
|
[3 replies] Last: Here's one I made a while back. This is the code for checking for a... (by Lynx876)
|