Search:

Type: Posts; User: Sedition X

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    12,211

    Thanks for the help

    Thanks for the help
  2. Replies
    2
    Views
    12,211

    Username & Password - Problem

    Hey guys, well i am having a little trouble with a username and password login program i made because the help bit at the end does not work.

    Have a look:

    #include<stdio.h>

    int main()
    {
    ...
  3. Replies
    3
    Views
    967

    Exactly!

    Exactly!
  4. Replies
    3
    Views
    967

    Code to Visual Data

    Hey, i was just wondering how do i turn code into something that i can see like the border of the program and not just the cmd all the time
  5. Replies
    24
    Views
    10,798

    Do you have a code??

    Do you have a code??
  6. Replies
    24
    Views
    10,798

    I want them to come up on screen, and yes it does...

    I want them to come up on screen, and yes it does compile for me
  7. Replies
    24
    Views
    10,798

    I want to be able to type in the first name, the...

    I want to be able to type in the first name, the middle name and the last name but not all at the same time.
  8. Replies
    24
    Views
    10,798

    I want it to be able to display the first, last...

    I want it to be able to display the first, last and middle name if necessary
  9. Replies
    24
    Views
    10,798

    I am comparing with 0 because i don't know what...

    I am comparing with 0 because i don't know what else to compare it with, any ideas?
  10. Replies
    24
    Views
    10,798

    I have done this to it but it still won't work ...

    I have done this to it but it still won't work


    #include<stdio.h>
    #include<conio.h>

    int main(Void)
    {
    char First[25];
    char Middle[25];
  11. Replies
    24
    Views
    10,798

    Sorry :) #include int main(Void)...

    Sorry :)


    #include<stdio.h>

    int main(Void)
    {
    char First[25];
    char Middle[25];
    char Last[25];
  12. Replies
    24
    Views
    10,798

    Name Problem: First, Middle, Last

    Hey everybody, now i am working on this program that will ask you your name and then says Welcome (name), but i also want it to be able to say your full name like Welcome (first, middle, last), but...
  13. Replies
    4
    Views
    1,973

    Hey my message thing isn't working. I am looking...

    Hey my message thing isn't working. I am looking to improve and learn not to work.
  14. Replies
    4
    Views
    1,973

    Challenge Ideas

    Hey, everybody, now i would like to make a C Program or something but the only problem is is that i can't think of anything that will be a challenge for me, so if you guys have any ideas i would love...
  15. Replies
    1
    Views
    903

    Librarys: Where to start?

    Hello, now i am interested in making a library so that i can make games and stuff like that, and well i was wondering where to start in doing that. I have been trying to figure out how but i just...
  16. Replies
    10
    Views
    1,089

    I thank you all so much :)

    I thank you all so much :)
  17. Replies
    10
    Views
    1,089

    Name Problem

    Hello, now i am having a problem, every time i want my program to say my name it always only comes up with the first letter.

    This is my code


    #include<stdio.h>

    int main()
    {
    char name;
Results 1 to 17 of 19