User: smelas

  • Public profile

User profile: smelas

User info
User name:smelas
History
Joined:
Number of posts:26
Latest posts:

vectors, arrays
elements of the array: 1,2,4,10,12,14 array_size = 6 I want to find the max width between each nu...

a simple algorithm
below is a part of my code but I am looking for a way to make it shorter. ? [code] int box1=0; ...

passing array to a function
Hello, [code] #include <iostream> int main() { int array1[3] = {2,3,6}; ...

if condition
That's right. Let me confirm. [code]newValue = ( firstValue > secondValue ? firstValue : secondVal...

if condition
Hi everybody, [code]newValue = ( firstValue > secondValue ? firstValue : secondValue ); [/code...

This user does not accept Private Messages