User Profile

Collapse

Profile Sidebar

Collapse
Kasya
Kasya
Joined: Jun 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Kasya
    started a topic vector pointer vs vector object
    in C

    vector pointer vs vector object

    Hello,
    Whats the difference between std::vector<Obj ect> obj; and std::vector<Obj ect *> obj;. And which is recommended, preferred?

    Thanks,
    Kasya
    See more | Go to post

  • Kasya
    started a topic this pointer
    in C

    this pointer

    Hello,

    I have some problems with "this" pointer:

    Code:
    CInstance::CInstance(CPrototype *backing) {
    _backing = backing; //CPrototype *_backing;
    this = backing->newInstance(); //CInstance * CPrototype::newInstance();
    }
    It gives me error when i do it: C2106: '=' : left operand must be l-value (LINE 3)

    What can i do?

    ...
    See more | Go to post

  • Kasya
    replied to DirectX Skinned Animation
    in C
    I don't understand anything. Can you give another please
    See more | Go to post

    Leave a comment:


  • Kasya
    started a topic IE7 Problem

    IE7 Problem

    I have problem with Internet Explorer 7:
    After Some Time My Internet starts clicking ALT button and i can't write anything on the address bar, and menu bar opens and closes.
    Windows button and click to address bar lots of time i can write. And when i open a new tab or change tab or click to address bar or search it starts again.

    What should i do?

    Thanks in Advance
    See more | Go to post

  • Kasya
    started a topic DirectX Skinned Animation
    in C

    DirectX Skinned Animation

    Hello,
    How can i make Skinned Animated Mesh using DirectX *.x file. (Please write in comments why need that line)

    Thanks in Advance!
    See more | Go to post

  • Kasya
    started a topic Problem setting font size

    Problem setting font size

    hello
    i need help about getElementById( id) function

    function setFontSize(siz e) {
    document.getEle mentById('fonts ize').style.fon tSize = size;
    }

    is my function

    it isn't showing
    i think i used first ID inside of second ID

    the 'fontsize' is inside of 'opentable'
    1st version:
    [HTML]
    <a href='#' onclick="setFon tSize(15)">15</a>...
    See more | Go to post

  • If You Use INternet Explorer 7 Beta for WINDOWS VISTA You Can Use It
    See more | Go to post

    Leave a comment:


  • Kasya
    replied to Parent Frame Refresh
    Help

    HOW CAN I REFRESH PARENT FRAME WITHPUT WITH CONFIRMATION:
    ---------------------------
    Windows Internet Explorer
    ---------------------------
    To display the webpage again, Internet Explorer needs to
    resend the information you've previously submitted.

    If you were making a purchase, you should click Cancel to
    avoid a duplicate transaction. Otherwise, click Retry to display...
    See more | Go to post

    Leave a comment:


  • Kasya
    started a topic Parent Frame Refresh

    Parent Frame Refresh

    HOW CAN I REFRESH PARENT FRAME WITHPUT WITH CONFIRMATION:

    ---------------------------
    Windows Internet Explorer
    ---------------------------
    To display the webpage again, Internet Explorer needs to
    resend the information you've previously submitted.

    If you were making a purchase, you should click Cancel to
    avoid a duplicate transaction. Otherwise, click Retry to display
    the webpage...
    See more | Go to post

  • Kasya
    started a topic Meta Loop

    Meta Loop

    <meta http-equiv='refresh' content='1,inde x.html'>

    NOW CAN I MAKE LOOP FOR THIS CODE

    example: It only refreshes once
    See more | Go to post

  • Kasya
    replied to Go to the end of the page
    CAN YOU SAY ME HOW CAN I MAKE IT WITHOUT ANY LINK

    I WANT TO SAY WITHOUT
    <a></a>
    See more | Go to post

    Leave a comment:


  • Kasya
    started a topic Go to the end of the page

    Go to the end of the page

    Who Can Say Me How Can I Go To End Of Page In Javascript

    only In Javascript
    See more | Go to post

  • Kasya
    started a topic Close Window

    Close Window

    How Can I close Window without confirmation:

    ---------------------------
    Microsoft Internet Explorer
    ---------------------------
    The Web page you are viewing is trying to close the window.

    Do you want to close this window?
    ---------------------------
    Yes No
    ---------------------------



    ?
    See more | Go to post

  • Kasya
    started a topic MD5 Length
    in PHP

    MD5 Length

    Changing MD5 Lenght:

    $security = md5("a");

    it's length is 32.

    Now How can i do that:

    It's length will be 7?
    See more | Go to post

  • Kasya
    started a topic Progress Bar

    Progress Bar

    How Can I make A progress bar in JAVASCRIPT???
    See more | Go to post

  • Kasya
    replied to random
    in C
    Can You Give Me The Source?...
    See more | Go to post

    Leave a comment:


  • Kasya
    replied to random
    in C
    But I need only two digits for example:

    sometimes it shows 35 and sometimes it shows 45
    See more | Go to post

    Leave a comment:


  • Kasya
    started a topic random
    in C

    random

    How Can I random two digits?????

    Please help me!!!!!!
    See more | Go to post

  • Kasya
    started a topic Why Not it doesn't Work???
    in PHP

    Why Not it doesn't Work???

    <? Error_Reporting (E_ALL & ~E_NOTICE);

    function auth($user_name ,$user_pass) {
    mysql_connect(" localhost","roo t","") or die("ERROR:1");
    mysql_select_db ("Kasya") or die("ERROR:2");
    $query = "SELECT * FROM `user_info` VALUES('user_na me','user_pass' )";
    $result = mysql_query($qu ery);

    $inf = mysql_fetch_arr ay($result);...
    See more | Go to post

  • Kasya
    replied to E-book on MFC C++ 6
    in C
    goto ebookshare.net
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...