test content
What is the Arc Client?
Install Arc
Options

Dev Blog Attitude

13»

Comments

  • Options
    tacofangstacofangs Member Posts: 2,951 Cryptic Developer
    edited June 2014
    Here you go:

    MakeStuff ()
    {
    ___ while (crafting = 1)
    ___ {
    ______ Make A Thing;
    ______ printf("Congrats! You made a thing!\n");
    ___ }
    }
    Only YOU can prevent forum fires!
    19843299196_235e44bcf6_o.jpg
  • Options
    chalpenchalpen Member Posts: 2,207 Arc User
    edited June 2014
    tacofangs wrote: »
    Here you go:

    MakeStuff ()
    {
    ___ while (crafting = 1)
    ___ {
    ______ Make A Thing;
    ______ printf("Congrats! You made a thing!\n");
    ___ }
    }

    Put in a nested goto or I get confused.
    Should I start posting again after all this time?
  • Options
    thegreendragoon1thegreendragoon1 Member Posts: 1,872 Arc User
    edited June 2014
    tacofangs wrote: »
    Here you go:

    MakeStuff ()
    {
    ___ while (crafting = 1)
    ___ {
    ______ Make A Thing;
    ______ printf("Congrats! You made a thing!\n");
    ___ }
    }

    I think you just created an infinite loop. :o

    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    Congrats! You made a thing!
    ...
  • Options
    vivenneanthonyvivenneanthony Member Posts: 1,278 Arc User
    edited June 2014
    tacofangs wrote: »
    Here you go:

    MakeStuff ()
    {
    ___ while (crafting = 1)
    ___ {
    ______ Make A Thing;
    ______ printf("Congrats! You made a thing!\n");
    ___ }
    }


    It needs some comments added to it for clarificaton.
  • Options
    jellico1jellico1 Member Posts: 2,719
    edited June 2014
    chalpen wrote: »
    I am so upset with the lack of information on crafting.
    Why can't cryptic just post the open source code in the forums for us to sift through it for the next 5 years.

    Geesh


    I was a short annocument...........read it again a few times

    More info is comming see.......in few weeks !.........he is just letting us know there working/finishing it

    just hold on a few weeks !
    Jellico....Engineer ground.....Da'val Romulan space Sci
    Saphire.. Science ground......Ko'el Romulan space Tac
    Leva........Tactical ground.....Koj Romulan space Eng

    JJ-Verse will never be Canon or considered Lore...It will always be JJ-Verse
  • Options
    bernatkbernatk Member Posts: 1,089 Bug Hunter
    edited June 2014
    I think you just created an infinite loop. :o

    Ah, it won't compile anyway...

    crafting.c: In function 'MakeStuff':
    crafting.c:4:8: error: 'crafting' undeclared (first use in this function)
    while (crafting = 1)
    ^
    Tck7dQ2.jpg
    Dahar Master Mary Sue                                               Fleet Admiral Bloody Mary
  • Options
    mustrumridcully0mustrumridcully0 Member Posts: 12,963 Arc User
    edited June 2014
    tacofangs wrote: »
    Here you go:

    MakeStuff ()
    {
    ___ while (crafting = 1)
    ___ {
    ______ Make A Thing;
    ______ printf("Congrats! You made a thing!\n");
    ___ }
    }

    I wonder what language would allow writing "Make a Thing"?
    I am sure there is one. But I suspect it wouldn'T use printf, would it?
    And of course, crafting = 1 is an assignment, which, assuming the source code even allows undeclared variabes, might lead to an infinity loop, but will never yield the result the so called "programmer" desired.

    Now we know why tacofangs isn't a programmer. ;)
    Star Trek Online Advancement: You start with lowbie gear, you end with Lobi gear.
  • Options
    cmdrscarletcmdrscarlet Member Posts: 5,137 Arc User
    edited June 2014
    Didn't read every post but man, to suggest there is negative attitude in the blog posts is ridiculous ... maybe ludicrous.

    It's a teaser for the consumer. That's all.
  • Options
    adverberoadverbero Member Posts: 2,045 Arc User
    edited June 2014
    Didn't read every post but man, to suggest there is negative attitude in the blog posts is ridiculous ... maybe ludicrous.

    It's a teaser for the consumer. That's all.

    What do you expect, theres a certain section of the forum poster community that revels in its own cynicism, constantly inferring some malicious or devious intent from the developers with very little basis in reality
    solar_approach_by_chaos_sandwhich-d74kjft.png


    These are the Voyages on the STO forum, the final frontier. Our continuing mission: to explore Pretentious Posts, to seek out new Overreactions and Misinformation , to boldly experience Cynicism like no man has before.......
  • Options
    tucana66tucana66 Member Posts: 710 Arc User
    edited June 2014
    I prefer:

    MakeStuff ()
    {
    ___ while (crafting = give all)
    ___ {
    ______ Make A Thing;
    ______ printf("Congrats! You made a LOT of things!\n");
    ___ }
    }
  • Options
    vivenneanthonyvivenneanthony Member Posts: 1,278 Arc User
    edited June 2014
    tucana66 wrote: »
    I prefer:

    MakeStuff ()
    {
    ___ while (crafting = give all)
    ___ {
    ______ Make A Thing;
    ______ printf("Congrats! You made a LOT of things!\n");
    ___ }
    }


    This is much cooler.
    MakeStuff ()
    {
    ___while (crafting = give all)
    ___{
    _____ if(pay to win = $$$)
    _____ {
    ________ Stack(Make A thing(With Big Explosions);
    _____ }
    _____ else
    _____ {
    ________ Make A Thing(Null);
    _____ }

    _____ printf("Congrats! You made a LOT of things!\n");
    ___ }
    }
  • Options
    hornet6hornet6 Member Posts: 101 Arc User
    edited June 2014
    Maybe my perspective is warped from having worked a "customer service" counter for as long as I did but I would describe the Dev's demeanor and tone as "stressed" not bored. I recognize and understand the feeling.

    Consider that while we (myself included) often pick apart and nit-pik someone's project and/or long hours of creativity and coding, we only read what we want to read when we want to read it but Devs are constantly bombarded with EVERY (don't take that word to the extreme of literalness) criticism, gripe and suggestion on how something could have been done better. Consider how you might feel if you just spent 40+ hours developing and/or overseeing a new item, zone, content and/or story line only to have a boat load of players tell you that you suck, you're ruining the game, you should have done it better , etc.

    "Stressed" and "unappreciated" was what I saw in the face of that Dev. Maybe I noticed it because I used to see it in the mirror everyday myself.

    There, I have just criticized the criticizers. I stink. My posts suck. I should have written it better. I'm ruining the forums and fewer people are reading them now. (Truly though, and without trolling sarcasm, I enjoy reading people's posts, even if I don't always agree with their point of view).
    ANOTHER NERF !?!
    [SIGPIC][/SIGPIC]
  • Options
    tucana66tucana66 Member Posts: 710 Arc User
    edited June 2014
    This is much cooler.

    Indeed. :cool:

    hornet6 wrote: »
    Maybe my perspective is warped from having worked a "customer service" counter for as long as I did but I would describe the Dev's demeanor and tone as "stressed" not bored. I recognize and understand the feeling. (...)

    There, I have just criticized the criticizers. I stink. My posts suck. I should have written it better. I'm ruining the forums and fewer people are reading them now. (Truly though, and without trolling sarcasm, I enjoy reading people's posts, even if I don't always agree with their point of view).

    That's one post that won't wind up on the Cryptic dartboard. <g> Very nice summary there.
Sign In or Register to comment.