Search:

Type: Posts; User: programmer

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    963

    Dude, This seems to be your h/m assignment ... i...

    Dude, This seems to be your h/m assignment ... i think you should really give it a try yourself, go through the book ... Over here we help guyz fix their problem ... not do their h/m !!!
  2. Replies
    4
    Views
    963

    Here, Check out this site ... ...

    Here,
    Check out this site ...
    http://www.pcs.cnu.edu/~jhardie/teaching/c231/notes/fall97/lecture13.html
  3. Replies
    2
    Views
    934

    clear screen

    Hey guyz ... i just want to know, is there any way i can use clear screen in Microsoft VC ++ ?? Well i use clrscr() in C ...
    thanxs.
  4. Replies
    4
    Views
    3,871

    I'm not sure whether the link will work or...

    I'm not sure whether the link will work or not...... sorry.
  5. Replies
    4
    Views
    3,871

    This might help ......

    This might help ... http://swww.ee.uwa.edu.au/~plsd210/ds/hash_tables.html
  6. Replies
    4
    Views
    3,871

    A hashing algoritm is just an expression to...

    A hashing algoritm is just an expression to create a unique value for given data(most hashing algorithms i have seen only produce a limited amount of unique values).

    an example of a hashing...
  7. Well you know what i would do , is simply copy or...

    Well you know what i would do , is simply copy or drag the .pdf file from the cd-rom and then just paste in the folder ... and then simply re-name the file by clickin' right click on the file OR...
  8. Replies
    2
    Views
    948

    Not sure if this is what your after, but in its...

    Not sure if this is what your after, but in its most basic form, i'd do it like this:

    #include <fstream.h>

    main()
    {
    char ch;
    char filename[20] = "c:test.txt";
    int mode = ios:ut; ...
  9. Replies
    6
    Views
    1,355

    Not sure if this is what your after, but in its...

    Not sure if this is what your after, but in its most basic form, i'd do it like this:

    #include <fstream.h>

    main()
    {
    char ch;
    char filename[20] = "c:test.txt";
    int mode = ios:ut; ...
  10. Replies
    1
    Views
    1,418

    Whats the program about ?

    Whats the program about ?
  11. Replies
    5
    Views
    1,156

    Now do'nt take this bad, but i gotta tell ya this...

    Now do'nt take this bad, but i gotta tell ya this .... beleive me i can'nt understand yur code at all ... it looks easy, but gotta get a little orgranized ... i dunno where the head is going and...
  12. Replies
    5
    Views
    1,156

    Post your code plz !!

    Post your code plz !!
  13. have you tried itoa();?

    have you tried itoa();?
  14. Replies
    6
    Views
    1,471

    Dude check your main !! It should be int main(),...

    Dude check your main !! It should be int main(), also
    if(test == a) -> 'a' is a character ..
  15. Replies
    2
    Views
    964

    Here read this thread .. you will get the idea....

    Here read this thread .. you will get the idea.
    http://www.cprogramming.com/cboard/showthread.php?s=&threadid=5894&highlight=blink
  16. Replies
    1
    Views
    898

    Well #ifndef MailingLabel_H #define...

    Well #ifndef MailingLabel_H

    #define MailingLabel_H

    should come after you include the <iostream> header file ... i.e
    #include <iostream>
    using std :: ostream;

    #ifndef...
  17. Replies
    2
    Views
    1,571

    Hmmm ... try re-installing the software.

    Hmmm ... try re-installing the software.
  18. Thread: Image

    by programmer
    Replies
    1
    Views
    1,115

    Image

    How to u put images into yur profile , like i hve seen KEN, STONED_COLDER .... put images under their name ..
    Thanxs...
  19. Thread: pointers

    by programmer
    Replies
    5
    Views
    919

    Pointers can be confusing, and at times, you may...

    Pointers can be confusing, and at times, you may wonder why you would ever want to use them.

    #include <iostream.h>
    int main()
    {
    int x; //A normal integer
    int *pointer; //A...
  20. Replies
    5
    Views
    2,180

    Thanxs Nick , but thats not what i want ... i...

    Thanxs Nick , but thats not what i want ...

    i hve problem with my output ... so if u just scroll up n hve a look at the problem, u will get the idea.

    Thanxs anywayz ..
  21. Replies
    5
    Views
    2,180

    Ok i got that space thing done, now what about...

    Ok i got that space thing done, now what about the ouput ... its capitalizing everyword. forexample: Hello. My Name Is Joe.
    Plz help.
    Thanxs.
  22. Replies
    5
    Views
    2,180

    Help on toupper string

    Hi ... First of all here is my code:
    #include<iostream>
    #include<fstream>
    using namespace std;

    int main()
    {
    int j;
    fstream datafile;
    char name[81];
Results 1 to 22 of 22