by Dkob1
Quick function questions?
|
|
[2 replies] Last: ok thanks (by Dkob1)
|
Find value (vector vs unordered_map) |
|
[1 reply] : std::unordered_set http://en.cppreference.com/w/cpp/container/unorde... (by JLBorges)
|
by plusmiinus
can some do this for me ASAP.?
|
|
[no replies]
|
by vedymin
Can anyone help me with this?
|
|
[no replies]
|
by JORGEMAL
How to manage an array of pointers to a struct
|
|
[1 reply] : std::vector<Item*> HEADS; // empty list // When you have a new list:... (by keskiverto)
|
by mb20
Need help with comparing and incrementing values
|
|
[4 replies] Last: clockType cellPhoneClock; clockType myComputerClock; (by mb20)
|
by shadowmouse
Perfect forwarding
|
|
[4 replies] Last: Ohhhhh. That makes sense, thank you. (by shadowmouse)
|
C++ Create and Rotate an ASCII picture 90 degrees of USM |
|
[1 reply] : i need help getting started from this point because its not working to... (by robertmullisd)
|
by Jdeleon8
Need Help with Input Validation Loop
|
|
[4 replies] Last: Oh so I don't even need to have the do statement, OK this helps a lot.... (by Jdeleon8)
|
by mvgnum
Allocation function
|
|
[1 reply] : If you want a two-dimensional dynamic array you only need a single dou... (by mbozzi)
|
by Kyle M
errors! (1,2)
|
|
[26 replies] Last: Ah not sure why there was a parameter on the display function, maybe f... (by Kyle M)
|
SFML wiht Code::blocks |
|
[1 reply] : Have you tried following the instructions on the SFML website? If you ... (by Peter87)
|
by kandarp143
Find Substring between two symbols.
|
|
[1 reply] : You are handling a string. Look at the definition of a string! http://... (by closed account 48bpfSEw)
|
by jmichae3
function template throws errors on <
|
|
[4 replies] Last: This is ambiguous, and the error diagnostic points out the ambiguity: ... (by JLBorges)
|
by mvgnum
Help to finish my code
|
|
[2 replies] Last: kemort it's a link to our c++ online class. Only the student of the cl... (by mvgnum)
|
is this possible? |
|
[8 replies] Last: oh check out my post in LOUNGE board :) (by closed account iz8p4iN6)
|
Count first digit on each line of a text file |
|
[15 replies] Last: (Character by character will work but is not best suited to the doubl... (by cire)
|
by robfit6455
Two interger adding, subtracting, dividing, and multiplying program
|
|
[no replies]
|
by wh1t3crayon
Comparing strings always returning false
|
|
[3 replies] Last: substr() (sometimes called mid()) is a common string operation in many... (by helios)
|
by Orrin
Made 4 function calculator using if and else will not work right
|
|
[2 replies] Last: Thank you for the help. It works really well now! (by Orrin)
|