by Banned curse
I need to convert a pascal code to C++
|
|
[3 replies] Last: If your course is in Pascal, you might as well learn it. It isn't very... (by Duthomhas)
|
by rain
SetConsoleTextAttribute causes an error (I wanna highlight entered name)
|
|
[1 reply] : You need to turn your compiler warnings on and fix those errors. Using... (by Duthomhas)
|
by webbywebb
substrings
|
|
[1 reply] : http://www.cplusplus.com/reference/string/string/substr/ (by helios)
|
by daveh2009
Problem using _rmdir()
|
|
[1 reply] : duplicate!! (by writetonsharma)
|
Questions about reading binary file into unsigned int arrays. |
|
[2 replies] Last: 1. are you opening the file in binary mode? 2. reading binary is not ... (by writetonsharma)
|
by nanger
what is the default type of inheritance?
|
|
[1 reply] : try compiling this code and see.. :) (by writetonsharma)
|
by scuzzo
Linked Lists
|
|
[5 replies] Last: This doesn't directly solve your problem, but IMHO, you really should ... (by jsmith)
|
by DTXL
Accessing/Storing values using Push_back()
|
|
[1 reply] : http://cplusplus.com/reference/stl/list/push_back/ (by closed account S6k9GNh0)
|
by nanger
about enumeration
|
|
[5 replies] Last: thanks! (by nanger)
|
by bobsta
Problem with multiple indirection with nested classes
|
|
[1 reply] : Found offending line in code (line 11 of Plane::Plane(...) constructor... (by bobsta)
|
by luvsom
Nested switch statements and functions
|
|
[6 replies] Last: Ahhhhh I see...Thank you so much!! (by luvsom)
|
couple random facts!!! |
|
[1 reply] : #include <iostream> using namespace std; int main() { ... (by masiht)
|
by chrisname
Fibonacci sequence problem
|
|
[4 replies] Last: Ohh! Thanks! Can't compile right now as I'm at school (it's 8:15AM in ... (by chrisname)
|
by satchmo05
vector.pop_back() question
|
|
[1 reply] : check out vector::erase() (by kevinchkin)
|
by notanoob3000
What do I save codes as?
|
|
[5 replies] Last: It obviously depends on the O/S your using, if your using "vista" Dev-... (by anythingworks1)
|
by musique
So simple, yet hard for me...Not reading the date from file...
|
|
[9 replies] Last: Ok, I got it now. I changed the set width. Thank you very much I am go... (by musique)
|
by Lorena
An error I cant seem to pinpoint
|
|
[4 replies] Last: Turns out it was a conbination of both things... Thanks for the help ... (by Lorena)
|
by jayt
how does this program work
|
|
[2 replies] Last: Thank you ! KBW (by jayt)
|
storing data |
|
[4 replies] Last: yeah thats what i was curious about == (include fstream and then read ... (by anythingworks1)
|
by jayt
dynamic memory alloction question
|
|
[14 replies] Last: thanks for the help . I am reading the tutorial here again. (by jayt)
|