by Vivian01
C++ microcontroller/processor selection
|
|
[2 replies] Last: So one additional concern is the presence of a C++ compiler and a stan... (by mbozzi)
|
by javiertzr01
checking for 2 values of the 6 and adding discount
|
|
[6 replies] Last: Hello Andy, Sorry but I still do not quite understand whay it means b... (by javiertzr01)
|
by biwkina
how many "0"
|
|
[5 replies] Last: https://www.e-olymp.com/en/contests/2573/problems/20551 i cant find t... (by biwkina)
|
Kinect in C++ |
|
[no replies]
|
by mshalini
improper assignment of values to struct members
|
|
[3 replies] Last: I also tried declaring empcode as a string...but it showed error whil... (by AbstractionAnon)
|
by arbint
Client input check
|
|
[3 replies] Last: Regex (http://www.cplusplus.com/reference/regex/) can also be used as ... (by gunnerfunner)
|
by krego
Big number implementation - access violation reading location
|
|
[6 replies] Last: > Does the operator += (and *=, -=, /=) need to return *this? yes, tha... (by ne555)
|
by gatinha123
return value type does not match function type error
|
|
[4 replies] Last: Thank you very much, everything is working perfectly now and I underst... (by gatinha123)
|
by javiertzr01
Checking for multiple values
|
|
[4 replies] Last: Yup, this helped my understanding in arrays more and how to check the ... (by javiertzr01)
|
by suzy best
readind arrays from an input file ans storeing the the valve in an out put fole
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ (by closed account 48T7M4Gy)
|
by Kevin S
How does this function work
|
|
[3 replies] Last: Thank you guys for the explanations. theArray = temp; //write over... (by Kevin S)
|
by Kevin S
Function and pointer questions
|
|
[2 replies] Last: Thank you very much! (by Kevin S)
|
by VX0726
Store Number Digits Into an Array
|
|
[4 replies] Last: Wow, thanks! Truly you are handy, Andy :) Thanks, VX (by VX0726)
|
by josej
Creating Shapes with functions
|
|
[5 replies] Last: You could also add a good-bye statement before line 86, something like... (by VX0726)
|
Int Not Returning Expected Number |
|
[4 replies] Last: I thank you all for your help :). This fixed the issue I was having. I... (by Bloodypizza17)
|
by tommyldo
Complex numbers problem
|
|
[1 reply] : How to call moduo in my class ? moduo is a class method, how do you ... (by gunnerfunner)
|
by Efalir
For and If loop
|
|
[1 reply] : You could write it to a log file. (by koothkeeper)
|
by Phoenixeyes
Vector vs Array
|
|
[5 replies] Last: The statement that "vectors are slow" is too broad a generalisation. F... (by Chervil)
|
by markusfurst
Sorting a list, vector<struct>
|
|
[9 replies] Last: #include <iostream> #include <algorithm> #include <vector> #include <... (by lastchance)
|
by fixed
Why is my code so slow?
|
|
[3 replies] Last: Though I think Peter87 is right, within the timed section is a cout st... (by Chervil)
|