Questions tagged as 'code-golf'

5
answers

How to perform a task at a precise time in time?

   A style question Code Golf I've done a console program to show the hours, only hours different from what we know - and involves a It's very simple. It checks the system time, and finds that a minute has passed, it prints the curren...
asked by 11.06.2017 / 02:21
7
answers

Hexadecimal for RGB

How do you convert a Hexadecimal color ( #FFFFFF ) to RGB ( R ed, G reen, B p> Example     
asked by 13.11.2015 / 18:07
2
answers

Display 1 to 1000 in C ++ without using a semicolon

Make a program in C ++ that displays on the screen the numbers from 1 to 1000, relying on these two, but without using the semicolon . I have already made a sketch here but I have to choose between 1 or 1000. Complementing, my code: #in...
asked by 18.05.2014 / 19:57
2
answers

What is golf?

Looking at the site tags, I come across the tag code-golf , I read the short explanation:    code-golf   Use this tag when only when the question has a relation   irrefutable to the Code Golf code competition. Be very careful when   use t...
asked by 20.07.2017 / 19:55
5
answers

How to perform a task at a precise time in time?

   A style question Code Golf I've done a console program to show the hours, only hours different from what we know - and involves a It's very simple. It checks the system time, and when it finds that a minute has passed, it prints th...
asked by 11.06.2017 / 02:21