Search:

Type: Posts; User: Lord Slytherin

Search: Search took 0.01 seconds.

  1. Replies
    54
    Views
    367,866

    Sticky: Really love the Google Doodle for kids...

    Really love the Google Doodle for kids programming. I think it's a really fun way of introducing programming basics to newbies and should be employed on a wider scale in the schools across Pakistan. ...
  2. Yes. It uses MinGW port of GCC (GNU Compiler...

    Yes. It uses MinGW port of GCC (GNU Compiler Collection) as it's compiler. It can creates native Win32 executables, either console or GUI, as well as DLLs and static libraries.

    Please, I just...
  3. Differentiate between Borland's 'Turbo C' and Bloodshed 'Dev-C'

    Hello,

    I was taught to do programming in Borland's 'Turbo C' a good time ago. Recently I took part in a speed programming contest that employed 'C' language as the standard medium. Now when I came...
  4. Replies
    3
    Views
    1,859

    Salem that worked...really!! Are you a...

    Salem that worked...really!!
    Are you a witch-doctor!!??:)
    ...your name suggests it though, and your problem-solving skills too.

    Well, jokes aside. So tell me what has anyone not told me about...
  5. Replies
    3
    Views
    1,859

    Break the Loop.

    Hello everyone...!

    This programme is a very simple one which prints a list of options from which the user is asked to select one. After the user inputs his selection, the programme prints it and...
  6. Problem viewing the downloaded files from facebook account after deactivation.

    Hello eveybody...!!

    I deactivated my FB account some time ago for some reason. Before the deactivation, I downloaded all the data on the account. Now when I go to open the downloaded files, the...
  7. Replies
    34
    Views
    8,177

    what else should've been done then...?? I just...

    what else should've been done then...??
    I just know as much that I must give 'guess' some limit or else its a compilation error.
    like
    guess[14]=(strcmp(guess,"JAPAN") == 0) ? 0:1;

    OR

    ...
  8. Replies
    34
    Views
    8,177

    OK then see this: #include...

    OK then see this:


    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    int main(void)
    {
    char guess[15];
    int score;
  9. Replies
    34
    Views
    8,177

    Hi there... This programme is workng fine...

    Hi there...

    This programme is workng fine except for one little problem....have a look:

    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    void main()
    {
    char guess[15];
  10. Replies
    34
    Views
    8,177

    You guessed it right....4 points to all!!

    Dear friend FrankTKM...

    Yes you're right on a good many things....there're people who helped me really helpfully (like Kmess,Phenninger,laser light and yourself too!), but there were people too...
  11. Replies
    34
    Views
    8,177

    P.S. could ne1 tell me how to add hyperlinks here...

    P.S. could ne1 tell me how to add hyperlinks here and from where to turn HTML ON.....???
  12. Replies
    34
    Views
    8,177

    Yes whatever.....one thing I'd like to clarify is...

    Yes whatever.....one thing I'd like to clarify is that principles NEVER change however moderen you may become.....The principles of "sequencing instructions" on the punched cards laid down by Hon....
  13. Replies
    34
    Views
    8,177

    @ CommonTater Not the luck....this is a...

    @ CommonTater



    Not the luck....this is a very lowly suggestion by you whom I believe to be a very proficient C programmer....
    Luck....easy explaination of complexities eh...?
    Better say...
  14. Replies
    34
    Views
    8,177

    One thing more.... You see I run my programme...

    One thing more....

    You see I run my programme just recently, and when it asked the question I typed 'q' . Its result was that the programme run correctly this time. My answer ws accepted and I was...
  15. Replies
    34
    Views
    8,177

    @Kmess Thanks for your briefing regarding the...

    @Kmess

    Thanks for your briefing regarding the use of 'scanf'.


    I dont get it. I think scanf terminates the input when u press the return key. This null character is unfamiliar to me. could u...
  16. Replies
    34
    Views
    8,177

    Dear Kmess...! Your indication to my wrong use...

    Dear Kmess...!

    Your indication to my wrong use of '0' and '1' as switch-cases has been of some help to me. You see I've changed the case values with 'a' and 'b' instead of '1' and '0'. Its effect...
  17. Replies
    34
    Views
    8,177

    Lord Slytherin@ CommonTater Lord Slytherin@...

    Lord Slytherin@ CommonTater
    Lord Slytherin@ imalc
    Dears...

    I know that my poor Borland's Turbo C compiler has been abondoned fairly long time ago, however it still offers easy learning...
  18. Replies
    34
    Views
    8,177

    Guess What...??

    Hello there...!!

    I am using a Borland Turbo C 3.0 compiler. I made a quiz programme that asks a GK question. The user is asked a question and given three chances to answer it correctly. For a...
  19. Replies
    10
    Views
    1,681

    I thought there was no programme without a...

    I thought there was no programme without a "main()" function....???
    this programme doesn't have one so isn't it a basic mistake...??
Results 1 to 19 of 19