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

Search:

Type: Posts; User: FelixCast

Search: Search took 0.05 seconds.

  1. Re: Good practice vs bad practice (void vs int functions)

    Thank you so much for your really good answers guys, it's brilliant to be a beginner and not get the snub from real programmers!
  2. Re: Good practice vs bad practice (void vs int functions)

    Right, I get it now. Now then, would you say that including "cout" calls within functions is correct or is there a rule of thumb to follow?
  3. Good practice vs bad practice (void vs int functions)

    Dear all,

    I have a question regarding what a good practice is when working with functions. I am designing a very simple function for addition. I know that what will be the result of that...
  4. Re: Char array variables in if staments ---- a beginner's experience

    Thanks D Drmmr for your sound advise.

    As I said before, I'm just a beginner who wants to learn the right ways and the best ways of doing things. And you're absolutely right, giving you fragments...
  5. Re: Char array variables in if staments ---- a beginner's experience

    Thanks 2kaud for your soon reply :)

    That's what I needed! but since I already had an if statement withing a while loop then what I did was to include your solution as part of that statement, so...
  6. [RESOLVED] Char array variables in if staments ---- a beginner's experience

    Dear all,

    I'm a beginner learning C++ and I'm using the book Jumping into C++ - which by the way is really good. I'm currently doing the exercises for the fifth chapter (Loops) and I've done all...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured