Search:

Type: Posts; User: Else

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,412

    Thank you jeffcobb and CyberFish. jeffcobb: ...

    Thank you jeffcobb and CyberFish.

    jeffcobb:

    Visual basic only really differs from other C++ compilers through extended librarys, doesnt it? So I should be able to compile my code - albeit...
  2. Replies
    5
    Views
    2,412

    VB6 communication with Atmel

    hello CProgramming!

    I know I have said some rather stupid things on the forum,
    but I have a (more) serious problem this time:

    I am trying to communicate between a VB6 console app. and an...
  3. Replies
    15
    Views
    9,603

    I know I'll probably deserve a slap for writting...

    I know I'll probably deserve a slap for writting this, either cause the idea unpheasable or its bad programming practice.

    BUT:

    Could you not use 'getch()' function to take a letter then attach...
  4. Replies
    5
    Views
    1,403

    ...bearing in mind that i can read/write to disc...

    ...bearing in mind that i can read/write to disc already.
  5. Replies
    5
    Views
    1,403

    Spreadsheet I/O formats

    Hey there.

    I havent tried this yet. Was planning on having a look tonight...

    But I wondered how I could access individual elements within a MS Excel spreadsheet.

    Think I will probably end up...
  6. Thread: GUI programming

    by Else
    Replies
    6
    Views
    1,806

    ok. Cheers.

    ok. Cheers.
  7. Replies
    7
    Views
    1,717

    I owe everybody who replyed to this thread an...

    I owe everybody who replyed to this thread an apology.
    I was being dense and writing hurried and messy code...
    I have since corrected the issue and can create a Dynamic Linked List in my sleep ...
  8. Thread: GUI programming

    by Else
    Replies
    6
    Views
    1,806

    GUI programming

    Hello.

    I was wondering how different Graphical programming in Linux was to Windows.

    I am Just about to start the Windows Programming Foundations chapter of an old book (complete guide to VB6)...
  9. Replies
    7
    Views
    1,717

    So you think I should use over-loaded functions...

    So you think I should use over-loaded functions to perform input/out on my classes...?
    ...Is that what your saying?

    Also, Im using VB v.6 so <iostream.h> is what im stuck with, I think thats what...
  10. Replies
    7
    Views
    1,717

    Right, In my defence: The whole point of this...

    Right,
    In my defence: The whole point of this (naff) program was to create a dynamic linked list composed of derived classes.
    Its a bit of fun/research on my own part, as im still learning...
    ...
  11. Replies
    7
    Views
    1,717

    HEADER FILE : # include #...

    HEADER FILE :


    # include <iostream.h>
    # include <process.h>
    # include <stdlib.h>
    # include <string.h>
    # include <ctype.h>

    class library
  12. Replies
    7
    Views
    1,717

    Dynamic LL && inheritance, help?

    I havent got time atm to up load my code,
    but basically I am trying to create a dynamic linked list using derived classes
    ( 3 of them ).

    I have a base-class pointer that I am using to start my...
  13. Replies
    35
    Views
    13,643

    return an INT sybolising which direction you have...

    return an INT sybolising which direction you have been compromised in...?
  14. Replies
    35
    Views
    13,643

    Maybe because you function is searching for...

    Maybe because you function is searching for avaliablity. So if you search one path and recieve a false,
    you then re-use your boolean variable for the next loop. Possibly re-initalising it to true..?
  15. Replies
    1
    Views
    1,207

    ... NM. found : ...

    ... NM.

    found : http://www.cplusplus.com/reference/

    ....
  16. Replies
    1
    Views
    1,207

    Finding header file's contents

    hey all;

    Can anybody help me locate a good site for header file info.
    A complete listing would be nice...

    There has to a site somewhere !?

    Cheers.
  17. Replies
    18
    Views
    3,745

    Swapping for XP on dual core...

    Continuing my succession of stupid questions:

    I'm thinking of buying myself a new 'core 2 duo' laptop with Vista (...wow...).
    I was then planning on getting rid and uploading XP and Linux.

    But...
  18. Replies
    12
    Views
    6,170

    ...Alright, so its a naff idea...

    ...Alright, so its a naff idea...
  19. Replies
    12
    Views
    6,170

    Thats to be expected though... Cheers for the...

    Thats to be expected though...

    Cheers for the input...

    I dont mind the wait for compilation, within reason, as its a small netbook.
    SSD card storage should mean its speedier than HDD though...
  20. Replies
    12
    Views
    6,170

    Im guessing two things: a) Depending on the...

    Im guessing two things:

    a) Depending on the size/speed of the developed application, ATOM could prove slow...

    and

    b) Nobody (so far) has tried writting decent applications on...
  21. Replies
    12
    Views
    6,170

    ATOM prcessors & Programming...

    Hey,

    Ive been looking at those ASUS netbooks for a couple of days now and cant decide on it.
    Basically, I plan to take it to work on my bike and spend lunch programming...

    But I wasnt sure if...
  22. Replies
    19
    Views
    15,738

    Thanks all. After going through your replys,...

    Thanks all.

    After going through your replys, and relising i could have just used gets().
    I've decided to go with this combo:


    . include <stdio.h>

    . define MAX 5
  23. Replies
    19
    Views
    15,738

    ...oh.... I have just tried this : ...

    ...oh....

    I have just tried this :



    int main()
    {
    char array[30];
  24. Replies
    19
    Views
    15,738

    cheers. I'll look into 'fgetc'.

    cheers.

    I'll look into 'fgetc'.
  25. Replies
    19
    Views
    15,738

    so its true. I do deserve a slap :)

    so its true.

    I do deserve a slap :)
Results 1 to 25 of 36
Page 1 of 2 1 2