Search:

Type: Posts; User: XZminX

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,294

    Thanks for the links! :( I don't have...

    Thanks for the links!

    :( I don't have permission to access that page (network programming)

    Could you navigate me through CSU Chico's webpage to the page I need to go?
    The direct link doesnt...
  2. Replies
    4
    Views
    1,367

    Thanks guys! I found a cool website that...

    Thanks guys!
    I found a cool website that answered all my questions posted here.

    www.functionx.com/vcnet/
  3. Replies
    4
    Views
    1,367

    Visual C++ .NET questions

    Hello! I'm a newbie at vc++. I need some help.
    I've made the toolbar and some dialogs but I dont know how to use them.

    1.
    How do I create .exe program that will have its window, toolbar and...
  4. Replies
    2
    Views
    1,294

    Contacting Windows

    Hi there! I need some help on functions that comunicate directly with windows..
    1.
    I need the function that return true if computer is online and false if offline. Also if there's a trigger...
  5. Replies
    14
    Views
    10,565

    lol itsme, i think unbeliever wont understand...

    lol itsme, i think unbeliever wont understand that second code as he's a new to programing and probably dont know how to use pointers
  6. Replies
    14
    Views
    10,565

    and what exactly f(x2), f(x3) is, is that some...

    and what exactly f(x2), f(x3) is, is that some function or what???
    If you need a sum from 2 to N-1, use as Salem said, sum+=i;
    because as the "i" changes, "i" becomes the right number you need to...
  7. Replies
    4
    Views
    1,051

    I used array too, character array. My code...

    I used array too, character array.
    My code calculates 5^n, but that can be modified :)


    #include<string.h>
    #include<stdio.h>
    char number[200],temp[200]; //this array size would manage at...
  8. Replies
    4
    Views
    1,251

    Yes, be careful with the names, you have a...

    Yes, be careful with the names, you have a function called x and an argument of the same function called x, watch out for globals and defined variables (a and b). You have the same names int the...
  9. Replies
    4
    Views
    1,051

    Thanks but I managed to do it myself. If...

    Thanks but I managed to do it myself.
    If anyone's interested I could post the code here?
  10. Thread: What next?

    by XZminX
    Replies
    3
    Views
    1,188

    I'm also new here, but I think it would be the...

    I'm also new here, but I think it would be the best to start with C++ to get into it and then expand to VC++.
  11. Replies
    4
    Views
    1,051

    Mathematic issue

    Hi there! As for my first post here I have a chalenging question.

    I was wondering if there's a way to deal with numbers greater than 2^64-1 (long long)
    I'm interested in something like 5^250 or...
Results 1 to 11 of 15