Search:

Type: Posts; User: epi_jimenez

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,909

    Thanks again Elysia. Im a beginner in this, so...

    Thanks again Elysia. Im a beginner in this, so I'm learning every step of the way.
    I dont get the scanf problem your talking about. It works fine as of right now :S

    And for assigning varibles to...
  2. Replies
    7
    Views
    1,909

    Thanks again Elysia. I think I'd improved......

    Thanks again Elysia. I think I'd improved... Check it out.. I added a Username also..



    #include <stdio.h>
    #include <stdlib.h>
    #include <windows.h>

    int main()
    {
  3. Replies
    3
    Views
    1,686

    I found it. Im working in C programming, and over...

    I found it. Im working in C programming, and over there i have to use the shortname since it only handles 8bit long characters...

    If you go to the command prompt and write " dir *. /x" it will...
  4. Replies
    3
    Views
    1,686

    Folders in 8bit

    Hi
    Im trying to open microsoft word from a c program.

    I know i have to use 8bit notation in the path to the program... but the path is the following..

    C:\Program Files\Microsoft...
  5. Replies
    7
    Views
    1,954

    Structure or Array?

    Is this an structure or an array?
    I think is an structure because it starts with struct, but it has the [4] which is only in arrays :S



    struct part data[4] =
    {
    {1, "Smith"},
    ...
  6. Replies
    7
    Views
    1,909

    thanks Tom

    thanks Tom
  7. Replies
    7
    Views
    1,909

    Help me to Improve

    Hello again!
    I asked for help before for opening a web page. I got around that and added things to it.
    A way to choose your activity, and a way to exit the program.
    Well i want feedback on what...
  8. Replies
    14
    Views
    82,821

    ok i got it with the shellexecute! thanks to...

    ok i got it with the shellexecute! thanks to everyone!! :D
    though i still got some memory error at the end :S.
    will anyone care to suggest something more?



    #include <stdio.h>
    #include...
  9. Replies
    14
    Views
    82,821

    im sorry but i've been trying and i dont get the...

    im sorry but i've been trying and i dont get the concatenate...
    i searched and i think i got the the concatenate right.. but is not working like that, it just ends. this is what i got:



    ...
  10. Replies
    14
    Views
    82,821

    i don't get it... :S like this? this is only...

    i don't get it... :S
    like this?

    this is only the end....


    //Open a program or file
    open (webpage);
    printf("\n---- PROGRAM TERMINATED ----\n--- PRESS ANY KEY TO END...
  11. Replies
    14
    Views
    82,821

    so as you can see now, i did use the system() to...

    so as you can see now, i did use the system() to call for iexplore.exe, but how do i open a specific page? i dont want it to open the homepage. i've been reading also some kind of changing the...
  12. Replies
    14
    Views
    82,821

    ok so i didn't know how to attach or write my...

    ok so i didn't know how to attach or write my code here.. but I read the rules!!



    #include <stdio.h>
    #include <stdlib.h>

    int main()
    {
    char* pass;
  13. Replies
    14
    Views
    82,821

    Open a WebPage

    Is there a way to open a web page in C?

    I'm a newbie in this, im just starting... My goal is to open a link to a web page after the user enters the correct password. I can post my code so far if...
Results 1 to 13 of 13