Search:

Type: Posts; User: Artist_of_dream

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,590

    Oh I saw you using Swap :P That is clever didnt...

    Oh I saw you using Swap :P That is clever didnt think about that :) I was just thinking about inserting without changing any other places. Thanks for the insights :D
  2. Replies
    6
    Views
    1,806

    I always wanted to make my own String class. Just...

    I always wanted to make my own String class. Just to know how it would be implemented and to say I can do it. and for the knowledge. Im not a student just a hobbiest. I would say you allocate memory...
  3. Replies
    2
    Views
    3,590

    String Scrambler :)

    Hello,
    I know that algorithm has a shuffle function. Someone told me when I was making my program in a chat room lol. but I wanted to make it anways to see if I can do it. Please leave feed back...
  4. Replies
    11
    Views
    1,462

    I made a small program that tells if a data is a...

    I made a small program that tells if a data is a float or not. GO ME LOL
    Tell me what you think :) Lol thanks :D



    #include <iostream>
    using namespace std;
    string Data="324.234";
    bool f;...
  5. Replies
    11
    Views
    1,462

    Is'nt a template kinda like that? where you put...

    Is'nt a template kinda like that? where you put type and you can put any data type in the spot? I might try and make my own beginner implementation of a class like this. and show you guys maybe if I...
  6. Replies
    11
    Views
    1,462

    Yea I was thinking about putting the value in an...

    Yea I was thinking about putting the value in an array and parsing it to find out what data type that is. That seems like the best chokce for me. Take care all :)
  7. Replies
    11
    Views
    1,462

    Hmmmmm... Im just a beginner for 4 years LOl off...

    Hmmmmm... Im just a beginner for 4 years LOl off and on, I really suck at programming, and this topic intrigues me. I always wanted to do what you are talking about. Never thought of comparing the...
  8. Replies
    2
    Views
    1,058

    My Own Number Base System/Big int?

    Hello, Im tring to make up my own number system. I tried tring to make a map, but I think it is more of a table. Im kinda having hard times adding the numbers of my new system together when it gets...
  9. Replies
    24
    Views
    2,398

    Hmmm, Im not a great programmer at all. But I...

    Hmmm, Im not a great programmer at all. But I think you tring to take data from a Vector, Modify the data. Then copy the data back to the vector? Maybe the values are garbage cause when you modified...
  10. Sake is more in the direction I wanted. The...

    Sake is more in the direction I wanted. The Standard library Map isnt what I was looking for. I was meaning to create my own map, not use someone elses. But thank you Hk. Sake the Information you...
  11. What is a Map/Table? How is it Implemented?

    Hello, I would like to know What a Map/Table is? Im sure its just a way to organize data to look up. Like A Regular table and map would be. But I dont know how its implemented in code. Can Someone...
  12. Replies
    7
    Views
    1,103

    New approached to explainations A pointer to a...

    New approached to explainations
    A pointer to a pointer Is a Variable that uses two layers of Indirection while a Pointer just uses one Layer of Indirection
    The Number of * shows how many...
  13. Replies
    7
    Views
    1,103

    Ok I think I got a better explaination of a...

    Ok I think I got a better explaination of a pointer to a pointer. I will not give up. A Pointer expects type Datatype* and a pointer to a pointer Expects type datatype**. the First is pointing to...
  14. Replies
    7
    Views
    1,103

    I don't know if im right or not. Here is an...

    I don't know if im right or not. Here is an example to test out how I understand a pointer to a pointer:


    #include <iostream>

    using namespace std;


    int main()
    {
  15. Im just a beginner and I was the one not knowing...

    Im just a beginner and I was the one not knowing hehe. but I think You interpreted the responces wrong.
    From what I can gather. we are not talking about classes copy constructors or classes at all....
  16. Well Thanks. I Think I understand More then I did...

    Well Thanks. I Think I understand More then I did before at least. Well Enough for me to Use it in code perhaps :D
    Thanks for all the help.
  17. I am Totally Confused. I read your post like a...

    I am Totally Confused. I read your post like a million times and I just cant grasp it.
    What I get which may or may not be wrong is:
    1.Functions by default pass by value.
    2. Passing by Value is...
  18. Im still confused. But Thanks for all the...

    Im still confused. But Thanks for all the information. I dont want to start asking too much questions and making people mad Lol I do that a lot. I find it hard to learn from books. they Never explain...
  19. Oh thanks Prelude, What does *& mean? when you...

    Oh thanks Prelude, What does *& mean? when you combine them like that? and I thought pointers arent passed by value cause I seen then do that with the swap functions for bubble sort I thought. But it...
  20. Hello, I tested the code you gave me and assign I...

    Hello, I tested the code you gave me and assign I a Value, and I get the error: First-chance exception at 0x00411db4 in asdfregh4.exe: 0xC0000005: Access violation writing location 0x00000000....
  21. Pointer/Dynamic Memory/function problem

    Hello, Im tring to pass a pointer and assign its memory dynamically within the function. Can Someone tell me why my problem says i isnt being initalized when I pass it? And why it isnt dynamically...
  22. Replies
    9
    Views
    6,095

    Yes I have Windows Xp, Are you sure you have All...

    Yes I have Windows Xp, Are you sure you have All the code there? What is hStdout?
    I dont get how to pass the arguments and use the functions on some of these. Here is the code I have.


    #include...
  23. Replies
    9
    Views
    6,095

    If you can only do ASci graphics, Why does it say...

    If you can only do ASci graphics, Why does it say CONSOLE_FULLSCREEN_HARDWARE Full-screen console communicating directly with the video hardware. What does that mean? Thanks for all the replies and...
  24. Replies
    9
    Views
    6,095

    Do you know if you can do graphics in full screen...

    Do you know if you can do graphics in full screen mode? and how to do it? What can you do in fullscreen mode? is it just a bigger screen or can you acccess the video memory and do graphics? Ill look...
  25. Replies
    9
    Views
    6,095

    Console Functions Help

    Hello, I always heard that you can not do graphics in windows 32 console. But I found this Function that says something abuot switching to Full Screen with hardware.
    GetConsoleDisplayMode
    Link...
Results 1 to 25 of 49
Page 1 of 2 1 2