Search:

Type: Posts; User: ItzBlue

Search: Search took 0.04 seconds.

  1. Replies
    59
    Views
    3,907

    I really like this community a whole lot more...

    I really like this community a whole lot more now. :o
  2. Replies
    59
    Views
    3,907

    Uhh... O.o i guess these forums are a mysterious...

    Uhh... O.o i guess these forums are a mysterious place....
    Nevertheless i'm considering starting out learning the basics and flow of web development, than moving on the HTML and CSS eventually...
  3. Replies
    59
    Views
    3,907

    So... i'm assuming that PHP is a no-no?

    So... i'm assuming that PHP is a no-no?
  4. Replies
    59
    Views
    3,907

    Web developing languages

    Have not really started looking at any web developing languages...
    Where is a good place to start?
    Thanks.
  5. Thread: Typecasting

    by ItzBlue
    Replies
    2
    Views
    943

    I do understand that this same task could be...

    I do understand that this same task could be completed using arrays. I am however, trying to cement my understanding in every aspect of C, and structures were something that needed to be contrived...
  6. Thread: Typecasting

    by ItzBlue
    Replies
    2
    Views
    943

    Typecasting

    struct info{
    float one;
    int two;
    int three;
    int four;
    ...
    ...
    ...
    };
  7. Replies
    10
    Views
    1,217

    Well thought i'd update. Taking Grumpy's advise...

    Well thought i'd update. Taking Grumpy's advise and buying a C textbook, I found a simple solution.

    for(i= 0; i < strlen(test_pass); i++){
    if(test_pass[i] == '\n')
    {
    ...
  8. Replies
    10
    Views
    1,217

    Alphanumeric check

    I'm trying to check to see if a string from standard input is alphanumeric or not. I feel as though there may be a function for this but...

    for(test_pass = i; test_pass < i; i++){
    ...
  9. Thread: Quick question

    by ItzBlue
    Replies
    4
    Views
    690

    Oh thanks. I tried strlen(test_pass) = x; ...

    Oh thanks. I tried
    strlen(test_pass) = x;
    Didn't work that way. Thanks a lot.
  10. Thread: Quick question

    by ItzBlue
    Replies
    4
    Views
    690

    Quick question

    Hello, just wondering if this is possible. What i'm trying to do is to assign the length of a string to an integer variable. This is what i tried, it did not work.




    printf("Enter a...
  11. Replies
    1
    Views
    605

    Bruteforce algorithm

    Hello.
    I've been experimenting a bit and can't find a decent way to make a brute forcing script that accepts a password from standard input, and goes through all possible combinations until it is...
  12. Replies
    3
    Views
    2,368

    Oh, figured. Thanks for clearing it up.

    Oh, figured. Thanks for clearing it up.
  13. Replies
    3
    Views
    2,368

    Stdlib or Limits

    Sorry if this question sounds a bit retarded, still new to C programming.

    Why is malloc necessary if the same result can be obtained by simply using sizeof, declared in the header file limits.h,...
  14. Thread: What's next...

    by ItzBlue
    Replies
    5
    Views
    810

    Well, i'm 15 years old and i like computer and...

    Well, i'm 15 years old and i like computer and technology a lot. I was introduced to programming in short through a school program a long time ago. I really enjoyed it. From many sources, C and...
  15. Thread: What's next...

    by ItzBlue
    Replies
    5
    Views
    810

    I've covered the main topics of C and i'm able to...

    I've covered the main topics of C and i'm able to do a lot of problem-solving in the language. I am aware that i have not fully mastered the language, but other than by writing software, are there...
  16. Thread: What's next...

    by ItzBlue
    Replies
    5
    Views
    810

    What's next...

    I've recently finished the C tutorial on this site as well as with other sources. I feel as though the best way to expand my knowledge is to learn another programming language. I'm considering...
  17. Replies
    7
    Views
    830

    The two scanf functions was a good solution. Now...

    The two scanf functions was a good solution. Now reviewing the program, i'm wondering if there is anyway to allow the user to enter any amount of input, for example 5 kd's rather than the two. Is...
  18. Replies
    7
    Views
    830

    Code not accepting fractions?

    Hello, i recently started programming. By recently, i mean I've been exposed to programming for the first time about a week ago. I've been following the tutorial here and playing around with my own...
Results 1 to 18 of 19