Search:

Type: Posts; User: Blips

Search: Search took 0.01 seconds.

  1. Thread: gui tutorial.

    by Blips
    Replies
    1
    Views
    1,383

    gui tutorial.

    I've tried googling for this for a while, and I've searched the forums, so an advance sorry if this has been asked many times :D.

    Im looking to create an interface/gui to replace the console that...
  2. Replies
    14
    Views
    3,275

    Thnx for all the suggestions and help. :D

    Thnx for all the suggestions and help. :D
  3. Replies
    14
    Views
    3,275

    strange that it compiles fine in one, and not...

    strange that it compiles fine in one, and not another?
  4. Replies
    14
    Views
    3,275

    the #include "stdafx.h" is needed for the visual...

    the #include "stdafx.h" is needed for the visual studio 2005 for some reason. nothing works with out it :S. What compiler are u using?

    here is the exact error:



    ...
  5. Replies
    14
    Views
    3,275

    Well I changed the code around, and now I no...

    Well I changed the code around, and now I no longer get that error. Instead I get an error saying its going to overload the function. Heres my code. Error is coming from the string...
  6. Replies
    14
    Views
    3,275

    i knew this question would make me look dumb :(...

    i knew this question would make me look dumb :( :D

    thnx
  7. Replies
    14
    Views
    3,275

    very dumb question.

    I have a question that I know is going to make me look stupid. Im trying to round a number up, and I've included this #include <math.h>. I've been searching for a long time and I can't see why my...
  8. Thread: Using a string

    by Blips
    Replies
    4
    Views
    900

    ah thank you. oh ya, I forgot about int main :P I...

    ah thank you. oh ya, I forgot about int main :P I havent done any c++ for almost 2 years. Been doing mainly flash programming :D
  9. Thread: Using a string

    by Blips
    Replies
    4
    Views
    900

    Using a string

    Im doing c++ now in school, so I decided I should start doing some stuff at home. Im just messing around making a small program that will encrypt and decrypt text files, the only problem is Im...
  10. Replies
    19
    Views
    4,570

    Ah, thank you that did it. I had forgoten all...

    Ah, thank you that did it. I had forgoten all about the cin.ignore() function :D

    now back to the tutorials.
  11. Replies
    19
    Views
    4,570

    it doesnt matter if i set y to 0 or not , the...

    it doesnt matter if i set y to 0 or not , the same thing keeps happening.....
  12. Replies
    19
    Views
    4,570

    doesnt work: #include using...

    doesnt work:


    #include <iostream>

    using namespace std;

    int main() {
    int x;
    int y;
  13. Replies
    19
    Views
    4,570

    oh ok.

    oh ok.
  14. Replies
    19
    Views
    4,570

    still doesnt work... so now the code looks like...

    still doesnt work...
    so now the code looks like this:

    #include <iostream>

    using namespace std;

    int main() {
    int x;
    int y;
  15. Replies
    19
    Views
    4,570

    i added return 0; afterwards and it still closes...

    i added return 0; afterwards and it still closes right away. Its wierd that it used to work....
    im using microsoft visual studio .net as my compiler if it matters.
  16. Replies
    19
    Views
    4,570

    cin.get() aint working.

    I have no idea what im doing wrong, cin.get() used to stop my programs but for somereason they nolonger do. Here is an example of when the cin.get() hasnt been stopping my code :

    #include...
Results 1 to 16 of 16