Search:

Type: Posts; User: quiksilver9531

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,388

    it works thanks.. :-D

    it works thanks.. :-D
  2. Replies
    12
    Views
    1,388

    well it doesnt flip anything, it outputs the...

    well it doesnt flip anything, it outputs the same...



    for (a=0, c=mat.numrows()-1;a<mat.numrows();a++, c--)
    {
    for (b=0, d=mat.numcols()-1;b<mat.numcols();b++, d--)
    {
    ...
  3. Replies
    12
    Views
    1,388

    well i have this but it doesn't seem to work... ...

    well i have this but it doesn't seem to work...



    a=0;
    b=0;
    int c=mat.numrows();
    int d=mat.numcols();

    int totallength=mat.numrows()*mat.numcols();
  4. Replies
    12
    Views
    1,388

    yea I thought aboiut that and I really dont know...

    yea I thought aboiut that and I really dont know how to do it.. could someone please help me.. :-D

    I always get out of bounds and stuff, anyone got any ideas.
  5. Replies
    12
    Views
    1,388

    yea that doesnt help :-) but i seriously could...

    yea that doesnt help :-) but i seriously could use a little pointing in the right direction, you dont have to code it for me.. just a hint or two.. :-)
  6. Replies
    12
    Views
    1,388

    Some Quick Help

    Hey :)

    I'm trying to flip an apmatrix like this:

    original matrix

    0 1 2
    3 4 5

    flipped/reversed
  7. Replies
    6
    Views
    3,213

    When i complied I got these errors:: Info...

    When i complied I got these errors::


    Info :Compiling G:\Encryption\test.cpp
    Warn : string.h(549,3):Functions containing for are not expanded inline
    Warn : string.h(557,3):Functions...
  8. Replies
    6
    Views
    3,213

    that didnt work :(

    that didnt work :(
  9. Replies
    6
    Views
    3,213

    how to make files

    How do I make my program make a file with information on it which i preset to put on the file....also is there way to make a blank text file or any type of file to the size I want...for...
  10. Replies
    7
    Views
    936

    how would you do that? :confused:

    how would you do that? :confused:
  11. Replies
    7
    Views
    936

    Thanks that worked but what can I do if my file...

    Thanks that worked but what can I do if my file is bigger than 1000 characters?
  12. Replies
    7
    Views
    936

    That didnt work :(

    That didnt work :(
  13. Replies
    7
    Views
    936

    Errrr help please

    This displays whats in the text file but how can i make it store what it displays in test. I did test=infile.get() but it doesnt work.

    I had it working with something I did but I didn't save and I...
  14. Replies
    113
    Views
    18,758

    nice programs paro :)

    nice programs paro :)
  15. Replies
    3
    Views
    982

    I fixed the prob....but since I am fairly new at...

    I fixed the prob....but since I am fairly new at this, im not sure how I can input the file and then encrypt whats in the file, help please :)


    This is what I doin now...It doesnt work but I...
  16. Replies
    3
    Views
    982

    help again :)

    I'm getting this error message
    Info :Compiling G:\Encryption\version21.cpp

    Error: version21.cpp(119,11):Case bypasses initialization of a local variable


    How can i fix it:confused:...
  17. Replies
    9
    Views
    1,060

    my bad, i forgot about #include hehe

    my bad, i forgot about #include <stdio.h> hehe
  18. Replies
    9
    Views
    1,060

    Tim...The printf and putchar are giving me...

    Tim...The printf and putchar are giving me errors, the error message is call to undefined function, i changed printf to cout and that worked but putchar is still giving me an error.
  19. Replies
    9
    Views
    1,060

    Passwords/keys

    When you type a key or pass, how can you make it so it displays as ******

    Thanks
  20. Replies
    9
    Views
    1,545

    Salem: do { user[x]++; x++; } ...

    Salem:

    do {
    user[x]++;
    x++;
    } while(x!=string_length);


    This works but how can I make it so it doesnt just increase the decimal of the ASCII by 1, I want to make it, for example,...
  21. Replies
    9
    Views
    1,545

    THanks, that worked

    THanks, that worked
  22. Replies
    9
    Views
    1,545

    Help with my encryption program

    Hey can someone help out here so it can encrypt and decrypt, i've been trying to figure it for a while and I can encrypt but I can decrypt, help would be appreciated. Thanks

    CODE::
    ...
  23. Replies
    4
    Views
    1,137

    What would go in the while part of the do? I am...

    What would go in the while part of the do? I am pretty new...Im only in computer programmin II in my school :)
  24. Replies
    4
    Views
    1,137

    help with my program

    Hey, I'm making my own encryption code and I will post the part where I need help with::


    This may be unproper but this is like the pre pre beta stage lol

    cout<<"Enter something you want to...
  25. Replies
    9
    Views
    2,674

    Thanks, The getch( ) worked thanks, didnt try...

    Thanks, The getch( ) worked thanks, didnt try system tho
Results 1 to 25 of 36
Page 1 of 2 1 2