![]() |
|
#21
|
|||
|
|||
|
i saw this program once, were u type in a lenght and a width and in the dos window a rectangle would pop up with the measurments u provide how bout showing us how to make that :mrgreenthumbsup:
__________________
![]() You can fool some people sometimes, but you canīt fool all da people all da time |
|
#22
|
|||
|
|||
|
I done something similar in TAFE last week but in JavaScript, ill mark down your request :mrgreenthumbsup:
Actually i could use your idea in the functions video, it could be the function we make then call it :), however it might look (i know its not) daunting for noobies to learn from :| |
|
#23
|
|||
|
|||
|
How bout an advanced arithmetic?
using either the Code:
CASE 1
{value2 = value + value;}
CASE 2
{value2 = value + 1;}
Code:
IF (value > 5);
{value2 = value + value;}
ELSE IF (value < 5);
{value2 = value + 1;}
ELSE
{value2 = value + 2;}
|
|
#24
|
|||
|
|||
|
File input and output sounds like a good idea :)
|
|
#25
|
|||
|
|||
|
Quote:
glad i could help in your decision. maybe after that, commandline arguments? simple gui interface? |
|
#26
|
|||
|
|||
|
Any sort of GUI made in C has a huge amount of code, which is why i use VB.NET for my GUI's :D
|
|
#27
|
|||
|
|||
|
Quote:
|
|
#28
|
|||
|
|||
|
Its pretty easy really (syntax wise) but yea i spose some things can be really hard to pull off in VB as opposed to C :)
|
|
#29
|
|||
|
|||
|
Sorry for double post but a new video has been added, #9 While Loops :mrgreenthumbsup:
|
|
#30
|
|||
|
|||
|
Quote:
|
![]() |
|
|
|||
|
|||
|
|
| Thread Tools | |
| Display Modes | |
|
|