Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~4K People Reached
About Me

Grime-Football-Running-Programming Guy.

Favorite Tags

12 Posted Topics

Member Avatar for Iron_Cross
Member Avatar for adotl

Im starting a course next year which will cover a C++; I was wondering whats the best software to start coding in C++? I noticed my college use NetBeans which is an IDE which may be a start? Any help appreciated.

Member Avatar for jbennet
0
141
Member Avatar for badrobot

[quote=iamthwee;376787]Programming is not about who can display the most colours in the console window. When you realise this then you might actually write something useful.[/quote] Harsh but true.

Member Avatar for adotl
0
197
Member Avatar for addicted

[quote=addicted;344350].. although i always get my program to work properly but i still feel bad about the process of completing the program... :([/quote] I feel your pain bro BUT with time and practise I find my coding gets quicker and more refined. The more tasks I complete the more pitfalls …

Member Avatar for adotl
0
113
Member Avatar for Lioshenka

I had this same problem recently and discovered that in pascal there is a 'Val' function (with 3 parameters, 1st for the string, second for integer and third for error message if the 1st parameter is true) for converting a number into a string....your program would work like this... [code] …

Member Avatar for adotl
0
278
Member Avatar for Sturm

[quote=MidiMagic;358002]It's the ads. As soon as they load, it goes fast again. While they are loading, you can't even scroll now.[/quote] Yes Ive found this to be the case also. Site speeds seems to be up and down of recent tho.

Member Avatar for jbennet
0
131
Member Avatar for adotl

Just trying to make my program user friendly...but I get the response 'Wrong' when I enter in a number or abcd when really I want my error message displayed when the user enters input like that and ONLY a Correct or Wrong response when the user enters 'A' 'B' 'C' …

Member Avatar for LennyC
0
153
Member Avatar for adotl

This looks a great site. Perfect for the likes of me, Im a recent student from Scotland to Software Development but hope to progress through the different languages. At the moment I'm finishing off my course on Pascal, the dead language but apparently itll help for some aspects of C. …

Member Avatar for iamthwee
1
48
Member Avatar for adotl

I dont know if Im far off with this, The user enters their name and I want them to only enter in a string so if they enter in a number Id like an error message, any ideas? [code]program Word; uses crt; var letter: string; begin clrscr; Repeat writeln('What is …

Member Avatar for adotl
0
111
Member Avatar for adotl

Im failing to see what Ive done wrong, the syntax is right but the program wont run for me when I enter in a the else statement works tho.... [code]program Word (input, output); uses crt; var number : integer; letter: string; begin {------------Introduction & Setup------------------} clrscr; {------VERY User-Friendly------} Repeat writeln('Whats …

Member Avatar for adotl
0
305
Member Avatar for adotl

I was doing some coding today and came across a problem someone else faced and I couldnt answer it for them. I'll explain the concept in the little program below.... [code] Program between; uses crt; Var value: integer; Begin clrscr; writeln('Please enter value'); readln(value); readln End.[/code] ...Basically what the programmer …

Member Avatar for adotl
0
121
Member Avatar for adotl

So far as you can see below Ive got the program accessing the file and just reading the lines; Ive got the file set up like so... What is the Answers? A Do this B Do that C Dont do that D Definitely this A So this method is set …

Member Avatar for adotl
0
853