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
P

pgav

@pgav
About
Posts
10
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Include Files and Folder Structure
    P pgav

    Thanks a lot! :)

    Patrick

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

  • Include Files and Folder Structure
    P pgav

    Hello there! I've got a project with a folder structure similar to the following - folderA - subFolderA - folderB - subFolderB All of the folders and sub folders have source code and header files in them. That is actually my problem. Say, for example, I have a source file in folderB, and a header file in folderA, how do I show Visual Studio the location of the file without providing an absolute path on my computer (like c:\project\folderA\header.h)? Is there a way to provide a relative pointer to the folder? As always, thanks for your help in advance.

    Patrick

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

  • Importing Makefile project to Visual Studio
    P pgav

    I know of nmake.exe... but where do I find it/use it?

    Patrick

    -- modified at 11:19 Monday 24th July, 2006

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

  • Importing Makefile project to Visual Studio
    P pgav

    Greetings, I'm working on a project that needs to easily port between Windows and Linux platforms. As such, we've decided on using multiple development platforms to work with the code (much of which is already written). (For those interested, we're using Eclipse with GNU tools for Linux testing, and Visual Studio for Windows testing). The question is the following: How do I force Visual Studio to read the Makefiles when building the project? I know that Visual Studio has the ability to work with Makefiles, however, I'm not able to make it work with already written code. Anyone have to do this before? Thanks.

    Patrick

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

  • Visual C++ Compiler with Eclipse
    P pgav

    Hello there, Sorry if this is the wrong forum for this question, but I couldn't decide which one to use. I'm wanting to use Eclipse as a development environment for my C++ project (as I need to be able to easily port between Windows and Linux, it seems to be a good choice). I've successfully been able to compile a simple program with Eclipse using the gcc compiler via Cygwin. This means that I've got things set up for porting to Linux. I'd now like to be able to have my programs run on Windows independent of Cygwin, thus be able to compile for Windows and for Linux with Eclipse, simplifying porting to different systems. Does anyone know of a plug in for Eclipse that would allow me to use the Visual Studio Compiler, or another Windows compiler that doesn't require Cygwin? Thanks for your help.

    Patrick

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

  • Problem with the pow( ) function [modified]
    P pgav

    I'm thinking that it could have something to do with your data types... are all your variables "int", or are you mixing types? Patrick

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

  • Syntax Question
    P pgav

    Dev isn't used because it's only a partial implementation... I'm trying to finish the implementation... :) Thanks for your help. Patrick

    C / C++ / MFC question

  • Syntax Question
    P pgav

    Looking at this syntax, I can't quite see what the end result should be. What does this function return? long comm_fm_node_id(comm_fm_dev_t *dev, long group) { return (group == 0) ? MCAST_nodeid : -1; } Patrick

    C / C++ / MFC question

  • C++ Exception Programming
    P pgav

    Thanks for the link, that puts me on the right trak; however, considering the following example: // standard exceptions #include #include using namespace std; class myexception: public exception { virtual const char* what() const { return "My exception happened"; } } myex; int main () { try { throw myex; } catch (exception& e) { cout << e.what() << endl; } return 0; } This example does part of what I'm looking for, however I'd like to have more options when using the exception class. I'd like to give the programmer the option of passing in their own error message to the exception class, or to just use the default. Anyone know where I can look fir this? Thanks. Patrick -- modified at 16:47 Thursday 13th July, 2006

    C / C++ / MFC c++ java json question

  • C++ Exception Programming
    P pgav

    Hello, I'm trying to program a few exception classes for use in some software I'm working on. I'm more familliar with Java style of exception programming, and am having trouble finding some good API documentation on C++ exception classes. My plan was to inherit from exception, or runtime_error, however I can't find figure out what methods I'm inheriting without a good API. Does anone know of a good API page on the exeption classes? Thanks. Patrick

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