Search:

Type: Posts; User: zakiuz

Search: Search took 0.00 seconds.

  1. Replies
    63
    Views
    8,575

    I didn't check on this tread for a while now ! It...

    I didn't check on this tread for a while now ! It has gotten pretty big. But in case anyone is interested, I sold my Toshiba and bought an Acer Aspire 5750.

    Intel Core i5 2430m 2.4ghz up to 3ghz...
  2. Replies
    63
    Views
    8,575

    Don't want to break the party, :P but how do I...

    Don't want to break the party, :P but how do I disable the swap files ? And should I do it with 3gb of RAM ?
  3. Replies
    63
    Views
    8,575

    Thanks for the help @CommonTater ! I'll think...

    Thanks for the help @CommonTater ! I'll think about all of this and don't rush, a lot of computers are for 300$, people won't go over 400$ for now ;P. And the Asus is on regular price so I have the...
  4. Replies
    63
    Views
    8,575

    Well I think changing computer now could be good...

    Well I think changing computer now could be good since I still have my warranty, it could help me sell it. The Toshiba now costs 530$ and I could sell it 400$. In fact I bought it 400$ in a huge sale...
  5. Replies
    63
    Views
    8,575

    I think I might sell my computer to get an Asus...

    I think I might sell my computer to get an Asus K53SV-XP1. What do you think, it seems pretty cheap for the specs. Are Asus laptops good ?

    Asus 15.6" Intel Core i5-2410M Laptop (K53SV-XP1) -...
  6. Replies
    63
    Views
    8,575

    Ok thanks, I was about to ask "Will 3gb to 8gb...

    Ok thanks, I was about to ask "Will 3gb to 8gb make a so big difference anyway?" but then thought I would search this so I won't ........ everyone off :P. I might make a desktop and get a netbook,...
  7. Replies
    63
    Views
    8,575

    What should I upgrade on my laptop ?

    Hi,

    I want to upgrade my laptop performance. So far, I can only think of more RAM. Video card seems too expansive. Maybe CPU but I would have this done by a professional which will more expansive...
  8. Replies
    7
    Views
    1,828

    I want to do CS too. I'm learning C now, and I...

    I want to do CS too. I'm learning C now, and I think what might help is develop creativity. I'm guessing it will be more helpful for after uni but I think it would still be a good thing.

    I'm...
  9. What about C and HTML at the same time ? From...

    What about C and HTML at the same time ? From what I've heard, HTML takes 2-3 weeks only and is easy.
  10. Replies
    15
    Views
    2,314

    Oh ok I get it. I did it with 3 files it works...

    Oh ok I get it. I did it with 3 files it works perfectly and it's much more simple this way ! I'll read more about global variables now :) (and why they are bad ;) )
  11. Replies
    9
    Views
    43,895

    Good question ! I use it for example when I do...

    Good question ! I use it for example when I do 5/2. I write %.2lf instead of only %lf. That way, it shows 2 digits after the dot. So it's 2.5 instead of 2.50000000.

    But in your case, I can't tell.
  12. Replies
    15
    Views
    2,314

    What do you mean by ''active code'' ?

    What do you mean by ''active code'' ?
  13. Replies
    15
    Views
    2,314

    use of headers

    I know it's a pretty small project and I could have put everything together in the main.c but I just learned about header files and wasn't sure how to use them, so I decided to make a program that...
  14. Replies
    15
    Views
    2,314

    printf("Prix total : %d$",...

    printf("Prix total : %d$", prixT(prixLivraison(nombreChandail), prixChandail(nombreChandail)));

    Yes ! I got it :) Thanks a lot people :)
  15. Replies
    15
    Views
    2,314

    @Greaper Well I did'nt finished that line and do...

    @Greaper Well I did'nt finished that line and do not know what to write there actually

    @anduril462 I'll try, thanks
  16. Replies
    15
    Views
    2,314

    2 variables always giving same result

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

    double prixChandail(double prix);
    double prixLivraison(double livraison);
    double prixT(double prixLivraison, double prixChandail);
    ...
  17. Replies
    6
    Views
    1,645

    The variables name lol

    The variables name lol
  18. Replies
    6
    Views
    1,645

    I really got to pay more attention ! Thank you...

    I really got to pay more attention ! Thank you tabstop.

    P.S: I forgot to translate the code in english I kept it in french lol
  19. Replies
    6
    Views
    1,645

    Can't use

    Hi I'm learning C and now I want to use certain maths functions such as square root. But I can't make it work. It just send me back the number I write.



    #include <stdio.h>
    #include <stdlib.h>...
Results 1 to 19 of 19