Search:

Type: Posts; User: snowy101

Search: Search took 0.01 seconds.

  1. Thread: 2d arrays

    by snowy101
    Replies
    8
    Views
    1,710

    well the int worked

    thanks alot the int worked thanks black really appreshiate it
  2. Thread: 2d arrays

    by snowy101
    Replies
    8
    Views
    1,710

    2d arrays

    I totally forgot how to do 2d arrays i knew on another type of c++ borland language you would do string[10][10] for a 2d array but with borland c++ vrs 6 i have no idea what to do plz help and if...
  3. Replies
    28
    Views
    2,193

    got an idea

    ok stick one clrscr(); at the top of it before hi! and then one after the getch(); and that should work 100% properly if it doesn't ill give ou another suggestion that should work.
  4. Replies
    4
    Views
    1,197

    ok here goes

    basicly what your telling the computer with the 2nd php is that and integar will be stored in r and then the 2nd line says int and ref and thats it doesn't equal anything or tell it what to do it...
  5. Replies
    12
    Views
    4,139

    i got tha answer

    Alright to just make it pause until you press enter use this simple statement its called getch(); or getchar(); if one doesn't work the other should and have a #include <conio.h> i think thats the...
  6. Replies
    4
    Views
    1,531

    Opening Files from c++

    if it is possible to open a file from c++ how would i do it? basicly all i want to do is open up an image file in paint. (preferably jpg) if you dont know how but know any sites that might help me...
  7. Replies
    6
    Views
    1,895

    i know this might sound..

    i know i might sound like a newbie but i gotta ask what exactly is the big-O?
  8. Replies
    6
    Views
    1,895

    hmmm

    i got a few questions one is that in a loop two i think im gonna need more of the code to figure it out might just be me but the r = 0 and then the r = r + 1; should mean its in a loop cause r would...
  9. i see some problems

    ok for one thing in this part of your code

    int Loop()
    {
    if (loop1 == true)
    {
    MainMenu();
    }
    if (loop1 == false)
    {
  10. Replies
    5
    Views
    1,597

    Will see

    I might give it to the people who helped its a very good encryption and decryption program with a few new features i thought up myself making it pretty damn hard to brake. im gonna add on a few more...
  11. Replies
    5
    Views
    1,597

    Project Complete (Thanks)

    Just wanna say a special thanks to all those people who have answered my questions from the past few weeks i will be adding your names to the credits list on my program. without you guys i would...
  12. Replies
    18
    Views
    10,933

    The answer to your question is

    ust have #include <conio.h> and to make it stop use getch(); or getchar(); depends on the version you use hope it helps because that will pause the program until the user enters a key like enter or...
  13. Thread: Question

    by snowy101
    Replies
    1
    Views
    792

    Question

    If there a way to scan a folder for names that are in .txt format that you do not know the name for. i use c++ borland vrs 5. and i would like to know how to do this. if you need any detailed info...
  14. Thread: DOS vs. Win32

    by snowy101
    Replies
    18
    Views
    2,911

    Poll: question

    ok i has borland c++ vrs 6 and when i do a windows console it runs ms dos does that mean there the same thing or are they different?
  15. Replies
    10
    Views
    1,256

    this might help

    Elfjucie im not very good with c++ programming yet but i think i can give you some advice just gotta answer a few questions for me one if what your type inside the txt file or is that part of your...
  16. Thread: DOS vs. Win32

    by snowy101
    Replies
    18
    Views
    2,911

    Poll: Ms dos is very advanced in alot of ways Musicdip...

    Ms dos is very advanced in alot of ways Musicdip because it doesn't have the same limits as a win32 does just because the user interface doesn't look as pretty doesn't make it anyless powerful or...
  17. Replies
    3
    Views
    1,395

    just to add im using borland c++ vrs 6

    just to add im using borland c++ vrs 6
  18. Replies
    3
    Views
    1,395

    Comparing Files

    ok my problem is this i have two files and i am comparing them like this.

    for(a = 1;a <= 1; a = a + 1)
    {
    FILE*fp;
    fp=fopen("finfile.txt","w");
    ...
  19. Replies
    5
    Views
    930

    Thanks

    Thanks for the help i thought i had to use a string to compare to the characters in the .txt file i was scanning thanks for the help!
  20. Replies
    5
    Views
    930

    String Statement problem

    ok i declared string word2; in c++ borland vrs 6 and i wanted to add records or varibles , whatever you call them so i wrote it like this string word2[10]; now it runs the program but what i want to...
  21. Thanks

    thanks alot for the info i do have c++ experiance thats why i bought the home edition my school had a little different version gonna take some time to get used to mario thanks alot for the info. thi...
  22. Newbie needs help with borland c++ builder vrs 6

    Ok i just got the compiler and im not used to this interface.

    Problem: when i run my program it pops up with a form thing now i tried building a form that would display my cout statements but it...
Results 1 to 22 of 22