Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

ramina sen

@ramina sen
About
Posts
22
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • get the a 2days time dif fromcurrent time.
    R ramina sen

    Hi ALL, I am trying to get the timing exactly 2 days diff from current time.please advice i am not getting it correctly. here is my code (-2 does not work)

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

    int main() {

    time\_t current\_time;
    char\* c\_time\_string;
    
    current\_time = time(NULL);
    current\_time = current\_time -2
    
    /\* Convert to local time format. \*/
    c\_time\_string = ctime(&current\_time);
    
    printf("Current time is %s", c\_time\_string);
    
    return 0;
    

    }

    C / C++ / MFC

  • copying attribute from one node to other
    R ramina sen

    i want copy few attrbute from one node to another node using XSLT stylesheet test2 attributes are need to copied to test1 e.g input: Test1 a1="123" a2="234" a3="567" Test1 Test2 b11="123" b2="234" b3="567" Test2 output input: Test1 a1="123" a2="234" a3="567" b11="123" b2="234" b3="567" Test1 Test2 b11="123" b2="234" b3="567" Test2

    XML / XSL xml

  • Help option in a JAR FILE
    R ramina sen

    did you men alike this ...

    public static void main(String[] args) {
    String filename1 = args[0];
    String filename2 = args[1];

        if ((!(filename1.length() > 0)) || (!(filename2.length() > 0))) {
            System.out
                    .println("please provide the foldername and string to be replaced ");
            return;
        }
        if(args\[0\] == "help" )
        {
            System.out
                    .println("please run  the utility as filecopy file1 file2");
        }
    

    can you edit it if wrong

    Java java help question

  • Help option in a JAR FILE
    R ramina sen

    i have created a jar to copy two files using Variable argument whichis working correctly e.g java jar filecopy.jar file1 file2 i want to provide a -help option in this which will be like below and user must aware what he has to pass in arguments e.g java jar filecopy.jar -help how do i do this not getting any idea :new to java,urgent help required !!!!

    Java java help question

  • sql/PLSQL :need a expert help on this
    R ramina sen

    I have my inner query is giving me only parent but I want to make use of the result of the inner query again as input till I did not find any child ,so I am using procedure as I have to collect all the parent I get from the inner query and then update the outer query using the inner query result.it is the requirement what I want to achive, e.g update table A set A.a as "xyz" //here I will get t where A.id in ( select A.child_id from A,B,C --I get the child by passing parent as input and again consider the child A.child_id as parent and find the child where A.id= b.id b.name = x and A.prent_id = ? //few join condtion here ) e.g input 1 result 1.1 input 1.1 result 1.1.1 input 1.1.1 result 1.1.1.1 update A where A.id in ('1.1','1.1.1','1.1.1.1')--here I want to use a container and make use of it Thanks for your response

    Database database oracle docker help question

  • Input required..need help:recursive procedure & container logic
    R ramina sen

    correct, but as I have mention my inner query is giving me only parent but I want to make use of the result of the inner query again as input till I did not find any child ,so I am using procedure as I have to collect all the parent I get from the inner query and then update the outer query using the inner query result.it is the requirement what I want to achive, e.g update table A set A.a as "xyz" //here I will get t where A.id in ( select A.child_id from A,B,C --I get the child by passing parent as input and again consider the child as parent and find the child where A.id= b.id b.name = x and A.prent_id = ? //few join condtion here ) e.g input 1 result 1.1 input 1.1 result 1.1.1 input 1.1.1 result 1.1.1.1 update A where A.id in ('1.1','1.1.1','1.1.1.1')--here I want to use a container and make use of it Hope you get my intention now ..Thanks for your response.

    Database docker help tutorial announcement

  • Input required..need help:recursive procedure & container logic
    R ramina sen

    I want to write a procedure 1.find the child of a parent recursively till we do not find any child. 2.Then collect all the child in get in step one and update the value of name of all the child-->second procedure approach: 1. write a procedure to take all the parent as input 2. write a procedure to find child recursively till we do not find any child further e.g 1:parent 1.1 child now consider 1.1 as parent and find child e.g 1.2 recursively call and collect and then update all the child name proc 2: simple procedure with update where id ("child we got previously ") I got the logic but do not know how to call recursively the procedure and hold the values of child any sample code or input is highly appreciated!!! Thanks, Ramina

    Database docker help tutorial announcement

  • use of vector /map /list
    R ramina sen

    can body give a scenarios where u have to use vector ,map and list .itz confusing??? Thanks all

    ATL / WTL / STL graphics question

  • com memory management
    R ramina sen

    How to manage global memory in com ??

    COM com performance tutorial question

  • DLL and .Exe
    R ramina sen

    what are the diffaence between .exe and .dll While developing a com componet which is best pratice ..should u go for .exe or .Dll?????

    C / C++ / MFC com question

  • CRITICAL SECTION AND MUTEX
    R ramina sen

    where to use critical section and where to use mutex .. wat is best pratices ..to use this syncronisation elements .

    C / C++ / MFC

  • help
    R ramina sen

    i am devloping an gui i want to use the costum controls(like styleish buttons) available in net but don't know how to use the code in my project ..have tried a lot but failed pls help me out..

    C / C++ / MFC help tutorial

  • urgent help
    R ramina sen

    if u can't don't make any rubbish ..i hope u got it :)

    C / C++ / MFC question help

  • urgent help
    R ramina sen

    we need 4 class for an sdi application why we need that application class ??and what is the program flow in a doc view program for an sdi appliction??

    C / C++ / MFC question help

  • help..
    R ramina sen

    while compiling any prgramin vc++ i am getting the same error pls tell me why it is so like this... MSVCRTD.lib(crtexew.obj) : error LNK2001: unresolved external symbol _WinMain@16 1 unresolved externals]] Fatal error!! these r the errors i am always gettings..

    C / C++ / MFC help c++

  • pls help me out..
    R ramina sen

    actually some body has change the setting/so i can't see my workspace and client areas (as)it was before ..some times they are overlapping..not like a normal application ...

    C / C++ / MFC help workspace

  • why it is so..
    R ramina sen

    why in mfc programming # prgma once is used??

    C / C++ / MFC c++ question

  • help me out
    R ramina sen

    see i am a beginner so if there is some problem with question then am sorry but i am also a new user too.so instade of critising me u should cope up..as all r not talented by birth.

    C / C++ / MFC help c++ tutorial

  • help me out
    R ramina sen

    how to use the code available in net in your project e.g suppose i want to have style button in my gui...i down load the .h and .cpp from net..then add the files to my project ..but still there is some problem so that that style button was coming in my o/p..so can any body tell me the exact way so that i can use the code availble in net in my project.. thaking all of u..

    C / C++ / MFC help c++ tutorial

  • how i can use the code
    R ramina sen

    if u can't then don't ....

    C / C++ / MFC c++
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups