by Malaxiz
How to make a map with two keys?
|
|
[2 replies] Last: have you tried std::map(tree) or std::unordered_map(hashmap)? http://... (by Smac89)
|
by hunkeelin
How to deal with MSB?
|
|
[8 replies] Last: (although I don't have stdbool.h) Here you go: /* Copyright (C) 19... (by Computergeek01)
|
by Spector
Help, deck of cards
|
|
[1 reply] : I got it figured out so far now I just need to loop it: #include <io... (by Spector)
|
by Brandon23z
fstream not working. Same syntax as text book...
|
|
[3 replies] Last: You say the information in the file is in the format: 2011 Chevrolet... (by Smac89)
|
by Roxyboy
Help with for loop
|
|
[2 replies] Last: Try this: #include <iostream> #include <iomanip> using namespace std... (by SorinAlex)
|
by DeathLeap
Using Sort on a read file.txt function
|
|
[2 replies] Last: Thank you very much for the help! I am really grateful! (by DeathLeap)
|
by tdenning
Convert char to int
|
|
[4 replies] Last: Thanks everyone for your responses (by tdenning)
|
by joepuchong
need help..by using arrays..
|
|
[1 reply] : Do you have any code yet? This forum is just for help, and will not d... (by kevinkjt2000)
|
by viper093
Access violation in getline
|
|
[4 replies] Last: Oh, got it! Thanks, and sorry for the slow reaction (i am very tired t... (by viper093)
|
Why is this so (1,2) |
|
[22 replies] Last: I've not coded it yet, I'm trying this in shuffling the Deck of Cards (by ButchCavendish)
|
by lukeyy33
Help!!
|
|
[2 replies] Last: Okay Thank you so much! (by lukeyy33)
|
by Kay94
Handing a 2D-Array to a function as reference
|
|
[2 replies] Last: Thanks a lot, now i remember again! (by Kay94)
|
2d-array size passing problem |
|
[2 replies] Last: "int*" and "new "? do you mean dynamic array allocation using pointers... (by NoobProgrammer03)
|
by YGilany
something doesn’t make sense with the for loop
|
|
[3 replies] Last: I got it :) I used the variable i twice that’s why :D (by YGilany)
|
by BrianMatrix
Help with variable?
|
|
[3 replies] Last: You're welcome. :-) (by MrHutch)
|
by zakkor
ClrScrn function using winapi not working.
|
|
[2 replies] Last: Fixed. The 'console' variable was not good. I needed to initialize it ... (by zakkor)
|
by cluterbug1
Finding Mode in an Array
|
|
[5 replies] Last: Hi @cluterbug1, this could be a start //Mode.cpp //## #include <i... (by eyenrique)
|
by Massimo480
Suggestions From Advanced Scripters
|
|
[no replies]
|
by adriyel
(opengl, c++) Functions and data structures in a square and rectangle
|
|
[no replies]
|
by carlplusplus
Word palindrome program
|
|
[3 replies] Last: Can you use iterators or just pointers? I think it would be easier to ... (by giblit)
|