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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

rahulmballal

@rahulmballal
About
Posts
11
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Obtainting XML from C++
    R rahulmballal

    I am working on a reverse or re-engineering project that requires me to parse the C++ code completely into tokens. I can go the lex yacc way but it will not suit the time frame I have. I decided to to go for a XML extension of GCC called the GCC_XML available www.gccxml.org. i want to use this tool from a Windows C# based application and then detect design patterns from the paresed C++ file that has been converted to XML. How do I use the GCCxml in my C# application if the command line syntax to obtain the XML from C++ file is gccxml foo.cpp --fxml= foo.xml Assume I want to have a front end to this gccxml compiler.

    C# c++ csharp design xml

  • generic assembly for design patterns?
    R rahulmballal

    I am not making classes just for the sake of it. What i have in mind is that like in STL to have a list of student what we can do is List s_list similarly i was looking to do something like if we need a single student object in our object..we do not need to make the student class singleton but only keep the object singleton like Singleton ss = new Singleton(); Do you still think its impossible? thanks RB

    C# csharp c++ design question

  • Template library for design patterns
    R rahulmballal

    Hey All, A very happy new year to you all. I am working on GoF design patterns. I want to know if it is feasible or possible to make a library like STL for design patterns using .net Generics? If there are some existing projects like this can someone please send me links to it? thanks RB

    ATL / WTL / STL csharp c++ design question

  • generic assembly for design patterns?
    R rahulmballal

    Hey All, A very happy new year to you all. I am working on GoF design patterns. I want to know if it is feasible or possible to make a library like STL for design patterns using .net Generics? If there are some existing projects like this can someone please send me links to it? thanks RB

    C# csharp c++ design question

  • help needed urgently
    R rahulmballal

    Hi, I am new to VC++, I just need to know how to print something in the child view that i have stored in the document class?? cn i use the archive object?? please help me wid this one rMb

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

  • Is Visual C++ 2005 a lot better than VC++ 2003 ?
    R rahulmballal

    I dont know about you but I find the new Visual C++ to be a lot cleaner than the previous VC++. The simple reason being the concept of partial classes where the code wizard writes code in a separate file but for the same class. So there is 1 file with your implementation and one with the code gen. There is no need to find you way through the code and make changes or insert code as in 2003 at times. It does not support .net 1.1 framework but does it for .net 2.0. The GUI that u can build is very Office 2003 like...so it looks updated cheers Rahul

    C / C++ / MFC c++ visual-studio question

  • Building Shopping Cart
    R rahulmballal

    Can anyone help me in developing a secure shopping cart using ASP.net and C#. I am new to web apps. Please send me some links if possible thanking you Rahul

    ASP.NET csharp asp-net help

  • Object Databases
    R rahulmballal

    Is there any opensource oodbms product for web applications made in C# 2.0? I am aware of db40 but i doubt if it works for web apps. RmB

    C# csharp question

  • Anyone with UserComponents experience
    R rahulmballal

    I am currently working on a digramming tool. I have used picture box as the container and have made a control called as the BoxControl...now i wish to make a control that can join teo box control by a line as we do it in Visio..I am drawing a diagram below to elucidate the problem |||||||||| ||||||||| |BoxCtrl |==========|BoxCtrl| The link shown between the two blocks is what ia m looking 4 |||||||||| ||||||||| It would be great if someone could send a samplecode__otherwise the logic is fine. Thanks in advance RaHuL

    C# graphics docker help

  • why does thsi misbehave at times?
    R rahulmballal

    I have been doin C# for quite some time. When i am doing some console apps for my course assignments i use System.Console.Read(); as a replacement for the getch() that we used to do in C for making the cursor stop. so that the output window doesn close before i can see the output. It works at times and at times it doesnt! Please help me out folks cuz i have ended up using timers for a silly thing like that!! Rahul

    C# question csharp help learning

  • what do functions like this behave like
    R rahulmballal

    object* Function()const; when are they called? whats their use? please explain the syntax someone rahul

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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