Search:

Type: Posts; User: dogbert234

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,558

    Thanx :)

    Thanx :)
  2. Replies
    2
    Views
    1,558

    Problem with arrays

    Hi,
    I'm trying to create an array with as many elements as the users inserts.


    #include <iostream>
    using namespace std;

    int main() {
    int number = 1;
    cout << "Number of elements in...
  3. Replies
    9
    Views
    2,580

    The problem is, that I don't know, what the...

    The problem is, that I don't know, what the number is...It's a result of a calculation and it might be whatever...
  4. Replies
    9
    Views
    2,580

    Sorry for BUMPing the topic, but I didn't...

    Sorry for BUMPing the topic, but I didn't actually understand, HOW that function works...Again google didn't help me :\
    How can I round a number to 2 digts?
  5. Replies
    9
    Views
    2,580

    Thanx :)

    Thanx :)
  6. Replies
    9
    Views
    2,580

    C++ rounding

    Hi,
    I'm a Java programmer, so I got rather confused, when google didn't give me any usable answers for rounding function.
    I need a function, that would round a double value to 3 digts of fractional...
  7. Replies
    7
    Views
    957

    Thanx for all the answers, but I have one more...

    Thanx for all the answers, but I have one more question: Is there something like .length value in Java? I tryed sizeof() But it just repeats the action 12x12 times, when used in loop. :p
  8. Replies
    7
    Views
    957

    Thanx :)

    Thanx :)
  9. Replies
    7
    Views
    957

    Newby array problem

    Hi,
    I have never done anything with multi dimensinal arrays before, and got stuck with a simple code, what's supposed to fill array "Table" with zeros. I keep getting error: error C2059: syntax...
  10. Replies
    11
    Views
    2,231

    Hi, as that topic was on the front page and the...

    Hi, as that topic was on the front page and the author siemed to have found the solution I didn't want to creater a new topic, with almost the same point...How can I import text file contents, as and...
  11. Replies
    1
    Views
    1,056

    Newbie question

    Hi,
    I'm total beginner at Win32 programming, and I have looked as many tutorials as I have found, but none have an swered my question, at least not directly...
    I want to know, how to assign the...
  12. Replies
    5
    Views
    1,376

    I appology for my stupidity, but how can I read...

    I appology for my stupidity, but how can I read that to array? :confused:
  13. Replies
    5
    Views
    1,376

    Random line from txt file

    Hi,
    I hope this question isn't to stupid, but how can I get a random line from txt file? Google didn't help me much at that point, so maybe you could :)
    Best regards,
    dogbert234-
  14. Replies
    11
    Views
    3,577

    Hi, thanx guys, I finally understood how to do it...

    Hi, thanx guys, I finally understood how to do it :)
  15. Replies
    11
    Views
    3,577

    Thanx for the links, but there was not the kind...

    Thanx for the links, but there was not the kind of tutorial I'd want...I couldnt find one where you could print the text user has inserted by form but one of them, but that's the onw I talked about...
  16. Replies
    11
    Views
    3,577

    Well, I'm more or less (more) a newbe, so I...

    Well, I'm more or less (more) a newbe, so I rather much don't care how it's down as long as it is =) Well, probably the easyest way would be the best.
  17. Replies
    11
    Views
    3,577

    input/output

    Hi,
    At first, I know I'm newbe/dumbuser etc, so there’s no need to tell me that :) . Well, by problem is: I am looking for a simple tutorial of first taking users input and later displaying it (With...
  18. Thread: Question

    by dogbert234
    Replies
    4
    Views
    968

    Hi, I'm sorry, I couldn't answer before, but I...

    Hi,
    I'm sorry, I couldn't answer before, but I could reform my question: How to take input from a field and later display it at Static text? (Considering I can do neither)
  19. Thread: Question

    by dogbert234
    Replies
    4
    Views
    968

    Question

    Hi,
    I’m rather new to windows programming and trying to make my first program with WinApi. As a first program I chose calculator. I have done the GUI part and currently trying to make the...
Results 1 to 19 of 19