Search:

Type: Posts; User: Souradeep

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,097

    Really Need help.....:(

    Really Need help.....:(
  2. Replies
    9
    Views
    2,097

    tried.... no use.:(

    tried.... no use.:(
  3. Replies
    9
    Views
    2,097

    hey and the c variable should be incremented by 4...

    hey and the c variable should be incremented by 4 in each outer loop and appear in each letter like starting from -1, it should be 3 in f, 7in e, 11 in e and 15 in p INSTEAD OF 4 in all of them. And...
  4. Replies
    9
    Views
    2,097

    yeah:cool:..... Iwant some what the same thing...

    yeah:cool:..... Iwant some what the same thing that u r getting but I am not getting those output at all when I run it in code::blocks in my pC.????:(
  5. Replies
    9
    Views
    2,097

    suggestion required

    I have been trying to write and compile a program that would give a n output if any string feep is entered. 24 7
    15
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    0 3 3 ...
  6. Replies
    6
    Views
    6,313

    Thanks a lot...... I checked codeblocks.org...

    Thanks a lot...... I checked codeblocks.org too...:)
  7. Replies
    6
    Views
    6,313

    I am using windows 7. PCs 64 bit .and...

    I am using windows 7. PCs 64 bit .and codeblocks-10.05mingw.
  8. Replies
    6
    Views
    6,313

    there is no such process running .I checked the...

    there is no such process running .I checked the task manager as you suggested. What now???:(
  9. Replies
    6
    Views
    6,313

    Help with code::blocks

    After installing code::blocks I could compile a couple of program without any issues. But after closing it and shutting down my pc, when I try to run it again next time any previously saved projects...
  10. Replies
    4
    Views
    4,164

    .

    oh.U are right.
    Thanks.......
  11. Replies
    3
    Views
    2,574

    compilation problem........code::blocks...

    Hi.I have been trying to compile a program.But the following statements pop up in the message board when I try to compile it........


    C:\Program Files (x86)\CodeBlocks\now\main.cpp||In function...
  12. Replies
    4
    Views
    4,164

    This what pops in the msg board.... ||===...

    This what pops in the msg board....



    ||=== word img, Debug ===|
    C:\Program Files (x86)\CodeBlocks\word img\main.cpp||In function 'void gotoxy(int, int)':|
    C:\Program Files...
  13. Replies
    4
    Views
    4,164

    gotoxy....help

    I m not able to use gotoxy func. I m using code::blocks. I tried to use the following func definition too.


    #include <windows.h>

    void gotoxy(int x, int y)
    {
    COORD coord;
    coord.X = x;...
Results 1 to 13 of 13