Search:

Type: Posts; User: Demipimp

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,025

    And what it loads into for good measure ...

    And what it loads into for good measure


    public class Game1 : Microsoft.Xna.Framework.Game
    {
    GraphicsDeviceManager graphics;
    SpriteBatch spriteBatch;
    OcTwo...
  2. Replies
    6
    Views
    3,025

    I then have it go into my levelmanger class as a...

    I then have it go into my levelmanger class as a list but its not drawing it




    class LevelManager
    {
    private static ContentManager Content;
    private static OcTwo octwo;
    ...
  3. Replies
    6
    Views
    3,025

    Which flows into my shrimp class class...

    Which flows into my shrimp class



    class Shrimp : GameObj
    {
    public float damage = 0.0f;
    private float moveScale = 110.5f;
    public Vector2 targetplayer;
  4. Replies
    6
    Views
    3,025

    object class here

    class GameObj
    {
    #region Declarations
    public Vector2 worldLocation;
    protected Vector2 velocity;
    protected bool flipped = false;
    protected float...
  5. Replies
    6
    Views
    3,025

    XNA code error Value cannot be null.

    if (animations.ContainsKey(currentAnimation))

    But it stopped working when I had tried to draw a list
  6. Thread: Noob question

    by Demipimp
    Replies
    2
    Views
    952

    Noob question

    How do I get it to return a string properly




    namespace Lab1race
    {
    class Bet
    {
    public int Amount;
  7. Will it work tho???

    Will it work tho???
  8. yes It will be?? I did so I could put space in...

    yes It will be?? I did so I could put space in the Word
  9. Will this work in Old Copliers scanf(" %[A-za-z. ]",Sting[counter]);

    In class my teacher grades our assignment with Turbo C++ the old version like the DOS one just wondering
  10. Replies
    6
    Views
    23,078

    thx your a big help

    thx your a big help
  11. Replies
    6
    Views
    23,078

    1021569874 2169405796 1254789643 1054789547...

    1021569874
    2169405796
    1254789643
    1054789547
    3687492189



    more so like this what all the number are in the 10 figures
  12. Replies
    6
    Views
    23,078

    Force it to display only 10 number when I printf

    Force it to display only 10 number when I printf
  13. Replies
    6
    Views
    23,078

    10 Digit Random number generator

    I know how to do a random number generator but how do I force it to 10 numbers only?
  14. Thread: Scanf String

    by Demipimp
    Replies
    9
    Views
    8,373

    Big thxs

    Big thxs
  15. Thread: Scanf String

    by Demipimp
    Replies
    9
    Views
    8,373

    Scanf String

    Alright I want to know how to scanf an sting so I can input A full name so that when I hit Space it does not skip threw any thing like this does (p.s code not finish just example)
    I would want to...
  16. your right sorry repost an a decent question now

    your right sorry repost an a decent question now
  17. Like

    By using scanf I'm putting in information for a pay roll
  18. How do you assign Full names to a array string

    Like "Rob Willams"

    this is what I have


    char Employee1 [60];
  19. God Ham ok right OMG I forgot

    God Ham ok right OMG I forgot
  20. Every time I use %d I get an incorrect number

    I am using Dev C++ and the code looks like this





    #include <stdio.h>


    int main( void )
Results 1 to 20 of 20