About 50 results
Open links in new tab
  1. Connect PHP to Microsoft Exchange mail [SOLVED] | DaniWeb

    Hello, I am wondering how i would connect PHP to Microsoft Exchange? I have a form set up that when it gets submitted i want it to be emailed to a certain ...

  2. c++ - extracting integers using getline [SOLVED] | DaniWeb

    extracting integers using getline Forums Programming Software Development Discussion / Question

  3. c++ - How do I skip comment lines in txt file? | DaniWeb

    i am new to c++, currently working on an assignment, now i'm stuck in skipping the comment lines in the txt file. the txt file is something like ...

  4. c++ error C2676 [SOLVED] | DaniWeb

    hi!! i just started programming some stuff in c++. i made a simple program that compares a number given by the user to 0 n say if its cero, positive or ...

  5. c++ - Ignoring First Line of File I/O [SOLVED] | DaniWeb

    Hi.. How do I skip the first line of a text file. I am not using getline() so I think I cannot use ignore() function. Is there any other way to ignore ...

  6. How do I create a SQL database & table in VB.NET?

    I'm trying to create my own Database and Tables in SQL Server 2005 using VB.NET 2005. I get an error when I try ExecuteNonQuery, which says that ...

  7. How to get process name from pid in C/C++ - DaniWeb Community

    Hi there, I want to get the process name from the process id (pid) in C/C++ program. Please help me. I am using linux machine.

  8. visual basic - To open a new window in vb by clicking a ... | DaniWeb

    To open a new window in vb by clicking a button replacing the previus windw - Topic in the Software Development forum contributed by killer88

  9. c++ - WHAT!? unexpected token preceding ';' why? [SOLVED] | DaniWeb

    Apr 15, 2010 · The cascade of errors here comes from the header guard colliding with your class name. When you write #define creator as an include guard, the preprocessor replaces every token creator …

  10. java - How do I show a constant in an UML diagram? | DaniWeb

    Hi members, just a simple question, how would I show a constant in an UML diagram? For example, here is a double field the class contains. - radius : ...