CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: s09

Search: Search took 0.04 seconds.

  1. Thread: The Boring Thread

    by s09
    Replies
    2,373
    Views
    1,548,003

    Re: The Boring Thread

    Tom, you started a legendary thread, it's been around for two decades!
  2. Replies
    6
    Views
    3,868

    Re: LNK2019 linker error when initializing an object

    Hi, sorry... I really don't get it. Isn't the purpose of queueType.h to contain the declarations and queueType.cpp to contain the implementation code?

    I haven't touched C++ (especially templates)...
  3. Replies
    6
    Views
    3,868

    Re: LNK2019 linker error when initializing an object

    But they are... aren't they? What do you mean?

    [edit]

    Also, why is this issue a problem when linking and not when compiling?
  4. Replies
    6
    Views
    3,868

    LNK2019 linker error when initializing an object

    Hi all,

    This is the code that I have. I got this code and I need to work with it:


    #include <iostream>

    #include "queueType.h"

    int main()
  5. Thread: The Boring Thread

    by s09
    Replies
    2,373
    Views
    1,548,003

    Re: The Boring Thread

    I have to say... this place is the life of the party :) .
  6. Re: How to get file permissions that are associated with a file?

    Is there a way to do both of them? Are there "file.printAllPermissions();" and "file.printAllAttributes();"? Or would I need to make that function myself?
  7. How to get file permissions that are associated with a file?

    This is what I have:

    using System;
    using System.IO;
    using System.Text;

    namespace File_Permissions
    {
    class Start {
    static void Main(string[] args)
  8. Not sure what it is that I'm doing wrong with templates in this case

    Hi, I'm having a weird problem with templates. Here is the linker error that I'm getting (in bold):

    % make clean && time make
    rm -rf *o main
    g++ -c -g generic-stack.cpp
    g++ -c -g main.cpp
    g++...
  9. Thread: Hello

    by s09
    Replies
    0
    Views
    950

    Hello

    Just dropping by and saying hi.

    How's everyone doing?

    :)
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured