Fraction Processes |
|
[3 replies] Last: You just have to parse the string. It's a useful skill :) Iterate th... (by ascii)
|
by Liuqahs15
Visual C++ 2010 Compiler Glitch?
|
|
[2 replies] Last: Thanks. I was under the impression that the new changed a pointer in... (by Liuqahs15)
|
by abby11
Trouble with a for loop and display in program
|
|
[5 replies] Last: You're welcome... (by whitenite1)
|
by catalincat94
area of a triangle
|
|
[1 reply] : Can you be more specific? And, please, when including code, post it in... (by mzimmers)
|
by seini
error "lacks a cast"
|
|
[2 replies] Last: thank you ....you for the help ...let me look at it and if i have anot... (by seini)
|
by Jodezilla
Correct my code: it seems far too complicated.
|
|
[4 replies] Last: Thank you to everyone that commented, I don't mind the criticism at al... (by Jodezilla)
|
by IWishIKnew
If...Then...Else, or Boolean?
|
|
[2 replies] Last: cool, thanks. (by IWishIKnew)
|
by captdrizzle
Operator overloading and stacks
|
|
[7 replies] Last: I would say to use Code::Blocks, it a lot more standard C and C++ than... (by BReynolds)
|
by kong288
What is this?
|
|
[1 reply] : It's a constructor. And you shouldn't get an error, that's all perfec... (by Disch)
|
by IWishIKnew
Compiler doesn't work
|
|
[15 replies] Last: .cpp extension = works perfectly! God this is so much better the ms v... (by IWishIKnew)
|
by DG 55
How to unit test a main() function?
|
|
[4 replies] Last: I found one solution: I used _popen to open the program I want to tes... (by DG 55)
|
by Onceler
How do I work with binary and individual bits and write just one byte?
|
|
[10 replies] Last: istream::read() works with chars; http://www.cplusplus.com/reference/... (by andywestken)
|
by arooj
Halloween Selection Solution
|
|
[5 replies] Last: The mistakes you do are so simple. I mean...to print on the screen a s... (by CosminNTG)
|
by Ben Duncan
References to structures.
|
|
[4 replies] Last: Okay, thanks! (by Ben Duncan)
|
How many times to repeat? |
|
[3 replies] Last: actually i copy paste this problem what alghorithym can i use to solve... (by TURAL MeLIKLI)
|
by Jack Black
Unexpected end-of-file found
|
|
[2 replies] Last: Nevermind, I got it :) (by Jack Black)
|
by De1
Error using vector::erase()
|
|
[8 replies] Last: So if I understand you correctly, any iterators that are not correcte... (by moorecm)
|
by pooshi
Big-O Question
|
|
[5 replies] Last: I figured it out. Thanks guy's. (by pooshi)
|
by lenn18
How do I program the fibonacci serie?
|
|
[3 replies] Last: Thanks a lot for the code as you may know I am very new at this, you'v... (by lenn18)
|
by littlefoot
invalid initialization
|
|
[2 replies] Last: fpos_t is not meant to have a value explicitly assigned by you. It is ... (by Moschops)
|