Search:

Type: Posts; User: yakabod

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,284

    converting real player format to mp3??

    how will i be able to do this???
  2. Replies
    4
    Views
    1,293

    yea i understand functions already and also i...

    yea i understand functions already and also i understand that alreayd..

    koo now i know what the headers are used for.... kool :)
  3. nahhh gotta tell yo prog the function ...

    nahhh

    gotta tell yo prog the function

    gotta be:


    #include <iostream>
    using namespace std;
  4. Replies
    4
    Views
    1,293

    i dont get it.. so u use it to do what? ...

    i dont get it..

    so u use it to do what?

    include a file that u made already??

    like if i made a file called "blahblah" and it will be in that program im making. i should add the include code...
  5. Replies
    8
    Views
    1,059

    //("c:\progra~1\mirc\mirc.exe" ios::in,...

    //("c:\progra~1\mirc\mirc.exe" ios::in, ios::binary);

    why did u have to make that a comment?? shouldnt that be part of the program?
  6. ohh no wonder i was like what is this printf i...

    ohh no wonder i was like what is this printf i was about to tell him about the cout etc.. but then i didnt know for sure


    #include <iostream>
    using namespace std;

    int main(void)
    {...
  7. Replies
    8
    Views
    1,059

    im thinking is how u do the brackets. the...

    im thinking is how u do the brackets. the brackets look wrong well thats what i think i dont know to the pros though

    im still a noob but im trying my best to understand and trying to help :)
  8. Replies
    8
    Views
    1,059

    post your program...

    post your program...
  9. Replies
    40
    Views
    5,433

    alright thanks let me write that in my notebook...

    alright thanks let me write that in my notebook :) so this should tell me about the standard librarys right? and is it easy to understand?
  10. #include int main() { Printf ("My...

    #include <stdio.h>
    int main()
    {
    Printf ("My first program in Dev c++.\n");
    return 0;
    }

    u forgot the to add the "int" in front of the main()
  11. Replies
    4
    Views
    1,293

    Tutorial For The HEADER???

    Is there a tutorial for header files in cprogramming.com? or any other sites? i need full information on what they are used for, how to use them, and how they work etc.

    im confused on them right...
  12. Replies
    4
    Views
    869

    ok im thinking that he is missing the "return 0;"...

    ok im thinking that he is missing the "return 0;" code


    how come i do not see the header files? is it because he didnt add it for us to see? or.....
  13. Replies
    40
    Views
    5,433

    ive been seeing std in codes and stuff. and i...

    ive been seeing std in codes and stuff. and i know that it deals with strings but what else does it do and deal with? i dont really know what it is as for me getting confused and being a noob. ...
  14. Replies
    5
    Views
    1,075

    my microsoft visual c++ 6.0 didnt come with...

    my microsoft visual c++ 6.0 didnt come with msdn..

    where can i get it or look for it at?



    and what is this windows api?????

    can soemone tell me full info about it thanks :)
  15. Replies
    7
    Views
    42,787

    http://cboard.cprogramming.com/showthread.php?s=&t...

    http://cboard.cprogramming.com/showthread.php?s=&threadid=43414


    that is it that you seen it from. i was the one that started it. and i got a lot of help :)
  16. Replies
    3
    Views
    2,212

    So how does this become false? because ! means...

    So how does this become false? because ! means NOT right? so making...


    !(1) //Not 1 But 0

    will that be right?
  17. Replies
    3
    Views
    2,212

    Someone explain it please

    !(1 && !(0 || 1))


    can u tell me what each part does and what it is?

    try make it clear and simple for me please

    and wondering on how to evaluate that
  18. Replies
    8
    Views
    2,226

    MSVC++ 6.0 Pro Edition

    MSVC++ 6.0 Pro Edition
  19. Replies
    8
    Views
    2,226

    I Need The Simplest Tutorial Out there.

    I need a tutorial that can fit my basic needs. I need it so simple that it tells me the FIRST FIRST part thing to do with my compiler etc. and to explain what every part is.

    is there one?

    im...
  20. Wow Nice Thats Alot! Thanks Alot For That Info......

    Wow Nice Thats Alot! Thanks Alot For That Info...

    But theres one problem...

    this is what i really need to know. and that i get confused about. What should i use???

    Can someone explains...
  21. how to make a Countdown Timer over the game on full screen?

    How would i INPUT a countdown timer in a game? I would want it to be simple and easy. this would be actually the first program i would make. So i wanna know what should i do to start making this...
  22. Replies
    4
    Views
    2,110

    Blink Blink Blink...

    Hey peoples i just want to know on where i can get a better compiler but used for newbies too. im using the dev-c++ but everytime i create a new project in DOS and put all the codes and stuff in...
  23. Replies
    8
    Views
    3,075

    anyone be kind to help me alittle bit more pls

    anyone be kind to help me alittle bit more pls
  24. Replies
    8
    Views
    3,075

    :( it just closes man.. i dont know why i put the...

    :( it just closes man.. i dont know why i put the age i put 100 and then press enter and then it just closes..
  25. Replies
    8
    Views
    3,075

    Pressing A Button on Dos..

    Ok im still a newbie so i make just simple lil progs. Now when i compile and then run it (For Example) It will ask me my age. then i enter 100 then press ENTER. The Dos Closes. i tried the...
Results 1 to 25 of 25