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
U

User 1426359

@User 1426359
About
Posts
14
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Binary Decision Diagram
    U User 1426359

    I know about CUDD. As for understanding enough about BDD to make your own algorithm...it's been almost six months since I've started to learn about BDD and still I'm not able to do it. I guess I'll just try to reduce my expresions by "hand". Thanks.

    C / C++ / MFC algorithms testing question

  • Binary Decision Diagram
    U User 1426359

    Does anyone know where to find an implementation in C of the BDD? Or an algorithm not so criptical. Or maybe someone has something like that.

    C / C++ / MFC algorithms testing question

  • Wizard finished itself
    U User 1426359

    I guess you are asking that because of the "xcopy". Well that is only the first command and exit is the last one. I'm using gcc under cygwin so I must login before I can execute something like "gcc [param]".

    C / C++ / MFC

  • Wizard finished itself
    U User 1426359

    I have made a wizard and on the last page I call: ShellExecute(NULL,"open","cmd",NULL,NULL, SW_SHOWNORMAL ); ................ SendInput(....); When that is done in the page I should receive some informations. Everything works fine when I use the wizard for the first time, but if I try to use it again without restarting the application when the cmd window closes so does the wizard. The comands sent to the cmd are: "xcopy ..... exit\n "

    C / C++ / MFC

  • MFC Doc/View
    U User 1426359

    = ....; }

    C / C++ / MFC c++ data-structures help

  • Can somebody help me with sockets..
    U User 1426359

    Why don't you post here the source code that handles the drawing of the message? Also you can search in the articles for CSocket - it's a chat program and you can look trough it to see how he does it. Actually where do you want to draw the message? In a listbox, or directly on the CDC?

    C / C++ / MFC help c++ com lounge

  • Alternating btwn VC++ build types
    U User 1426359

    Or you can click in the menu on Project->[name] Settings and you have there a combobox Configuration.

    C / C++ / MFC c++ debugging question announcement

  • gcc and Visual C
    U User 1426359

    Can I integrate the gcc into a program made with Visual C? I want to use it to create a preprocessed file of a c program and then to extract the informations. Another option is to use ShellExecute for gcc but I don't know the sintax for creating a preprocessed file from a C program. Does anyone know the exact sintax? I know it has something to do with -E but that's it and I can't find an example on the net. Or some files already preprocessed.

    C / C++ / MFC tutorial question

  • Parser for C++
    U User 1426359

    Trollslayer wrote: Are they paying you anything ? Nope. They have somekind of agreement with our teachers and because of that the students were given some projects from that company.

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

  • image processing
    U User 1426359

    I guess you'll have to take each pixel and verify if it has the same value as at least one from his neighbours. Something like this: [ 1 2 3 ] [ 4 5 6 ] [ 7 8 9 ] Now you take pixel #5 and check his value with the ones from that matrix. if it's the same then it is a point of the line(composing the grid), if not then it don't belongs there. Once you know where the grid lines starts it's easy to identify the intersecting points since you'll know the angle and everything.

    C / C++ / MFC c++ css algorithms help

  • Parser for C++
    U User 1426359

    Bob Stanneveld wrote: Are you going to post it here on CP? I would like too see your article! I don't know. I'm doing this for my engineer diploma and the project was given to me by a company so I guess it's theirs once I finish it. But if I'll decide not to work for them, I'll post it. :) I just figured out that I need only to extract the classes' names to know that them are user defined data, the #define and #typedef, and the functions' names. After that I can work on every function individualy. As a matter of fact the project is supposed to take two functions, construct the decision tabels for them and see if they are logigally identical.

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

  • Parser for C++
    U User 1426359

    Bob Stanneveld wrote: Anyway, in his own reply to his original post he says that he needs an analyser that gives him the structure of the program No,no, I need a parser. I think a parser knows which statement is an conditional one or not. Bob Stanneveld wrote: I don't know if such a tool exists. It will as soon as I finish this project. :)

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

  • Parser for C++
    U User 1426359

    The parser is only a part of the entire project and I don't have enough time left to make one. I just need one that will know which statement is an if/for/while/switch/goto/label, to detect the functions, functions calls, return etc. I just need to know the structure of the program not to make the calculations and the operations. Or to make me the AST. Thanks.

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

  • Parser for C++
    U User 1426359

    I need a parser for C++ that can be integrated in Visual C. I've tried to make one using yacc and bison but it didn't work(didn't manage to do the file). Can anyone help me? Do you know where I can find it? Do you have it? Thank you.

    C / C++ / MFC c++ 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