Search:

Type: Posts; User: chopshardiman

Search: Search took 0.00 seconds.

  1. Working with Excel - How to switch worksheet?

    Hi,

    I had this thread a while back in which I got help with various problems I was having controlling Excel through C++:
    ...
  2. Yep, that was it - I had assumed creating a new...

    Yep, that was it - I had assumed creating a new file and putting it in the directory would do the job, thanks for the help!
  3. Should have included the error I'm getting obv: ...

    Should have included the error I'm getting obv:


    Error 1 error LNK2001: unresolved external symbol "void __cdecl printTest(void)" (?printTest@@YAXXZ) hello_world.obj
  4. Simple Question Regarding Functions in Separate Files

    I'm borderline embarrassed to be posting a question that I know the answer is probably going to be super-trivial to.

    All I'm trying to do is call a function from my main file that I've...
  5. Replies
    9
    Views
    12,983

    Actually one question that can probably be...

    Actually one question that can probably be answered quickly here without me spending ages looking for an answer, but to make the program more robust is there any way to change the way we determine...
  6. Replies
    9
    Views
    12,983

    Boom - got it working just the way I wanted :D ...

    Boom - got it working just the way I wanted :D

    TYVM for the help Salem. I'll put together a post detailing the changes I've made soon, might be useful for someone in future.
  7. Replies
    9
    Views
    12,983

    I can see that this is going to be pretty...

    I can see that this is going to be pretty confusing with the multidimensional action and vectors of vectors, but this is definitely progress at least!

    Here's my understanding of what we're doing:...
  8. Replies
    9
    Views
    12,983

    Strangely enough, when I changed the name of the...

    Strangely enough, when I changed the name of the vector of vectors the error went away! Not to worry, I'll continue going through your example and get back to you :)
  9. Replies
    9
    Views
    12,983

    Hi Salem, ty for the response. I had already...

    Hi Salem, ty for the response.

    I had already struck upon vectors as a way of avoiding the ugly array declarations at the start, so that's a bit of progress anyway!

    Trying to take a look at the...
  10. Replies
    9
    Views
    12,983

    Sending Data to Excel with C++

    Hi folks,


    I'm working on a program that reads a text file which has columns of dates, times and associated values, then sends the columns to an excel sheet. The entire file follows the same...
Results 1 to 10 of 10