by DellXT
Help needed. Converter
|
|
[1 reply] : wchar_t convert(int d) { wchar_t c = static_cast<wchar_t>(d); ret... (by Repeater)
|
Help me in optimizin this code |
|
[1 reply] : Duplicate thread; http://www.cplusplus.com/forum/beginner/245384/ (by Repeater)
|
by Satan
Is it possible to flush input stream without '\n'?
|
|
[2 replies] Last: fflush(stdin) is undefined behaviour. https://faq.cprogramming.com/cgi... (by Thomas1965)
|
by nambui57
funcction
|
|
[8 replies] Last: Sorry I misunderstood. (by Thomas1965)
|
by jbap
convert back from days to date (C++)?
|
|
[2 replies] Last: the problem is you so truly put it is I do change that number; the num... (by jbap)
|
by alyuleth
Vector of strings to bitset
|
|
[1 reply] : A vector of strings that you push one string into has a size of 1. I t... (by tpb)
|
by Awsom3Alan3
Need help with dynamic array of objects with user defined functions.
|
|
[14 replies] Last: [quote=Repeater]Was assembly used when the concept being taught was "h... (by closed account 1vRz3TCk)
|
by Doug153
sales receipt help
|
|
[1 reply] : Please use coding tags (http://www.cplusplus.com/articles/jEywvCM9/), ... (by Satan)
|
by Zenith0915
I need to use a loop to calculate average rather than the Array.Average() method
|
|
[3 replies] Last: The code doesn't even compile. The name 'iceCounter' does not exist i... (by Thomas1965)
|
by Doug153
I need help
|
|
[1 reply] : Welcome. If you have a specific question, we'd love to help, but we ar... (by Ganado)
|
by Confuzzled
Need help on loops
|
|
[4 replies] Last: > Also, for the changeColor it is a function that my teacher provided ... (by ne555)
|
Simple C++ 2D game engine with Drag and drop |
|
[1 reply] : Perhaps this? -> https://godotengine.org/ (by toad)
|
by ialhayd
The output is not right
|
|
[4 replies] Last: int main(){ const int n = 15; std::string name ; double hourly_wag... (by ne555)
|
by noshkren
assigning values from text files.
|
|
[2 replies] Last: Oh my. Thanks a lot for all of this. I will give this a try tonight. I... (by noshkren)
|
by inourss
Comparing values from array
|
|
[4 replies] Last: You did miss the point of the shuffle: int v { 1, 2, 3, 4, 5 }; ... (by keskiverto)
|
Octal to binary conversion using functions |
|
[1 reply] : All numbers are numbers for the computer. "octal" and "binary" are sim... (by keskiverto)
|
by tariqsaba
Random Numbers, if statements, loop
|
|
[1 reply] : After newPosition = POSITION(storeValues , totalDice, positionArray);... (by Thomas1965)
|
by even better
need help if else
|
|
[8 replies] Last: THANKS TO ALL (by even better)
|
by darinbb93
“extensible singleton” using template function create instance Instance with singleton pattern in C++ ? How is it done?
|
|
[2 replies] Last: While I agree we shouldn't strive for them, having just a few singleto... (by Ganado)
|
by lolol
How do I store different numbers into a array and than compare them later on. The variable I'm trying to store is y.
|
|
[1 reply] : int t; double great ; variables cant be used for array sizes in standa... (by jonnin)
|