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
L

Lord_Vader

@Lord_Vader
About
Posts
22
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • stack overflow
    L Lord_Vader

    Thanks,Specifically I am working on a graphics algorithm which uses a binary tree to draw triangles(which are the leafs) on the screen. Now if you consider that I would like to have ~60000 leafs displayed every frame using a recursive function, this is quite cumbersome.Additionally the tree may not be so balanced, but the maximum depth of the tree wont be larger than ~14.Thats why I asked.

    C / C++ / MFC data-structures question csharp visual-studio

  • stack overflow
    L Lord_Vader

    Thanks, Here is another one. I additionally have a bin tree with many thousands of elements. I use recursive functions to walk through the leafs because its more intuitive. Will it be faster if I use loops instead?

    C / C++ / MFC data-structures question csharp visual-studio

  • stack overflow
    L Lord_Vader

    Ok thanks,I was going to do that, but I posted mainly to learn the details behind a functions call..

    C / C++ / MFC data-structures question csharp visual-studio

  • stack overflow
    L Lord_Vader

    1st)Its not hard to understand that. But I want someone to explain specifically what happens, for example how much stack memory one function call consumes why... 2nd)Because I have a linked list with thousand elements and I wondering if it is possible to go through it using recursive functions.

    C / C++ / MFC data-structures question csharp visual-studio

  • stack overflow
    L Lord_Vader

    Hello, I have two questions about the stack. 1st)In MS visual studio the stack is 1MB as far as I now. I found that using a recursive function the stack overflows at depth ~4900. Why does this happen? 2nd)If someone has a linked list with thousand of elements how he can reach the whole list using a recursive function? thanks.

    C / C++ / MFC data-structures question csharp visual-studio

  • how many lines?
    L Lord_Vader

    Come on guys dont be so bad...:rose:

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

  • how many lines?
    L Lord_Vader

    Visual Studio 2005 Yes,but what r the key words?

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

  • how many lines?
    L Lord_Vader

    Can you link me to any?

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

  • how many lines?
    L Lord_Vader

    Hello, My question is this. How can I count the number of lines of code of my project? I use Visual Studio.Is there any option? Thanks

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

  • resource hiding
    L Lord_Vader

    Anyone knows if and how I can hide my resources(like textures) in an executable file? I mean if there is a way to hide my jpg file as a whole in an exe file thanks in advance.

    C / C++ / MFC question learning

  • preprocessor directive
    L Lord_Vader

    Hello all, can somenone explain to me the mean of preprocessor directive: #pragma pack( pop, packing ) ? Moreover can you tell me what the header pshpack1.h helps for? thanx a lot:)

    C / C++ / MFC question

  • warning message
    L Lord_Vader

    Hello, anyone knows what this message means? warning C4996: 'fopen' was declared deprecated

    C / C++ / MFC question

  • Change Display mode???
    L Lord_Vader

    Unfortunatelly NeHe doesn't explain how to do that using MFC,only using windows API and its very difficult to create a dialog box by this way

    C / C++ / MFC graphics game-dev c++ json help

  • Change Display mode???
    L Lord_Vader

    Hello everybody, I come directly to the point. I want to make a simple game that starts with a DialogBox(using MFC probably?) and then the user can choose between windowed mode and fullscreen(graphics) mode so I could use the OpenGL libraries.The problem is that I can't figure out how to create the fullscreen mode after the user pushes the coresponding button.Do I have to use any API functions or MFC?

    C / C++ / MFC graphics game-dev c++ json help

  • Simple questions
    L Lord_Vader

    Hello everybody, I am a newcomer and I would like to ask: What is the relation between MFC and C++/CLI? At first I was interested in MFC but I figured out that programming with C++/CLI is a lot easier.Is it necessary to learn MFC to make a decent application?Can I use both MFC and C++/CLI to make a programm, or there are other C++/CLI libraries that I can use instead of MFC?

    Managed C++/CLI c++ question

  • problem with MessageBox!!! [modified]
    L Lord_Vader

    I am sorry for the inconvenience but I figured out that the cause was the unicode libraries...

    C / C++ / MFC help csharp visual-studio tutorial question

  • problem with MessageBox!!! [modified]
    L Lord_Vader

    Hello everybody,I have just purchased Visual Studio 2005 and I have problem with the MessageBox funtion!!! when I write for example MessageBoc("Hello") an error occurs: cannot convert parameter 1 from 'const char [6]' to 'LPCTSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast There is no problem with other functions like MessageBeep why???? In Visual Studio 6 there is no such problem please help -- modified at 20:27 Tuesday 23rd May, 2006

    C / C++ / MFC help csharp visual-studio tutorial question

  • problem with MessageBox
    L Lord_Vader

    Hello everybody,I have just purchased Visual Studio 2005 and I have problem with the MessageBox funtion!!! when I write for example MessageBoc("Hello") an error occurs: cannot convert parameter 1 from 'const char [6]' to 'LPCTSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast why? In Visual Studio 6 there is no such problem please help

    Visual Studio help csharp visual-studio tutorial question

  • ODBC questions [modifed]
    L Lord_Vader

    Hello everybody.I am trying to make an application that uses an ODBC driver to connect to a database of a few related tables. My questions: a)Can I embed the odbc drivet to the installation programm so that the user wont have to connect to the database? b)If I create the related tables in the DBMS but without any records(only the pattern of the database) will the user be able to add and delete his/her own through the connected application? c)Will I be able to create shophisticated queries only by using the MFC Classes(CRecordset) to manipulate the data? d)Are there any alternatives except the ODBC and DAO? -- modified at 8:16 Saturday 20th May, 2006

    Database c++ database regex question

  • Which of all DBMS?
    L Lord_Vader

    Hello, I am trying to develop a program that uses data from a DBMS. But the problem is that I don't know which one(DBMS) I should use. The program is going to handle a couple of tables with a few thousands of records each. I have in mind MS-ACCESS and MySql but recently I discovered FIREBIRD which is released under the GPL licence(completely free to distribute with my software or at least this is what I understood).I am new to theese matters so please I need your advise...

    Database mysql help 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