Will it do the job? |
|
[5 replies] Last: Try this: http://www.cplusplus.com/reference/clibrary/cctype/isalpha/ ... (by Computergeek01)
|
by nezs
Passing data structure to a class in another fille
|
|
[4 replies] Last: Yup, did that. And your suggestion works! Thank you very much! (by nezs)
|
by mansoorazeem
Increase in one value related to another value
|
|
[1 reply] : if (batteryOn)battery++; (by Athar)
|
Could boost::function accept arbitrary arguments? |
|
[5 replies] Last: In which case the best way to deal with a variant is via static_visito... (by jsmith)
|
by billywilliam
resource
|
|
[3 replies] Last: Allegro, wxWidgets, SFML... In general, working with GUI's isn't tha... (by hanst99)
|
by adrianooo231
String giving wrong output
|
|
[1 reply] : exchange line 34 and 30 (by coder777)
|
by maxg316
How can I implement polymorphism in this program?
|
|
[no replies]
|
by tbtphoenix
file input output
|
|
[1 reply] : You can use http://www.cplusplus.com/reference/iostream/fstream/ for t... (by coder777)
|
by pete
data iput and calculation
|
|
[1 reply] : You can use http://www.cplusplus.com/reference/iostream/ifstream/ (by coder777)
|
by pieee
Class problem
|
|
[4 replies] Last: Yeah thanks for that. Originally when I ran the code I had multiple er... (by pieee)
|
by ciphermagi
Dynamic filenames
|
|
[17 replies] Last: bump - Still no luck, and I've been reading the docs and reference mat... (by ciphermagi)
|
by bhawna2285
Support Binary I/O
|
|
[1 reply] : Why don't just look at the reference section? (by firedraco)
|
by Tazz
how to correct the data type problem
|
|
[1 reply] : 3.14 is a double by default. Write 3.14f to make it a float. (by Zhuge)
|
by bigfisherman
looping problems
|
|
[3 replies] Last: ooh, I can play "post the same reply twice, too" :p on how to pass ar... (by matsom)
|
by devjeetroy
Error C1083:Cannot include header file
|
|
[2 replies] Last: Yes, for both. (by devjeetroy)
|
by toadmar
output to a file
|
|
[6 replies] Last: Is there away to output to an ms access file? I would like to open t... (by toadmar)
|
by mta
'Class' Type Redefinition
|
|
[7 replies] Last: Put header guards with unique identifiers in all of your headers (by Bazzy)
|
by k1ng310
2D looping help
|
|
[5 replies] Last: thanks a lot.. thanks! (by k1ng310)
|
by maxg316
How could I use polymorphism in this program?
|
|
[1 reply] : The fact that you can't see where to add polymorphism should tip you o... (by Athar)
|
by mark103
how to correct the errors?
|
|
[6 replies] Last: Maybe you could look for a C++/CLI forum. (by filipe)
|