by garyfang
mode function
|
|
[5 replies] Last: The sort then won't help for: 4 3 1 2 2 1. then my mode will become ... (by Kevin C)
|
by fguy
Problem with basic input loop
|
|
[2 replies] Last: Thanks. I can live with that mistake. (by fguy)
|
by Nielyboyken
Find files in folder question
|
|
[1 reply] : Do I need those if I already know the directory path? Yes, although t... (by helios)
|
*fstream* how to change content inside, or changing lines inside of it. |
|
[5 replies] Last: Thanks Mate (by closed account 1vD3vCM9)
|
by joohoo200
Moving a value along a grid
|
|
[1 reply] : @joohoo200 You have to check first that the move does not take you pa... (by whitenite1)
|
by jonahg119
Easy calculator, confusing problem
|
|
[5 replies] Last: Thanks! that helped ^! (by jonahg119)
|
by Nielyboyken
GetUserName() returns 1
|
|
[4 replies] Last: ^Okay, thanks! Thanks for helping me out efficiently and fast! (by Nielyboyken)
|
by h4ever
WM_HOTKEY never passes dlgproc
|
|
[4 replies] Last: My mistake, the code is ERROR_INVALID_FLAGS 1004 (0x3EC) I... (by h4ever)
|
by hexamexapex
Read a text file into dynamically allocated array and return a pointer to array
|
|
[12 replies] Last: By making it one long concatenated string I am not sure how to separa... (by dhayden)
|
by AG Guardian
fstream.peek() moving file pointer?
|
|
[1 reply] : Generally you want to seek each time you switching from reading to wri... (by MiiNiPaa)
|
by cluster3
I don't understand this error
|
|
[1 reply] : The name Product::Product is used to define the constructor of the c... (by JLBorges)
|
by dendritic
Find worst-case Big-oh runtime
|
|
[6 replies] Last: JLBorges is right. I noticed it after I went AFK, so I could not chang... (by MiiNiPaa)
|
by immanan
TURBO C++ minimizing
|
|
[no replies]
|
by immanan
using namespace std
|
|
[3 replies] Last: My thanks to JLBorges ..that link actually helped..its a great thing y... (by immanan)
|
Libraries Help |
|
[no replies]
|
by bmkeiter
getline function
|
|
[1 reply] : However I cannot get my function to cin the whole title without space... (by MiiNiPaa)
|
by tochivelez0
for loops & switch additional input
|
|
[2 replies] Last: thank you! this helps!! (by tochivelez0)
|
looping through a string? |
|
[2 replies] Last: More efficient (O(n) vs yours O(n 2 )): //http://en.cppreference.com... (by MiiNiPaa)
|
by tochivelez0
help regarding regarding ++a or a ++ etc
|
|
[4 replies] Last: thank you! (by tochivelez0)
|
by cher1201
TicTacToeTrouble
|
|
[4 replies] Last: # include <iostream> using namespace std; char board = { '1', '2',... (by JLBorges)
|