Search:

Type: Posts; User: john3j

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,790

    Thank you for your input! It sounds like...

    Thank you for your input! It sounds like creating a .reg file while compiling all of the different settings would be easier than writing the code and maintaining a seperate file as well. I didn't...
  2. Replies
    5
    Views
    1,790

    Im interested in doing over 100 registry key...

    Im interested in doing over 100 registry key creations or changes. I know that this can be done with a batch file while using REG ADD commands, but I thought it would be easier to have a list that I...
  3. Replies
    5
    Views
    1,790

    Program to apply windows registry settings

    Hello,

    I was trying to think about if it would be possible to create a text file that could be in a directory and create a program that loops through each line in the text file to assign values to...
  4. Replies
    6
    Views
    1,668

    you are exactly right! thank you very much!

    you are exactly right! thank you very much!
  5. Replies
    6
    Views
    1,668

    I actually went through the code and rewrote it. ...

    I actually went through the code and rewrote it. Here is what I have:



    /****************************************************************/
    /* CS263 Programming in C ...
  6. Replies
    6
    Views
    1,668

    Help with looping

    Hello,

    I have the following code that works great:


    #include <stdio.h>


    int main(void)
    {
  7. Replies
    5
    Views
    3,421

    Thanks Jim! For some reason it was just hosed. ...

    Thanks Jim! For some reason it was just hosed. I created a new project and pasted my code...then it worked just fine. Thank you for testing!
  8. Replies
    5
    Views
    3,421

    I have changed the format specifier to %f so...

    I have changed the format specifier to %f so there are no issues with float and I changed the data type to floats. The issue is that when I run it the math is not calculated properly. If i enter...
  9. Replies
    5
    Views
    3,421

    Data type issues

    Hello,

    I wrote the code for my homework assignment (I did this on my own and am not trying to get someone else to do my homework) and I cannot get it to compute correctly. I am using code::blocks...
Results 1 to 9 of 9