by Ruthless
How to get leftmost number from an integer
|
|
[2 replies] Last: You don't need an "equation" for the leftmost: int LeftMost = 0; Num... (by coder777)
|
by john924xps
X
|
|
[2 replies] Last: If you do not make an effort, neither will I. (by Da0omph)
|
by IU1
Arrays to calculate grade info
|
|
[7 replies] Last: One thing I learned about the Visual Studio software is that it has re... (by Volatile Pulse)
|
by XzqtN
Help with code please
|
|
[6 replies] Last: cout << count << endl; The endl is actually what does a line brea... (by Volatile Pulse)
|
by atown282
how do i exite a program with Ctrl+C
|
|
[13 replies] Last: @atown282 Here is a small program that I changed from checking for th... (by whitenite1)
|
by Whovian
No matching function
|
|
[14 replies] Last: Oh. *Facepalm* Thanks. I seem to make incredibly stupid mistakes su... (by Whovian)
|
by jPytlo
I/O with files
|
|
[1 reply] : It's a bit more unambiguous and ifstreams and ofstreams only contain t... (by Albatross)
|
by berock212
Making a AZERTY converter and ran into problem
|
|
[no replies]
|
by max rakozy
how long does it take to learn c++?
|
|
[5 replies] Last: [quote=max rakozy] "How long does it normally take to learn c++ basics... (by closed account zb0S216C)
|
by mastmi
OR function
|
|
[1 reply] : In C++, you can do the following: if (This or That) { // code here }... (by Moschops)
|
by Conficker97
while???
|
|
[15 replies] Last: All i would say is that you should normally use the string type for c+... (by closed account ypfz3TCk)
|
by Ramzi89
Reference, const reference and value parameter
|
|
[15 replies] Last: I'm a little confused. I thought that a const reference could be used... (by Athar)
|
by scu1casper
Increment help??
|
|
[no replies]
|
strange long error message |
|
[13 replies] Last: fixed it; I found two differing year versions of .c and .h, 1994 and 2... (by forestPeterson)
|
by LaC0saNostra
Payroll Program Help Needed (Loop)
|
|
[8 replies] Last: This is what I have with errors: #include <iostream.h> main(){ ... (by LaC0saNostra)
|
by snesnerd
my code wont do what I want it to do
|
|
[9 replies] Last: The program is like a test. First you get random numbers and that rand... (by Volatile Pulse)
|
Code Review - Sliding puzzle with A* |
|
[2 replies] Last: Thanks for the reply, I would of added some more features but ran out ... (by Gigemaggies123)
|
C++ Tutorial: Creating a C++ Megamillions Program |
|
[4 replies] Last: >>Why is this using arrays, especially when it #include'd <vector> @C... (by DjereUniversity)
|
by Gorthorien
Vectors with 1.000.000 elements
|
|
[10 replies] Last: @LowestOne: I've got an O(1) algo for that: count = (int)sqrt(100000... (by BlackSheep)
|
by eiger3970
Convert decimal to binary
|
|
[1 reply] : Hi there, once again, please give this your best shot and try it firs... (by closed account o3hC5Di1)
|