Search:

Type: Posts; User: daveS

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,482

    Excellent, I will pick it up then. So you are...

    Excellent, I will pick it up then. So you are saying that I can take a C program and use VB.net to create a user interface for it? So far I do like C alot. I think I just need some better learning...
  2. Replies
    9
    Views
    2,482

    Thanks for the reply Xei. Although thats...

    Thanks for the reply Xei. Although thats terrible news about SAMS lol. Thats what I'm using to learn VB 6 :(
    Well, like I said, my experience with SAMS is not that great, but I don't know of...
  3. Replies
    9
    Views
    2,482

    Well I intend to contiunue working on C, and I'm...

    Well I intend to contiunue working on C, and I'm taking a class on C++, but the rewards so far are NULL. I studied the SAMS C tutorial for weeks, and towards the end when it started getting hard...
  4. Replies
    9
    Views
    2,482

    Visual Basic Dilemma!

    I need advice on which Visual basic to learn. I have VB 6 and started learning it online at free-ed but I am considering getting the student version of Visual studio.net. I've heard that VB.net is...
  5. Replies
    10
    Views
    6,275

    Well, the people next door were having a polka...

    Well, the people next door were having a polka party.... seriously though, I was one of the lucky ones to have the power go out, and here there might have been spikes in the electric before it went...
  6. Replies
    10
    Views
    6,275

    What causes bad ram?

    Can bad programming cause errors on your ram?

    Just curious because, I have 2 systems that have faulty memory modules. I'm using corsair, and nanya ram. Memtest86 finds errors on the 5th test on...
  7. Thread: linked list

    by daveS
    Replies
    6
    Views
    1,044

    So... For referencing a member of a...

    So...

    For referencing a member of a structure I would use the standard (.)

    And the (->) if Im referencing via pointer?




    I understand pointers when I study them, but apparently not...
  8. Thread: linked list

    by daveS
    Replies
    6
    Views
    1,044

    I'm working on linked lists too, and came across...

    I'm working on linked lists too, and came across a symbol I just cant understand. Its this: " -> " what does it mean?

    Here is the peice of code its in, that I'm trying to understand.



    ...
  9. Thread: Calculator in C?

    by daveS
    Replies
    5
    Views
    2,330

    I know I'm jumping way ahead of myself here, but...

    I know I'm jumping way ahead of myself here, but I am a bit curious about GUI. How do you make nice program window, or GUI's for C programs? As opposed to the dos windowns i see now. Will I have...
  10. Thread: Calculator in C?

    by daveS
    Replies
    5
    Views
    2,330

    Thanks for the replies. I didn't even realize...

    Thanks for the replies.

    I didn't even realize I did that with the main(). I use the borland compiler and it let it pass, but I will take your advice and put in the int main() next time. I tried...
  11. Thread: Calculator in C?

    by daveS
    Replies
    5
    Views
    2,330

    Calculator in C?

    Hi,

    I'm new to this site, and new to programming in C. I'm doing the Sam's 21 day tutorial, and had a problem making a calculator. I made one that will add, subtract, multiply, and divide 2...
Results 1 to 11 of 11