Search:

Type: Posts; User: IanelarAzure

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,018

    FF8 Cardgame Deck class

    I am writing code for a remake of the Final Fantasy 8 Triple Triad card game. I am having troubles writing the deck class, figuring out the interlaced logic of streaming the deck into the hand from a...
  2. Sorting inputed letters alphabetically...

    I have a clue what to do, but am stuck right here. So far it only runs six times(correctly) the only problem is that it doesnt sort the letters. I know I have to convert them to numbers and back to...
  3. Replies
    8
    Views
    2,563

    My apologies, but I have a similar program and I...

    My apologies, but I have a similar program and I used namespace std; and <string.h>. Was just trying to help.

    Sorry, but please dont jump down my throat about it. :\
  4. Replies
    8
    Views
    2,563

    Another problem...your header: #include...

    Another problem...your header:




    #include <iostream>
    #include <string>

    using namespace std;
  5. Replies
    5
    Views
    11,329

    Ok....my program fully works. I edited a little,...

    Ok....my program fully works. I edited a little, the placement of the semicolons is what the problem was after myy breakthrough. Here is the finished piece:



    #include<iostream>...
  6. Replies
    5
    Views
    11,329

    Had a breakthrough... #include...

    Had a breakthrough...



    #include<iostream>
    #include<string>
    using namespace std;

    int main(){
    string name;
  7. Replies
    5
    Views
    11,329

    For/Next Loops...adding 10 numbers...

    I have an assignment in programming class, that degrades what I know and can do. I have to make a program using For/Next loops and it has to ask for a name, display the name, then ask for 10 numbers,...
Results 1 to 7 of 7