CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: SwiftXShadow

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Re: I need very fast help, like within the hour, please!

    It isnt random.... go look at his tutorials Buckys C++ Programming Tutorials

    he starts from zero like explaning what printf is and goes to more advanced stuff.... well advanced to me
  2. Re: I need very fast help, like within the hour, please!

    lol not likelly i am from estonia ( a small european country) so finding something off the internet in estonia isnt very likelly
  3. Re: I need very fast help, like within the hour, please!

    when i try to find out about something specific i go to youtube and look at Buckys C++ Programming Tutorials , he talk about them kinda sorta understandebly to me with examples
  4. Re: I need very fast help, like within the hour, please!

    It is hard enough for me to understand you people in english about c++, understanding a book in english about c++.... i dont think i am capeble of that
    (english is my second language)
  5. Re: I need very fast help, like within the hour, please!

    still dont have a book, or even know the name of 1 that about the stuff i need to know for my classes.
  6. Re: I need very fast help, like within the hour, please!

    the numbers have to be random generated
  7. Re: I need very fast help, like within the hour, please!

    i'd be happy with any lenght as long as i could have feagured out how to sum them up
  8. Re: I need very fast help, like within the hour, please!

    this is how i get the numbers printed out column by column?



    printf("========================================\n");
    printf("Kolmandast tulbast paremale jäävad tulbad\n");

    for(i=0; i<RIDU;...
  9. Re: I need very fast help, like within the hour, please!

    lol my book..... i wish i had one, we never had a book for this. Everything we learned is from class and examples given, never seen a book or heard one mentioned.

    if i had a book I woulnt have to...
  10. Re: I need very fast help, like within the hour, please!

    i guess i failed explaning myself in english again.

    What i want to do is, sum each of the colums like

    Fourth colum 5+2+1+5=13
    fifth column 20+1+3+2=26
    sixth colum 12+8+5+12=37
    seventh column...
  11. Re: I need very fast help, like within the hour, please!

    I looked that https://www.youtube.com/watch?v=gZVg3pNOAtc short tutorial video video through about 3-4 times.... and and i noticed some similartys of what u were telling to me to what he is doing.
    ...
  12. Re: I need very fast help, like within the hour, please!

    so is it suppose to look like something like that to get the sum for the fourth column?



    int nTotal = 0;


    {

    }
  13. Re: I need very fast help, like within the hour, please!

    If i pass it then atleast i can keep trying to learn, i woulnt be on these forums if i didnt care if i failed or passed.

    And so far all the codes we had to write have been basically by the book,...
  14. Re: I need very fast help, like within the hour, please!

    If i cant finish this code, then i will fail the class (there are no retests or anything, this class dosnt end with an exam but the assigments we are given at the end, which they call tests, are with...
  15. Re: I need very fast help, like within the hour, please!

    soo loop is the thing that makes the programm repeat itself?
  16. Re: I need very fast help, like within the hour, please!

    what is j loop

    this part?

    printf("Genereeritud matrix on:\n\n");

    for(i=0; i<RIDU; i++)
    {
    for(j=0; j<VEERGE; j++)
    {
  17. Re: I need very fast help, like within the hour, please!

    so how do u get it on scr
  18. Re: I need very fast help, like within the hour, please!

    I dont need the third colum ( i need 4,5,6,7) i think i transalted that question in the start a bit wrong.

    And about the loop i dont really understand what that word means so i mix and matched...
  19. Re: I need very fast help, like within the hour, please!

    i would use that speical box you guys use to put the code in, but i dont know how u guys get it
  20. Re: I need very fast help, like within the hour, please!

    lol i wish, i can ask but they wont answer, as i said "i have to do it myself by any way i can find out how or feagure out how, he simply wont tell me how, so he isnt an option to find out form"
    ...
  21. Re: I need very fast help, like within the hour, please!

    i think i put it in the loop.....(if i understand correctly what loop means..... it is an english word that i have never heard before, my programming is taught to me in my own language so i am trying...
  22. Re: I need very fast help, like within the hour, please!

    ou sorry, the first sentance of my second post somehow came along with my last one,

    i corrected the space but i still coulnt get it work, i think i am putting the nTotal += maatriks[i][3]); in the...
  23. Re: I need very fast help, like within the hour, please!

    question what exactly does "n total" mean and do? never heard of anything like that before :( i think i am doing something wrong

    i put the int nTotal = 0; to the top where i declare all...
  24. Re: I need very fast help, like within the hour, please!

    question what exactly does "n total" mean and do? never heard of anything like that before

    EDIT, i tryed to add what u said in... but for some reason now when i activate the program, everything...
  25. Re: I need very fast help, like within the hour, please!

    Ummm i must be rly dumb and still dun get it, or i can put a sentance together to propelly tell you my question, hope u dont get too anoyed, you are a big big help.

    That piece of code gives me all...
Results 1 to 25 of 32
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured