by Justin5978
Urg Help Needed Please!
|
|
[4 replies] Last: With the do while loop I am trying to ensure that the user enters only... (by Justin5978)
|
by tes4evr
Subtraction problem
|
|
[3 replies] Last: No problem. Also, if you turn on all warnings for your compiler, you ... (by Zhuge)
|
by mnnguyen94
loops
|
|
[1 reply] : I'm not sure why you have two loops for the same variable. In your whi... (by closed account 18hRX9L8)
|
by OTGC
Need to understand delete in destructors better?
|
|
[6 replies] Last: If you use the copy constructor or assignment operator provided by the... (by ne555)
|
by gourangas
Can't create a file and write on it
|
|
[2 replies] Last: Change this: "D:\file.txt" to this: "D:\\file.txt" Note that the ... (by Chervil)
|
Choice Problem |
|
[7 replies] Last: @cire OK i get it (by closed account EwCjE3v7)
|
by Lord Huron
Help with little code.
|
|
[3 replies] Last: Thanks, I mistake something. Thanks. (by Lord Huron)
|
by jonlande
Modulus operator
|
|
[5 replies] Last: Thanks catfish. Pardon me. (by closed account 1v5E3TCk)
|
by johnc445
New Games!
|
|
[13 replies] Last: Well then I think he should simply follow his tutorials. He'll learn i... (by closed account N36fSL3A)
|
by metulburr
find closest num in array
|
|
[3 replies] Last: Although if there was a way to find the size in a function, i would p... (by cire)
|
by Rukky1
Algorithm
|
|
[2 replies] Last: An algorithm for what? An algorithm could be anything. al·go·rithm ... (by giblit)
|
by xspec
Im looking for a beginners team to join
|
|
[14 replies] Last: I'm a beginner too, I'd like to join. (by Rukky1)
|
Composition |
|
[2 replies] Last: Here is a good tutorial on this: http://www.learncpp.com/cpp-tutorial... (by closed account LN7oGNh0)
|
by jonlande
Decimal to hexadecimal
|
|
[3 replies] Last: the program does not convert the individual digits into hexadecimal ... (by Chervil)
|
by GoranGaming
Including Libraries
|
|
[3 replies] Last: It is implementation defined whether <iostream> will contain <string>. (by vlad from moscow)
|
by DrZoidberg
Problem with vectors
|
|
[4 replies] Last: Yeah, I know, forgot to use pushback :3 Thanks, converted the int vari... (by DrZoidberg)
|
by ace55
Searching String Problem
|
|
[9 replies] Last: As I said you can search a record that is the nearest to the target re... (by vlad from moscow)
|
by Morgaza
Protecting class reference from assignment
|
|
[3 replies] Last: In MS VS you can declare the copy assignment operator as private and d... (by vlad from moscow)
|
by Mixart
Function with one argument
|
|
[9 replies] Last: Thank you andy, very helpful! (by Mixart)
|
by klay2
help with arrays (1,2)
|
|
[32 replies] Last: [quote=klay2]while (count > 4) { SetPixel(hdc, 0 + x , 0 + y , c); cou... (by giblit)
|