CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cloureir

Page 1 of 2 1 2

Search: Search took 0.23 seconds.

  1. Replies
    2,690
    Views
    1,021,302

    Re: What Song Are You Listening To Now¿

    The Bodyrockers - I like the way you move

    :cool:
  2. Replies
    55
    Views
    10,695

    Re: Frequently encountered errors

    I hope you enjoy this one. Huge but it works! :cool:
    Problem is, it's difficult to maintain. :(

    SELECT a.num_lev_modu,
    a.co_crc_modu,
    A.co_modu,
    A.na_cmp_modu,
    A.na_abr_modu, ...
  3. Replies
    2,690
    Views
    1,021,302

    Re: What Song Are You Listening To Now¿

    Suede - Everything Will Flow
    :)
  4. Replies
    0
    Views
    442

    A hypothetical case

    Lets say I have to design a decision support software. Lots of users involved, with different working styles. Everyone have their own opinion about their own job and other jobs. So for example, if...
  5. Replies
    55
    Views
    10,695

    Re: Frequently encountered errors

    Years ago I saw this:
    "Delete From Table_XXX"
    that's it.... no Where clause!!!!! :eek:
    Fortunately the DBA restored the data.
  6. Replies
    55
    Views
    10,695

    Re: Frequently encountered errors

    This is what I've found...
    these are not exactly errors in *code* :
    -forget to commit updates in DB.
    -forget to insert comments in code to make other coders' life easier.
    -do not follow coding...
  7. Replies
    2
    Views
    1,565

    Re: project specs ?

    maybe this helps

    http://www.resortdata.com/?source=GoogleAd

    these are not (real technical) specs but may help you to understand how such a system works.
  8. Replies
    19
    Views
    1,255

    Re: How Big Is Codeguru?

    Sounds like you want a news reader or something like that, where you download msgs in your PC and read them later.
    It may sound interesting to some gurus out there to build a CodeGuru reader that...
  9. Replies
    9
    Views
    2,452

    Re: Now software development tool ideas?

    I like the part of improving communication. Have you heard about Social Software? It's software designed to help and enhance interaction between people. Discussion boards, IM, Groupware, etc. are...
  10. Replies
    9
    Views
    2,452

    Re: Now software development tool ideas?

    Are you focusing ONLY on coding? As you know coding is part of the development process. You could also consider developing tools to help the gathering requirements or writing specs. Additionally,...
  11. Replies
    20
    Views
    1,870

    Poll: Re: Is rock (and roll) dead?

    Agree. Have you seen pop star, pop idol, fame academy and now Xfactor?
    good examples of bad taste.
    I can't see any of the winners of those contests in the market any more
  12. Replies
    8
    Views
    1,114

    Re: Who needs C++ to write OO Code

    we used centura builder by the way... a semi-OO tool. It wasn't the big thing but helped us save time.
  13. Replies
    8
    Views
    1,114

    Re: Who needs C++ to write OO Code

    Interesting post, thanks :)

    >>Various tools were developed which helped the programmer to not have to explicitly code each of these steps<<

    I think these are called abstractions. A good...
  14. Replies
    96
    Views
    7,526

    Re: on nicknames..

    we don't know if they are murderers
  15. Replies
    52
    Views
    4,329

    Re: Take care of ur eyes

    Thanks Ritik :)

    I always look after my posture. A few months ago I had a problem with the right side of my body: right arm/hand and leg/foot. Both went numb. It was an uncomfortable sensation. ...
  16. Replies
    96
    Views
    7,526

    Re: on nicknames..

    s|lent = baa baa "silence of the lambs" :wave:
  17. Replies
    96
    Views
    7,526

    Re: on nicknames..

    Hey s|lent,
    I like wine !
    and yes... you could say (sometimes) I'm talkative. I don't like colorful clothes though.

    Now my turn...
    I think you are "gringo" ;), tall, male, big personality and...
  18. Replies
    4
    Views
    11,825

    Re: Those figures made with letters

    --nn--(.)-(.)--nn--
  19. Replies
    4
    Views
    11,825

    Re: Those figures made with letters

    Thanks a lot f1shrman... :)
    For the interested I found this site: http://www.chris.com/ascii/

    OK. This is exciting. They do it manually, character by charater... amazing...
    an ART indeed. It...
  20. Replies
    4
    Views
    11,825

    Those figures made with letters

    Hi all... I wonder if any of you know how to design figures with keyboard characters. I explain. I remember years ago when I was addicted to MIRC... some people use to send figures, like roses,...
  21. Replies
    2,690
    Views
    1,021,302

    Re: What Song Are You Listening To Now¿

    The Rasmus - In The Shadows :D
  22. Replies
    8
    Views
    1,192

    Re: What's this movie title?

    Here

    http://www.imdb.com/name/nm0000140/

    or here

    http://www.geocities.com/Hollywood/Set/5907/filmog.html

    you have M. Douglas filmography. Maybe the title is there.
  23. Replies
    6
    Views
    1,414

    Re: Writing specs for complex situations.

    :thumb: good point :)
    there is a drawback though. users/clients might think that you are almost done. when they see the screens, menus, etc. they will expect you to finish soon. And then you have...
  24. Re: pls , explain how are diffent about C++, V C++, C#, V C# ?

    :thumb:

    :ehh:
    but how do you choose the flavor?
    Lets put some examples:
    What flavor of C do you need to write these types of software:

    1. games
    2. word Processors, spreadsheets
    3. ERPs,...
  25. Re: I Am Desperate. Please Help Me Before I Jump Out Of A Third Story Window

    Hi,

    I find this article
    http://www.joelonsoftware.com/articles/FiveWorlds.html
    very enlightening and entertaining.

    It's about the different worlds in software development.

    Unfortunately...
Results 1 to 25 of 35
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured