Search:

Type: Posts; User: Arsench

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,955

    Well I have resolved it replacing with char =...

    Well I have resolved it replacing with char = '\n'; with previews position.
    Like this:



    Console.SetCursorPosition(posB - 1, 2); Console.WriteLine(chB.ToString().Replace(chB, '\n'));


    if...
  2. Replies
    1
    Views
    2,955

    Clear console trace

    Hello all,

    I'm very new in C# and need your help.

    I have a 3 values to print in the console screen with the following position.

    A
  3. Replies
    13
    Views
    1,315

    is this a right code? #include ...

    is this a right code?

    #include <iostream.h>

    int main()
    {

    system ("delete C:\\test.txt");

    return 0;
  4. Replies
    13
    Views
    1,315

    Delete known files

    Hello,
    Im a new in c++ and need help,
    can anybody give me one example how to delete file/s from c:\

    for example

    delete c:\test.txt


    thanks very much
Results 1 to 4 of 4