Search:

Type: Posts; User: gemini_shooter

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,348

    so would working on Visual C++ .net 2003 solve my...

    so would working on Visual C++ .net 2003 solve my problem ...... because I can ask the lab guy to install the previous software ........ would this code work there ?
  2. Replies
    4
    Views
    1,348

    newbie : a little confused ?

    hi !

    I am currently reading the book "Microsoft Visual C++ .NET Step by Step - Version 2003 Julian Templeman and Andy " and the guy has used visual studio 2003 for all his excercies......

    I...
  3. Replies
    3
    Views
    1,538

    well I am aware of the InvalidateRect function...

    well I am aware of the InvalidateRect function ... the problem is it calls the OnDraw() function which I don't want since this call will be made from a switch statment in OnDraw .... so it will jump...
  4. Replies
    3
    Views
    1,538

    MFC newbie --- simple problem

    hi !

    I just started doing some MFC programming and have been using the MFC appwizard for starters and this is my first MDI app

    I am trying to redraw the entire screen ...... is there a...
  5. Replies
    1
    Views
    1,297

    ERP and CRM ????

    Hi !

    I am programmer working in software development field..... for about 3+ years now ..... and recently I have been considering to get involved in the business design side of it......

    I want...
  6. Thanks guys................... I think I'll...

    Thanks guys...................

    I think I'll stick to the way of learning the VS 6.0 first in vb, VC++ and asp and then jump onto VC++.net, VB.net and asp.net.......

    but I am still thinking...
  7. visual studio 6 and visual studio.net difference

    hi !

    I am newb trying to get my hands into visual studio IDE.....

    please bear with all my stupid questions.....but I am trying to figure the right way to get into this....

    Do i need to learn...
  8. Replies
    11
    Views
    1,549

    gr888t job thanks...... as the heading...

    gr888t job thanks...... as the heading suggests.... I ran into some more code which is also related to overloading......



    bool Name:: operator<(const Name& name) const
    {
    int result =...
  9. Replies
    11
    Views
    1,549

    Here are the files you will need, the name of the...

    Here are the files you will need, the name of the file is commented on top:


    // myString.h: interface for the CmyString class.
    //...
  10. Replies
    11
    Views
    1,549

    thanks for the explantion 7stud ....... but my...

    thanks for the explantion 7stud .......

    but my problem is that I want to execure something like "c = a + b + c" or "c = "(a+b) + c"

    and non of them seem to be working how can I change...
  11. Replies
    11
    Views
    1,549

    hi ! thanks guys ..... I guess now I can throw...

    hi !

    thanks guys ..... I guess now I can throw out the real deal ......

    I get all what you said that the object is destroyed but what if I don't want that

    this is the main function that i...
  12. Replies
    11
    Views
    1,549

    my short sightedness........ help....

    Hi !

    Just working to learn some C++ and even though this program worked I failed to understand the underlying concept.......


    This is snippet from a program ..... and this is an overloaded "+"...
  13. Replies
    10
    Views
    3,143

    My computer used the ribbon cables and I am not...

    My computer used the ribbon cables and I am not really sure if it can support the thinner cables SATA requires, it has normal power plugs and a normal data connector on my motherboard, I highly doubt...
  14. Replies
    10
    Views
    3,143

    Hi ! I don't really know what motherboard I...

    Hi !
    I don't really know what motherboard I have I bought this computer from dell, it is a dell 4550 I tried to look over the device manager but it didn't help me ,

    Can anyone please help me ,...
  15. Replies
    10
    Views
    3,143

    which hard drive to buy ? UATA or SATA

    Hi !

    I have been planning to upgrade my hard drive for a vry long time and finally the time has come. Iam planning to but a 80GB hard drive or may be even a 160 GB one. There arefew questions I...
  16. freelance work: is it real or for the super experienced only?

    Hi !

    I have been doing some programming for almost a year now nad have been very confused about some techologies. I maily program in embedded and C/C++, but I constantly keep myself open to new...
  17. thanks guys, I guess i was just too dumb and...

    thanks guys, I guess i was just too dumb and sleepy to notice these , it works fine now, I am gonna try matrix to matrix mul next with "*" overloading

    thanks a lot !!!!!
  18. *operator overloading: scalar matrix multiplication

    Hi!

    This is a small program i wrote where I am trying to overload the '*' operator to multiply a scalar to a matix and give a new matix.

    The program compiles fine , reads and displays the...
  19. my sincere apologies for my dumbness and the...

    my sincere apologies for my dumbness and the stupidity of the text , I researched the algorithm and found that it works only for square matricies, hence both matricies should have equal number of...
  20. sorry for my dumbness but I still didn't...

    sorry for my dumbness but I still didn't understand what is going on ?

    This is following an algorithm in book and it seems to work fine on dev C++ but gives me segementation fault in red hat gcc...
  21. Here is the updated code: #include...

    Here is the updated code:


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

    int main()
    {
    int **A, **B, **C, row1, row2, col1, col2, sum;
    printf("Enter the rows and columns of matrices:\n");
  22. inserted the line " scanf("%d", &B[i][j]); " ...

    inserted the line " scanf("%d", &B[i][j]); "

    Still there is a segmentation fault ??????
  23. newbie : compiling a C++ program in linux

    Hi !

    I recently shifted to linux OS and compilation of all my C programs on it has worked fine with the gcc compiler. I tried to compile my c++ programs on linux but it somehow gave me some errors...
  24. segmentation fault : matrix multiplication ??

    Hi !

    I tried to compile this program on red hat 9.0 but I keep getting segementation fault when I run the output. The program multiplies two matricies and is very simple one :


    ...
  25. Replies
    2
    Views
    2,585

    project idea ???

    Hi !

    I don't know if I can post this, but I'll give it a try. I in dire need of a project idea to put on my resume. I have basic knowledge of C, c++ and some knowledge in data structures and I am...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4