Search:

Type: Posts; User: sh4k3

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,410

    great thx

    great
    thx
  2. Replies
    6
    Views
    3,410

    so for example, if im using a C library function,...

    so for example, if im using a C library function, like stdio, then i would use
    #include <stdio.h> ...

    and if im using my own function,
    #include "myown.h" ?
  3. Replies
    6
    Views
    3,410

    #include vs #include " "

    when working with multi-modules, im just wondering whats the difference in using the <> brackets vs the double quotations..
  4. Replies
    11
    Views
    2,226

    ok... i did most of the dirty work, but now im...

    ok... i did most of the dirty work, but now im getting some undesired output.

    when i enter in an integer, the program converts it to a float...

    but the problem is now, when i enter in a float,...
  5. Replies
    11
    Views
    2,226

    ive been staring at this for the past hour and...

    ive been staring at this for the past hour and cant seem to figure it out..
    i keep running circles i think ...

    maybe i shouldnt have eaten so many burritos for lunch
    i think the beans are...
  6. Replies
    11
    Views
    2,226

    modifying help plz ( int to float )

    can someone please help me modify this program to read floats instead of ints?

    im getting lost in my code :S

    if this is not a quick fix, i guess i just have to follow each data type being...
  7. Replies
    1
    Views
    859

    reading from a file

    ive made a simple program to read the number of characters entered from the standard input.

    i was wondering if someone could help me tweak the program to read from a file instead of from the...
  8. Replies
    8
    Views
    22,488

    ok great. thanks for your help!

    ok great.

    thanks for your help!
  9. Replies
    8
    Views
    22,488

    cant i just create a separate function in the...

    cant i just create a separate function in the same program im writing, and call that function?
  10. Replies
    8
    Views
    22,488

    so if im writing code for a certain program.......

    so if im writing code for a certain program.... and i want to test it with a driver program...

    i have to incorporate the driver programs code into the certain program that im writing?
  11. Replies
    8
    Views
    22,488

    what is a driver program?

    im not exactly sure what is meant by that....
  12. Replies
    12
    Views
    1,010

    what is that?

    what is that?
  13. Replies
    12
    Views
    1,010

    see this acronym: stfu

    see this acronym: stfu
  14. Replies
    12
    Views
    1,010

    ok guys... lets slow down, im a newbie here i...

    ok guys... lets slow down, im a newbie here

    i dont even really know for sure what a destructive string reversal is...

    all i know is that, if i made an array of characters, and typed out a...
  15. Replies
    12
    Views
    1,010

    Performing a destructive string reversal

    Can anyone suggest a method as to how i can perform a destructive string reversal?
  16. Replies
    2
    Views
    2,139

    Visual C++ 6.0 : linking / compiling problems

    it seems almost everytime i make a change to my code then re-compile, the compiler gets stuck compiling, and im unable to press stop build. the only way i can get out, is to save, then ctrl+alt+del,...
  17. Replies
    3
    Views
    1,990

    output a string to a standard output

    vs input a string from a standard input..


    does anyone have any clue as to what that means at all?
  18. Replies
    4
    Views
    12,012

    ohhhhhh ok, i get it thanks !

    ohhhhhh ok, i get it
    thanks !
  19. Replies
    4
    Views
    12,012

    so if i want to display the leading zero's, i can...

    so if i want to display the leading zero's, i can keep type int?
    but maybe just display something other than %d?
  20. Replies
    4
    Views
    12,012

    leading zero's..... ( reading int )

    i have a question about leading zero's...


    now, if i have made a program, and declared everything to be of type int

    if i prompt the user to enter in an integer value, and the user enters:
    ...
  21. Thread: switch problem

    by sh4k3
    Replies
    18
    Views
    2,791

    hmm... thanks for the input ill definitely try...

    hmm... thanks for the input
    ill definitely try to figure out what is happening there, but i dont think im gonna use that just yet due to the fact that we just introduced arrays today, but thx!
  22. Thread: switch problem

    by sh4k3
    Replies
    18
    Views
    2,791

    thanks, i havent even really got into arrays yet,...

    thanks, i havent even really got into arrays yet, so i cant use that

    but i have modified my code to WORK properly now!

    thanks for everbodies inputs, its much appreciated!!

    here is my WORKING...
  23. Thread: switch problem

    by sh4k3
    Replies
    18
    Views
    2,791

    ok... i modified my program to read in all...

    ok... i modified my program to read in all integers and then display the colours.

    The problem is now reading the third integer. With resistor values, the first two integers read result in a...
  24. Thread: switch problem

    by sh4k3
    Replies
    18
    Views
    2,791

    string input; string rc; are u sure thats...

    string input;
    string rc;


    are u sure thats right?
    the text doesnt even change to blue when i do that...
  25. Thread: switch problem

    by sh4k3
    Replies
    18
    Views
    2,791

    sorry, im a bit confused by what you said... ...

    sorry, im a bit confused by what you said...

    do u mean to declare my variables as data type string, instead of int?

    and for my function prototype, instead of declaing it:

    int ResColour(int...
Results 1 to 25 of 36
Page 1 of 2 1 2