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
C

Cambalindo

@Cambalindo
About
Posts
42
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • .Net documenting tool, which to use?
    C Cambalindo

    Thanks for the advice, I'll take a look at it. regards

    Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    Visual Studio csharp visual-studio c++ question

  • .Net documenting tool, which to use?
    C Cambalindo

    I'm starting a big project with developers spreaded in many locations, and I was wondering which documenting tool to use, the IDE is Visual Studio 2005, 2008, and the languages are C# and C++. Any suggestions besides doxygen?? Thanks in advance.

    Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    Visual Studio csharp visual-studio c++ question

  • Memory Allocation over 64k
    C Cambalindo

    Hi, I'm trying to allocate memory in DOS using Borland Turbo C. I need about 1MB but the system only gives me 64Kb. does anybody know how can I change the memory model to get more memory? thanks in advance. Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    C / C++ / MFC question delphi performance

  • Have you ever had to take a decision like this?
    C Cambalindo

    Thanks David!! I`ll start at Motorola on monday 11th october, I´ll let you know how´s everything going! cheers!! Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge career hardware regex question

  • Have you ever had to take a decision like this?
    C Cambalindo

    Marc Clifton wrote: They should have offered you what they thought you are worth to begin with, instead of lowballing you and pressuring you with "lots of people want to work for VW". Thanks Marc!! I thought exactly the same. Should they have made me a good offer at the begining I wouldn´t look for another job. Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge career hardware regex question

  • Have you ever had to take a decision like this?
    C Cambalindo

    I`ve been working in Volkswagen Argentina as an intern for a year, (I´m finishing my career in electronics engineering and I work In the Electronic Maintenance Area I have 150 tool-machines in my charge. We produce gearbox for Audi and Volkswagen cars) Although I´ve been always a developer guy I like this work that deals more with hardware. They wanted to hire me but offered me what I think is a low salary for my responsabilities in the plant, they said that I should take this opportunity because many people here wanted to work for Volkswagen (here in Argentina is one of the best companies). So I started to send resumes to other companies and I got an interview in Motorola for a work that match my profile (software developer). They offered me a good salary and then I told my boss at Volkswagen that I was going to leave. Then at Volkswagen started to offer me more and more and for the last week it was like hell for me, too much pressure from VW. Finally they offered me a better salary than the one Motorola offered. But I took a decision and said no to Volkswagen. I´ll start in Motorola the next week. I think this have been one of the most difficult decision ever taken, because I´ve choosen a completely different engineering field. I hope it will be the right decision. Have any of you passed trough something similar?? Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge career hardware regex question

  • Beginners' German Course, Part 2
    C Cambalindo

    Deutsche ist ein schwierig Sprache. Ich habe fuer sechs Monaten studieren und Ich war in Deutschland fuer acht Monaten. Wenn Ich dachte Ich verstehe alles Ich war zurueck im Argentinien. Ich brauche mehr Zeit im Deutschland zu lernen!! Viel Glueck!! Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge sharepoint learning

  • OnKeyDown & PropSheets
    C Cambalindo

    Thanks John, now I have a better idea about what I have to do. Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    C / C++ / MFC question

  • OnKeyDown & PropSheets
    C Cambalindo

    Hi! I´m trying to capture key messages from within a prop page. What I did is to put an onkeydown message handler in the page where I wish to capture the key from. But it doesn´t work. I used this method in a the view of a Document View App and it worked fine. How does the property sheet deal with this kind of messages. Do I have to disable all the controls within the page? thanks in advance. Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    C / C++ / MFC question

  • CString
    C Cambalindo

    Hi, I create this function to convert from double to CString. var is the number to be converted ndec Number of digits after decimal point CString do2CStr(double var,int ndec) { int decimal, sign; char *buffer; buffer = _fcvt( var, ndec ,&decimal, &sign ); int len=strlen(buffer); CString number(buffer); CString valor; if(sign)//negative number valor="-"+number.Left(decimal)+"."+number.Right(len-decimal); else valor=number.Left(decimal)+"."+number.Right(len-decimal); return valor; } Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    C / C++ / MFC tutorial question

  • Xmas unfolding around the world
    C Cambalindo

    Merry xmas for you and all CPians, here in SouthAmerica, Bolivia, still 11 hours to midnight. cheers!!! Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge

  • Find the man
    C Cambalindo

    Richard Jones wrote: According to medical experiments: I f you can find the Man's Head within 3 seconds, your right brain is more developed than normal people. And what does it mean, having my right brain more developed than normal people? and how can I make money with it? Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge com help question

  • fatal error C1010: unexpected end of file while looking for precompiled header directive
    C Cambalindo

    Go to project Settings, Alt+F7, and in the right pane, select the file, then select the C++ tab and in the precompiled header category, select not using precompiled header. This should solve your problem. cheers Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

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

  • How to call another project's exe file
    C Cambalindo

    I use this code to call one process from other char* program="project2.exe"; //llama al proceso EcoSG.exe y deja el proceso llamador en espera _spawnl(P_WAIT,program,program,arguments,NULL); Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

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

  • Time to pick up german again
    C Cambalindo

    I learned English and a little German, I was in Germany for 7 months 4 years ago with a scholarship, the time was not enough to learn that beautiful and rich language. Now I´m doing an internship in VolksWagen Argentina and they gave me the opportunity to take classes for free. I think german is a classic language, but very hard to master. cheers Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge learning question

  • too cool but too big?
    C Cambalindo

    lol :laugh: Yeah the first time it takes a lot of time to see the figure under the pattern, but once you see it , it´s easier next times. It´s amazing how the depth can be perceived. Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge com question

  • too cool but too big?
    C Cambalindo

    This is more interesting, can you see it, it`s called stereograms. try it[^] cheers.. Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge com question

  • Frank The Tank
    C Cambalindo

    I´ll never forget in A Bronx Tale (Robert DeNiro(Lorenzo),Chazz Palminteri(Sonny),Lillo Brancato (Callogero `c`)) when Sonny tells C how to recognize one of the "big ones" (girls in his life) by waiting for her to unlock the car`s door. And when Jane the girl he invited does that. Great movie. And almost any scene from the death poet society. I don´t have to mention "may the force be with you" Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    The Lounge question

  • A dll question
    C Cambalindo

    Hi: Regular DLL: Allows you to use any MFC classes and functions, but you can only exports "C" functions. MFC extension DLL: Allows you to export Classes that you can derive from in your client app. hope it helps regards Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    C / C++ / MFC question c++

  • Recommended reading on MFC?
    C Cambalindo

    I recommend: Programming MsVisual C++ Fifth Edition[^] Authors: David J. Kruglinski George Shepherd Scot Wingo great book from Ms Press. Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

    C / C++ / MFC c++ tutorial question learning
  • Login

  • Don't have an account? Register

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