by wander4heat
NIM game
|
|
[4 replies] Last: thanx Zaita. (by wander4heat)
|
by supness
Division Problem
|
|
[2 replies] Last: Fadrax: Instead of testing if b == 0, why not making sure that b can'... (by Somelauw)
|
Question on Syntax |
|
[3 replies] Last: Here's what the C++ Standard says (17.4.3.1.2): "Each name that con... (by Duthomhas)
|
by icemanfan
How to convert string to *char for strcmp
|
|
[4 replies] Last: If your compiler can't convert a std::string to a const char* usin... (by Duthomhas)
|
by Gepardi
Hello world
|
|
[3 replies] Last: Hehe thnx for reply's I have download compiler. i know to 2 copy an... (by Gepardi)
|
by exypnos
how to create programme code for the condition below?
|
|
[9 replies] Last: By the very nature of an open forum, you will get advice that you may ... (by closed account z05DSL3A)
|
by bettie
using classes and arrays
|
|
[1 reply] : Try to develop a data-structure first. Once you have this worked out,... (by int main)
|
by iansane
difference in "flush", "ofstream::flush", and "endl"
|
|
[3 replies] Last: Flushing the buffer is, in this case forcing the contents of anything ... (by bnbertha)
|
by mrtwinkles
What's an enumerated type?
|
|
[6 replies] Last: @mrtwinkle You should also thank the others. Their explanations are... (by int main)
|
by doraid
How can i do ascending sort in 4*4 array
|
|
[9 replies] Last: No offence taken :). Nice to know that the thing I came up with has... (by int main)
|
by SUPERSPORT25
Simple C++ Encryption/Decryption Program
|
|
[6 replies] Last: OK thanks, that fixed it. I guess I need to learn about pointers now. ... (by iansane)
|
by averageGuy
question on pointers....
|
|
[5 replies] Last: Agreed. new coord ; is not valid. Your not telling the OS how much m... (by Zaita)
|
by Maydaa
i've an error while compiling
|
|
[1 reply] : class Roman //; { private: string Roman_Number; int Roman_Decima... (by closed account z05DSL3A)
|
by skev
calculating total
|
|
[3 replies] Last: In general, there is one significant problem with the program, and the... (by icemanfan)
|
by Sherman
School project
|
|
[4 replies] Last: It would be easier to reference specific lines of code if you put your... (by icemanfan)
|
by icemanfan
What's wrong with my program?
|
|
[3 replies] Last: Thanks for your help, bnbertha. I discovered today, after your suggest... (by icemanfan)
|
by arfett
entering a string into command prompt
|
|
[8 replies] Last: You can also do somthing like this: #include <string> #include <ios... (by closed account z05DSL3A)
|
Shutdown computer |
|
[1 reply] : I assume it's windows in which case ExitWindowsEx() will do it ht... (by bnbertha)
|
by bashi
strlen function
|
|
[7 replies] Last: ok i just figured it out it was not any thing with the code it was a s... (by bashi)
|
by Darel
How can I read a paragraph in C++?
|
|
[4 replies] Last: Wow thanks for the help Duoas, I'll see what I can do with this =D ... (by Darel)
|