Search:

Type: Posts; User: AutoIt Addict

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    666

    adding columns in output

    I originally pulled this code out of the book to experiment with auto-numeric generation
    I have later found an easier way or compromise to the programs original purpose.
    But now i am back on just...
  2. Replies
    3
    Views
    1,908

    converting a char to a numeric number

    having trouble detecting where char d1-8 are converted to a numeric number

    #include <iostream>
    #include <string>
    #include <iomanip>

    //Prototypes
    int ReadDials (char &d1, char &d2, char &d3,...
  3. Replies
    3
    Views
    887

    making progress I think the fix is good it...

    making progress
    I think the fix is good it removed 3 errors
    I will look to see if i can figure the rest out by doing a little homework
    Thanks
  4. Replies
    3
    Views
    887

    constructor, destructor

    GAUGE_HEADER_FS700(GAUGE_W, cs_gauge_name, &cs;_list, \
    cs_mouse_rect, 0, 0, 0, 0);

    the error
    expected constructor, destructor, or type conversion before ',' token|
    ...
  5. Replies
    15
    Views
    1,955

    Hm awesome! yA NO HOW TO CUT A TREE

    Hm
    awesome!
    yA NO HOW TO CUT A TREE
  6. Replies
    1
    Views
    856

    Adding a class

    Happy coding all!

    any pros out there that may now how to debug this

    ||=== openGL, Debug ===|
    C:\code blocks\openGL\src\promow.cpp|1|error: promow.h: No such file or directory|
    C:\code...
  7. no problem my question was not clear

    no problem my question was not clear
  8. Replies
    33
    Views
    4,091

    thanks man what you said just said fixed it

    thanks man what you said just said fixed it
  9. Replies
    25
    Views
    2,253

    nice topic bro gonna due some reading my self

    nice topic bro
    gonna due some reading my self
  10. //looks like you know something about modules...

    //looks like you know something about modules thank you sir
    if i where to run with my app
    what would you say
  11. review there seems to be many shapes and sizes...

    review
    there seems to be many shapes and sizes
    of category lib
  12. Replies
    33
    Views
    4,091

    I'll work on it some more and let you know if i...

    I'll work on it some more
    and let you know if i get anywhere
  13. Replies
    8
    Views
    12,579

    kd how are ya If you haven't already heard...

    kd

    how are ya

    If you haven't already heard of the autoit form designer
    I believe it went by the name of koda
    fabulous tool
    creates gui and converts the koda
    this is not a joke
    its windows...
  14. Replies
    33
    Views
    4,091

    not so easy i have created stringprocessing.c...

    not so easy
    i have created
    stringprocessing.c
    add.h
    main.c

    add them to project and targeted the library
    then it wants to have a host application
  15. Replies
    8
    Views
    12,579

    you should try AutoIt

    you should try AutoIt
  16. Replies
    33
    Views
    4,091

    is there any way to create a dill structured...

    is there any way to create a dill structured library and call on it in c++
    or shall i say
  17. Replies
    33
    Views
    4,091

    does system c need to pause the screen before...

    does system c need to pause the screen before accepting another string?:cool:
  18. Replies
    33
    Views
    4,091

    looks like the scanf function is working ...

    looks like the scanf function is working


    #include <stdio.h>
    #include <stdlib.h>

    int main()
    {

    char cArray[242];
  19. Replies
    33
    Views
    4,091

    its printing single char #include ...

    its printing single char


    #include <stdio.h>
    #include <stdlib.h>

    int main()
    {

    char cArray[16];
  20. Replies
    33
    Views
    4,091

    -k- got it now a string is a collection of...

    -k-
    got it now
    a string is a collection of characters otherwise defined as array
  21. Replies
    33
    Views
    4,091

    ok give me some time to play with this and i will...

    ok give me some time to play with this and i will get back to you in hour or so

    thanks
  22. Replies
    33
    Views
    4,091

    yes i am interested dont yet know how to create...

    yes i am interested
    dont yet know how to create a sting in c

    #include <stdio.h>
    #include <stdlib.h>

    int main()
    {
    printf("Hello world!\n");
    return 0;
  23. Replies
    33
    Views
    4,091

    Matticus looks like where in business code...

    Matticus

    looks like where in business code blocks allows you to write in c

    #include <stdio.h>
    #include <stdlib.h>

    int main()
    {
    printf("Hello world!\n");
  24. Replies
    33
    Views
    4,091

    Matticus yes the code was given to me by the...

    Matticus

    yes the code was given to me by the instructor and if you would kindly read what white flags has wrote this may clear
    up some of your confusion
    I have no plans to copy internet code as...
  25. Replies
    33
    Views
    4,091

    thank you much white flags i think you may be...

    thank you much white flags
    i think you may be right
    still going to check out code blocks it seem cool for now
Results 1 to 25 of 40
Page 1 of 2 1 2