Search:

Type: Posts; User: OmnibladeZ

Search: Search took 0.00 seconds.

  1. Thanks for the links iMalc! I have read it and...

    Thanks for the links iMalc! I have read it and now I understand my errors. Thank You for giving tips!
  2. Oh, I saw it, Thanks sir laserlight I used this...

    Oh, I saw it, Thanks sir laserlight
    I used this bit and replaced all nested ifs in my code and a huge cut on lines from 170++ to 109.


    if(array[cnt]==array[cnt+1])
    continue;
    ...
  3. Do I have to make an array to store the prime...

    Do I have to make an array to store the prime numbers sir? or can it be implemented on the code and just omit the if and else-ifs?
  4. the part i need help with is the "skip". in this...

    the part i need help with is the "skip".
    in this code the upper for is used to check if the number is prime so thats settled.
    The program checks each number in the array now there are multiple same...
  5. I have solved the crash problem and proud to...

    I have solved the crash problem and proud to report that the program is now well and working, I have coded everything in one go, and it was my mistake.
    I now have a simple concern about my code and...
  6. We haven't discussed Functions in C++ in our...

    We haven't discussed Functions in C++ in our class yet so sadly I can't implement that in my code yet. after further analyzing I have come to a conclusion that my Initialization of 2d Array is not...
  7. Need Help with Basic Statistic program (array)

    Hey Guys, I'm back again and in need of your help again.
    Here is my code and the problem is that my program crashes and I don't know why. Can anyone help me debug it?


    #include<iostream>...
  8. Replies
    9
    Views
    2,731

    Done! That was the last problem. Thank you sir...

    Done! That was the last problem. Thank you sir laserlight! you are a very helpful person. Thank you so much!
  9. Replies
    9
    Views
    2,731

    Problem 3

    I have already gone past the 2nd problem, Just used toupper now I have a third problem and hopefully the last one.


    else if(choice==2)
    {
    system("cls");
    cout<<"DISPLAY BOOK...
  10. Replies
    9
    Views
    2,731

    Problem 2

    Thanks sir Laserlight, I have already made that work using cin.getline. Now i have a new problem.


    else if(choice==3)
    {
    system("cls");
    cout<<"SEARCH BOOK - MMSU Library...
  11. Replies
    9
    Views
    2,731

    Need Help with 2D array (Library System)

    Hey Guys, I need assistance with my code because everytime it skips the part to input. Maybe someone could help me with my code. here it is.



    int main()
    {
    int...
  12. Replies
    6
    Views
    1,109

    It worked like a charm! thanks sir! you're really...

    It worked like a charm! thanks sir! you're really good. I'll be back soon :D thanks again sir, you just saved me hours and a whole semester.
  13. Replies
    6
    Views
    1,109

    how do i skip the zero entry? i tried if...

    how do i skip the zero entry?
    i tried
    if (hold[ucnt]==0)
    ucnt++;

    what do i put under the if?? i thinks i have it wrong,,

    and how about the prime?? i thinks its easier if i just used a skip?
  14. Replies
    6
    Views
    1,109

    Thanks for moving it sir. so what do i do with...

    Thanks for moving it sir.

    so what do i do with it,
    I'll merge the 2 functions in 1?
  15. Replies
    6
    Views
    1,109

    arrays, sums and averages

    Hey, Can i get help too? I have a problem same with this guy, now i got far in coding and learned alot while doing so but i have a slight problem, in those 3 displays (ODD,EVEN,PRIME)
    if i input...
Results 1 to 15 of 15