Search:

Type: Posts; User: firyace

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    4,600

    Guess different school requires different stuff...

    Guess different school requires different stuff from students then. At our place, the demand for both software engg and CS are pretty low though, which I don't really know the reason even till this...
  2. Thread: New PC

    by firyace
    Replies
    9
    Views
    1,744

    First of all: 8600GTS > 8600 GT and that I am...

    First of all: 8600GTS > 8600 GT
    and that I am just suggesting a 8600GT instead of an 8500 because it makes a big difference between the two cards.

    Whereas for your concern of what I meant as...
  3. Thread: Interview???

    by firyace
    Replies
    15
    Views
    4,997

    And I was about to say $15000 AUD was too...

    And I was about to say $15000 AUD was too little...
    At my uni the yearly starts at $20000 ish for a year (which is mostly civil, no offense) to $80000 ish for oil and gas engineers.

    And yeah, its...
  4. Replies
    15
    Views
    4,600

    Its weird how Compsci requires higher than Soft...

    Its weird how Compsci requires higher than Soft engg, cuz at my U its directly opposite. Just be sure that in some universities if you want to be a soft engg you would need to endure the general...
  5. Thread: New PC

    by firyace
    Replies
    9
    Views
    1,744

    Just don't expect to do any present-day games in...

    Just don't expect to do any present-day games in good fps and quality because its a 8500 series. Since you are not a hardcore gamer, it is not recommended for you to buy high end video cards anyway...
  6. Replies
    1
    Views
    3,204

    if the minimum is 64mb, of course it doesn't...

    if the minimum is 64mb, of course it doesn't support cuz intel is integrated
  7. Thread: Told ya so...

    by firyace
    Replies
    58
    Views
    18,617

    Yeah, there is also people who buy PS3 for...

    Yeah, there is also people who buy PS3 for folding.

    But as an individual, who will buy this? Who would buy a console to analyze MRI data at home?

    Sure it can run linux, but so does all of the...
  8. Thread: Told ya so...

    by firyace
    Replies
    58
    Views
    18,617

    Isn't there Farcry and Callofduty for the Wii...

    Isn't there Farcry and Callofduty for the Wii already?

    Plus, I heard that you can hack the wiimote to use it on your computer...
  9. Replies
    32
    Views
    7,468

    Don't even think about buying an IBM Lenovo or...

    Don't even think about buying an IBM Lenovo or Thinkpad!
    I seriously had one before (centrino single core 1.8) for $1700 and it was basic crap. The harddrive periodically overheats and the monitor...
  10. Thread: Told ya so...

    by firyace
    Replies
    58
    Views
    18,617

    After having both xbox and ps2, I am starting to...

    After having both xbox and ps2, I am starting to feel sick with the new generation of MS and Sony consoles. I personally did not play PS3, but the xbox360 is just a prettier version of an xbox. Whats...
  11. nevermind, I fixed it with feof function.

    nevermind, I fixed it with feof function.
  12. Problems with reading the end of a binary file

    Hi,

    i was given a binary file that i know the format of, which has three double values per line like this:



    <double> <double> <double>
    <double> <double> <double>
    <double> ...
  13. Replies
    17
    Views
    2,432

    If you are not using vista, then why bother with...

    If you are not using vista, then why bother with a geforce 8 series?

    If you want future prepared or somethin, go for geforce 8800 and never consider the 8600 series. Even they have support for...
  14. Replies
    31
    Views
    12,146

    Talking about calculators I remember that when i...

    Talking about calculators I remember that when i take calculus during grade 12, the midterm we cannot use a calculator, I got 100&#37;. In the final we are allowed to use the calculator and its multiple...
  15. Thread: fread problems

    by firyace
    Replies
    19
    Views
    2,752

    actually, I found out where the problem is, its...

    actually, I found out where the problem is, its actually not because of &#37;f and %lf because I tried both before posting it here, even though -Wall reveals that there are problems with lf, it would...
  16. Thread: fread problems

    by firyace
    Replies
    19
    Views
    2,752

    okay then, can you please tell me how to printf...

    okay then, can you please tell me how to printf double, I have never encounter this problem using %lf until i need to printf more decimal places then I am suppose to.

    Thanks
  17. Replies
    31
    Views
    12,146

    This is almost equivalent to my pure math 30...

    This is almost equivalent to my pure math 30 course during my high school years. Don't really have to worry about it, just do all of the practice problems and you are gonna have a high mark. Even...
  18. Thread: fread problems

    by firyace
    Replies
    19
    Views
    2,752

    Well, can you please tell me what is the right...

    Well, can you please tell me what is the right way to read a double?

    Thanks!
  19. Thread: fread problems

    by firyace
    Replies
    19
    Views
    2,752

    alright, the portion code of reading the binary...

    alright, the portion code of reading the binary file is:


    fread(&voltage,sizeof(double),1,ifp); //reading binary file into temporary variables
    fread(&current,sizeof(double),1,ifp);
    ...
  20. Thread: fread problems

    by firyace
    Replies
    19
    Views
    2,752

    well, the problem right now is that i want MORE...

    well, the problem right now is that i want MORE precision (12-14 decimal places instead of the six decimal places), so when I printf to the screen and speciallize to 14 decimal places, it wouldn't...
  21. Thread: fread problems

    by firyace
    Replies
    19
    Views
    2,752

    but then is there another way to read in a binary...

    but then is there another way to read in a binary file and specifying the number of decimal points it reads for double?
  22. Thread: fread problems

    by firyace
    Replies
    19
    Views
    2,752

    fread problems

    Hi,

    Is there a way to specify how many decimal points that fread reads from a double value in a binary file?

    Thanks
  23. Replies
    7
    Views
    1,531

    hi, I tried that and the error is still the...

    hi,
    I tried that and the error is still the same, hangs at the same line.
  24. Replies
    7
    Views
    1,531

    mallocating a struct

    struct database_input {
    char *catA;
    int catB;
    double catC;
    int catD;
    };

    lets say i want to establish an array of structs called data, and I want to dynamically allocated .

    So...
  25. Replies
    4
    Views
    4,156

    Well, yeah anyways my boss fixed it yesterday, so...

    Well, yeah anyways my boss fixed it yesterday, so its alright.

    And of course I am not working at a megacorp, at least ur right about that ;)

    The reason that I can't post it because this program...
Results 1 to 25 of 56
Page 1 of 3 1 2 3