Search:

Type: Posts; User: ConanCoder

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,988

    Well, I think also that everything is a trick, we...

    Well, I think also that everything is a trick, we only need to think of the trick we should use in the situations we encounter.
    anyway, BrainN, if you want to combine them as two int values, you can...
  2. Replies
    9
    Views
    1,762

    it's NO BIG DEAL, I mean the program runs very...

    it's NO BIG DEAL, I mean the program runs very normal, but with spaces in scanf in the code you did (for example), u should enter the values like this " 3" without space u can enter it like this "3"...
  3. Replies
    9
    Views
    1,762

    Uhm.. well first of all I would prefer NO spaces...

    Uhm.. well first of all I would prefer NO spaces in the scanf, and your code does what you want, but it organize the array from left(biggest) to right(smallest).
    you may also use some of the...
  4. Haha good, thanks for correcting me :D

    Haha good, thanks for correcting me :D
  5. I would like to give you some notes: 1)...

    I would like to give you some notes:
    1) functions should not be in main.
    2) I would prefer you not to use too much spaces, such as: main (void) or StringOne [50], I mean u can do it like this...
  6. Replies
    7
    Views
    2,812

    I agree with them, you should really use...

    I agree with them, you should really use functions for these things, cuz it's too much lines in main. and I'd like to add if you want to make the user perform as many operations as they want, well...
  7. Replies
    11
    Views
    962

    you guys, you really need to chill out, you don't...

    you guys, you really need to chill out, you don't tell me what should I do, u r NOT my bosses, even though the rules prevent these things, and grumpy if u don't want to help with homeworks, very...
  8. Replies
    4
    Views
    728

    I bumped once tho, by the way I've read that link...

    I bumped once tho, by the way I've read that link more than 10 times, and still didn't know anything...
    guys I always try reading tuts and searching be4 posting so... :P
  9. Replies
    6
    Views
    875

    7th... I'm sorry to tell you u r wrong mate :D.....

    7th... I'm sorry to tell you u r wrong mate :D.. and I try my best be4 posting here... anyway I solved my problem alone so that's okay <3
  10. Replies
    11
    Views
    962

    Oh okay my bad, thought it's okay if I give him...

    Oh okay my bad, thought it's okay if I give him this... I won't do it again I promise :/
  11. Replies
    4
    Views
    728

    BUMP .. xD sorry I really need to know this :/...

    BUMP .. xD sorry I really need to know this :/ any ideas :P
  12. Replies
    6
    Views
    875

    Thanks for the help mate, what I found hard was...

    Thanks for the help mate, what I found hard was only that ((double* avg)) thing, I was like "what the heck should I do with it" Lol
  13. Replies
    11
    Views
    962

    well here you go, but next time try something by...

    well here you go, but next time try something by yourself first, then ask for help. (I did it fast so excuse me for the messy look)
    NOTE: I assumed that the input is clear and good, which means I...
  14. Replies
    4
    Views
    728

    complexity calculation help

    Hello everyone,
    I was wondering what is the comlexity of the program I coded, I'm not good at calculating it yet...
    I need to calculate time complexity in worst case.

    #include <stdio.h>

    void...
  15. Replies
    6
    Views
    875

    very well, 1st I didn't know that policy, so...

    very well,
    1st I didn't know that policy, so now I know.
    2nd I didn't take that code from anyone I coded it.
    3rd that's god to know it's an error code (won't compile)
    4th I just asked for help,...
  16. Replies
    6
    Views
    875

    C program help

    Hello guys, I still not good at recursion, now I had to do this for homework.
    Example: array [1,2,-1,2] , the sequence's average order 1 is 1, order 2 is (1+2)/2=1.5, order 3 is (1+2-1)/3=2/3, order...
  17. That's what I'm doing but the problem is that I'm...

    That's what I'm doing but the problem is that I'm not good at this like, I dunnu if what I did to calculate is right.
    but I'm guessing the complexity is O(n). (I don't know if this is wrong or right)
  18. worst case tho XD, and by the way the what does...

    worst case tho XD, and by the way the what does the program do is:
    takes a number of words (n), and after that u need to input (n) words, it organize them as the dictionary.
  19. Complexity of time :)

    Complexity of time :)
  20. Calculating the complexity of this code [HELP]

    hello everyone, I have a problem with this complexity issue :frown:...
    I don't know how to calculate it :frown:
    so, please can anyone tell me what is the complexity time of this code. (worst case)...
  21. Replies
    5
    Views
    795

    LMFAO, I'm so idiot, nevermind I've solved it, I...

    LMFAO, I'm so idiot, nevermind I've solved it, I totally understood it the wrong way at the first place O.o
  22. Replies
    5
    Views
    795

    I's noobie try tho, but I think I've got the...

    I's noobie try tho, but I think I've got the idea.. eventho I still need help :P
  23. Replies
    5
    Views
    795

    sure, since I'm posting my first time here xD,...

    sure, since I'm posting my first time here xD, sorry I don't know the rules, but here's what I've tried.
    I know it's full of bugs tho :P

    #include <stdio.h>
    #define DISTANCE 'A'-'a'

    int...
  24. Replies
    5
    Views
    795

    [HELP]I need to code this prgram

    Question:
    write a function that recieves a string(phrase), and returns 1, if every word in the sentence starts with a letter that comes after the letter in the previous word, (example: and Big ...
Results 1 to 24 of 24