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

Search:

Type: Posts; User: Zeroandzerox

Search: Search took 0.03 seconds.

  1. Re: simple code bugs for a Console aplication

    here is my new code.

    #include"Character Creator.h"

    using namespace std;

    int assign=0;
    int strength;
    int endurance;
    int dexterity;
  2. Re: simple code bugs for a Console aplication

    thanks!! To follow up I was wondering if there was anything I could do about the values being added to the stream. Is there any way to clear it?
  3. Re: simple code bugs for a Console aplication

    sorry

    #include"Character Creator.h"

    using namespace std;

    int strength;
    int endurance;
    int dexterity;
    int inteligence;
  4. simple code bugs for a Console aplication

    I am getting a strange bug in my code. I only started coding verry recently and was wondering if someone could explain my problem in very basic terms. this is my code:


    #include<iostream>...
Results 1 to 4 of 5





Click Here to Expand Forum to Full Width

Featured