by Minimacfox
Do you learn to code quality code?
|
|
[1 reply] : depends on how often you have to use it, if anyone gives you advice, i... (by Darkmaster)
|
by high
Rabin's information dispersal algorithm
|
|
[1 reply] : This is a console program, and needs command line arguments. You can ... (by Lowest0ne)
|
by Sergi0
Should I continue learning C++
|
|
[1 reply] : You should keep learning C++ IMO. It's a GREAT tool if you look into s... (by Minimacfox)
|
by Sandz
Help with !
|
|
[3 replies] Last: It worked! Thank you so much! :) (by Sandz)
|
VS2012 lib error |
|
[no replies]
|
by bondman
Reducing numbers to 0
|
|
[2 replies] Last: First off, these do the same thing. x--; x = x - 1; You had you're ... (by Lynx876)
|
by progga
Maze
|
|
[8 replies] Last: Some tips for the future = maybe paste more than just a single line of... (by Chervil)
|
by basiCoder
IDE: Library & Header Confusion
|
|
[8 replies] Last: Arr, just remove the parenthesis at the end: http://www.open-std.org/J... (by MiiNiPaa)
|
Difference between a[] and char* p |
|
[1 reply] : When appears in a function definition or prototype, it's a placehold... (by kbw)
|
by jadegnan
Trying to shorting a bit of code
|
|
[2 replies] Last: I don't understand the code, and how it relates to the picking-up and ... (by Chervil)
|
& |
|
[2 replies] Last: Thanks (by Medet Kozhabaev)
|
by genap
If-Else statements and Executive Brackets
|
|
[5 replies] Last: if (pin == "1111") std::cout << "correct" << std::endl; else ... (by MiiNiPaa)
|
by sh129951
Array, Zero a row
|
|
[2 replies] Last: Thank you! I was thinking of it too simplified as we would see it rat... (by sh129951)
|
Can someone explain this to me? |
|
[3 replies] Last: modulas is not the answer There is an fmod() in <cmath> (by MiiNiPaa)
|
by js404
ridiculous error messages that shouldn't be happening
|
|
[1 reply] : you're not supposed to have a semicolon in front of the calling main f... (by Konochi)
|
by gladi
Time and Date class error.
|
|
[3 replies] Last: You're quite welcome. (by palauan73)
|
by mizztrixi333
Basic Interest Program with wrong math??
|
|
[7 replies] Last: WOW! I figured it out. Whew! I figured out I needed to used fixed & ... (by mizztrixi333)
|
by natekelsey
Reversing sentence order using char arrays and pointers(College Assignment)
|
|
[11 replies] Last: You aren't really doing what the assignment requires. Here's a straig... (by cire)
|
How does this for loop work? |
|
[1 reply] : for the first for loop. for example let us enter 2 for num. for(int i... (by gladi)
|
by kohlh
accessing directories
|
|
[no replies]
|