Search:

Type: Posts; User: alokrsx

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,672

    Got it. Thanks a lot for your help everyone. :D...

    Got it.
    Thanks a lot for your help everyone. :D

    #include <stdio.h>
    #include <stdlib.h>
    #include<string.h>

    int main()
    {
    int i;
  2. Replies
    9
    Views
    1,672

    Thanks for your reply, Adak. I do not know how...

    Thanks for your reply, Adak.

    I do not know how to convert lower case letter to upper case other than using the if statement which will be too long.

    Sorry, but I'm still not able to understand :(
  3. Replies
    9
    Views
    1,672

    Need help with small program

    Hello all,
    I've been trying to solve a problem here but I'm not able to get the concept right. Please help me out.
    Here is the question and the answer is written below.

    Q. Write a computer...
  4. Replies
    3
    Views
    1,446

    ^Thanks a lot for your help, qsort :)

    ^Thanks a lot for your help, qsort :)
  5. Replies
    3
    Views
    1,446

    Multiplation of two Matrices

    I am having a little trouble with the question below. Can anyone please help me out.

    Q. Multiply Matrix - A (5x4 Matrix) and Matrix - B (4x6 Matrix) and print the resultant Matrix - C.
    Ans....
  6. Replies
    4
    Views
    2,823

    I'm running the program through command-line. But...

    I'm running the program through command-line. But the command prompt window closes immediately when I run through Dev C++ Compiler.
  7. Replies
    4
    Views
    2,823

    I just found the answer to this question on the...

    I just found the answer to this question on the net but I'm unable to run it.

    #include <stdio.h>
    #include <math.h>

    double sinEst(double,unsigned);
    typedef double (*func)(double,double);...
  8. Replies
    4
    Views
    2,823

    Evaluating sin series

    Hello everyone,
    I'm having a little trouble solving this question below and I do not know how to proceed further. And I also do not know that what I have done is correct. Can you kindly assist me...
  9. Replies
    7
    Views
    3,194

    Thank you Brain, and Mac :) I will start...

    Thank you Brain, and Mac :)
    I will start learning Java now.
    Thanks again.
  10. Replies
    7
    Views
    3,194

    Programming Problem

    Hi all, I just wanted to know which programming language I should learn because I do not like C++ now days (Been learning C++). I know the basics but I need something interesting to learn and...
  11. Replies
    19
    Views
    3,279

    Damn... I forgot he used goto statement there....

    Damn...
    I forgot he used goto statement there.
    Ooops!
  12. Replies
    19
    Views
    3,279

    He says he has recently started learning C++ so...

    He says he has recently started learning C++ so its better not to talk about the while loop now...
  13. Replies
    19
    Views
    3,279

    Try this, it is the easiest way i have done...but...

    Try this, it is the easiest way i have done...but goto is a bad idea...


    #include <iostream>
    using namespace std;
    int main()
    {
    int a;
    label:
    cout<<"Password: ";
  14. This is the simplest method ever! :- Try it! ...

    This is the simplest method ever! :-
    Try it!


    #include <iostream.h>
    void main()
    {
    int answer;
    cout<<"what is 4+4:";
    cin>>answer;
  15. Replies
    11
    Views
    11,177

    :confused: :confused: :confused: Are you...

    :confused: :confused: :confused:
    Are you serious? Im talking about a good site that offers C++ questions and problems to solve!
  16. Replies
    11
    Views
    11,177

    :confused: I was thinking of something else.

    :confused: I was thinking of something else.
  17. Replies
    11
    Views
    11,177

    Exercises for Beginners!

    Where Can I find Exercises or Questions for True Beginners?
  18. Replies
    11
    Views
    1,580

    Thank you Everyone! Thanks A Lot! And well...

    Thank you Everyone! Thanks A Lot! And well swgh...I have MSVC++ 6.0.
  19. Replies
    11
    Views
    1,580

    Visual C++ Compiler

    Please see this image link:-
    http://img422.imageshack.us/img422/6554/1mf0.jpg
    When I compile and then execute, it just comes Linking at the bottom and after that I cannot see the output! Its taking...
  20. Thread: Output

    by alokrsx
    Replies
    7
    Views
    951

    In my school (Borland C++), When I do a...

    In my school (Borland C++), When I do a program...It comes in white screen (not in DOS) and doesn't disappear immediately and I don't even have to use the return 0; statement! How Come?
  21. Thread: Output

    by alokrsx
    Replies
    7
    Views
    951

    Yes..

    Yes. I understood the cin.get(); but can you tell me to do this without opening the console?
    Thank you!
  22. Thread: Output

    by alokrsx
    Replies
    7
    Views
    951

    Output

    Hi Programmers!
    I need Help.
    When I type this simple Program:-


    #include<iostream.h>
    int main()
    {
    cout<<"Alok";
    return 0;
Results 1 to 22 of 24