Search:

Type: Posts; User: thili

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,387

    develpo a system help plzz :(

    I have this project to develp a student registration system using c# and sql server 2000.... Iam using visual studio 2008 for this... I have never ever develpoed a system..


    Im first gonna ...
  2. Replies
    18
    Views
    1,494

    thanks

    thanks
  3. Replies
    18
    Views
    1,494

    hehe oki doki .. thanks anyway

    hehe oki doki .. thanks anyway
  4. Replies
    18
    Views
    1,494

    No i didnt print a new line.., this is my code ...

    No i didnt print a new line.., this is my code




    #include "stdafx.h"
    #include <iostream>

    #include<limits>
    using namespace std;
  5. Replies
    18
    Views
    1,494

    still the errors comes nah

    still the errors comes nah
  6. Replies
    18
    Views
    1,494

    but then why is my code not working? ...

    but then why is my code not working?


    #include "stdafx.h"
    #include <iostream>

    #include<limits>
    using namespace std;
    void main()
    {
  7. Replies
    18
    Views
    1,494

    thanks oh and btw when you are using arrays in ...

    thanks oh and btw when you are using arrays in visual c++ 2008 what are the header files that we have to import?? and when we are using mod, factorial values n al what are the header files that you...
  8. Replies
    18
    Views
    1,494

    our teacher said its int mnain nah.. you sure.....

    our teacher said its int mnain nah.. you sure.. ohh btw I placed the endl in the correct place :)
    Thanks
  9. Replies
    18
    Views
    1,494

    thanks I got it

    thanks
    I got it
  10. Replies
    18
    Views
    1,494

    without using multi dimentional array how do you...

    without using multi dimentional array how do you do it??
  11. Replies
    18
    Views
    1,494

    New to C++ help plz

    I want to get the out put like this .. if I input no 4 then for stars in a row and 4 colmns..

    ****
    ****
    ****
    ****
    if i input 10 then 10 stars 10 colomns

    I wrote the coding
  12. Thread: NEED help!!

    by thili
    Replies
    16
    Views
    1,740

    Its working thanks a lot for your help :)

    Its working thanks a lot for your help :)
  13. Thread: NEED help!!

    by thili
    Replies
    16
    Views
    1,740

    so what do I need to to do.. create variable s...

    so what do I need to to do.. create variable s for a-i??
  14. Thread: NEED help!!

    by thili
    Replies
    16
    Views
    1,740

    Error 1 error C2065: 'a' : undeclared identifier ...

    Error 1 error C2065: 'a' : undeclared identifier
    Error 2 error C2051: case expression not constant
    Error 3 error C2065: 'e' : undeclared identifier
    Error 4 error C2051: case expression not...
  15. Thread: NEED help!!

    by thili
    Replies
    16
    Views
    1,740

    #include "stdafx.h" #include ...

    #include "stdafx.h"
    #include <iostream>

    #include<limits>
    using namespace std;

    void main()
    {
    char letter;
    cin >> letter;
  16. Thread: NEED help!!

    by thili
    Replies
    16
    Views
    1,740

    thanks alot ya now its working :)

    thanks alot ya now its working :)
  17. Thread: NEED help!!

    by thili
    Replies
    16
    Views
    1,740

    yaa its working .. Thank you very much every!! :)...

    yaa its working .. Thank you very much every!! :)
    thanks loaads!! I have deleted std thing accidently.. now only i saw it :P
    ooopz.. thankyou very much guys
  18. Thread: NEED help!!

    by thili
    Replies
    16
    Views
    1,740

    Thanks a lot but now this error comes :(...

    Thanks a lot but now this error comes :( Error 1 error C2065: 'cout' : undeclared identifier I included std thing in the header
  19. Thread: NEED help!!

    by thili
    Replies
    16
    Views
    1,740

    Thanks alot.. :) :) but now this error comes :/...

    Thanks alot.. :) :) but now this error comes :/
    Error 1 error C2065: 'cout' : undeclared identifier........... I included std thing in header ..
  20. Thread: NEED help!!

    by thili
    Replies
    16
    Views
    1,740

    NEED help!!

    Im new to C++ programming
    Im using Visual C++2008.. this is my program..


    #include "stdafx.h"
    #include <iostream>
    #include <stdlib.h>


    #include <stdio.h>
Results 1 to 20 of 20