Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ankoump

    HOW CAN YOU USE DATA FROM ANOTHER PROGRAM I.E EXCEL IN C++

    I AM TRYING TO USE CERTAIN VALUES FROM EXCEL IN MY PROGRAM BUT I DON'T KNOW HOW TO READ THE VALUES AUTOMATICALLY FROM EXCEL. THE VALUES CHANGE ALL THE TIME AND ITS GETTING TIRING INPUTTING THEM MANUALLY INTO THE PROGRAM I.E AT TIME 0; X=2,TIME 1 ;X=3,BUT THESE VALUES MAY CHANGE SO WHAT I'M...
  2. ankoump

    EQUALITY NOT RECOGNIZED-CODE INCLUDED

    I have written an if statement which states that when x == y a task should be carried out. Now my values are in double and are decimal values the output is that x = 1.51675 and y= 1.51675 so they are the same. but when the statement is not executed and when i subtract y from x just to test the...
  3. ankoump

    How to get vc++ service pack installation version info from the system

    hello , sorry this is not actually a reply to your question because i don't know the answer. But you asked me to send a complete code following my problem with equality which you answered yesterday. The code is below: you'll see that whern it runs uit cannot seem to recognize when the values...
  4. ankoump

    PROGRAM DOES NOT SEEM TO RECOGNIZE EQUALITY OPERATOR!PLEASE HELP

    I have written an if statement which states that when x == y a task should be carried out. Now my values are in double and are decimal values the output is that x = 1.51675 and y= 1.51675 so they are the same. but when the statement is not executed and when i subtract y from x just to test the...
  5. ankoump

    How to call excel from C++ ?

    pLEASE COULD YOU HELP ME! i'M NEW TO c++ I AM TRYING TO WRITE CODE WHICH THE OUTPUTS ARE VARIOUS NUMBERS BUT I WOULD LIKE TO PLOT THESE VALUES ON A GRAPH BUT AT THE MOMENT I HAVE TO WRITE EACH RESULT AND THEN PLOT THE GRAPH. IS IT POSSIBLE FOR THE OUTPUT TO BE SENT TO EXCEL.
  6. ankoump

    GET SET VALUES TO USE IN MY CODE

    I HAVE VARIOUS VALUES IN MY CODE THAT I HAVE TO KEEP ENTERING SUCH AS DIMENSIONS IS IS POSSIBLE TO SET THESE VALUES SAY IN ANOTHER FILE AND THEN JUST GET MY PROGRAM TO USE THESE VALUES ALL THE TIME
  7. ankoump

    HOW TO SEND RESULTS TO EXCEL SHEET IF POSSIBLE?

    I AM TRYING TO PLOT MY RESULTS ON A GRAPH, BUT I DO NOT KNOW HOW TO SEND THE OUTPUT TO ANOTHER FILE THAT CAN JUST LIST THE NUMBERS I.E EXCEL. CAN ANYONE HELP?
  8. ankoump

    CAN YOU SEND RESULTS TO AN EXCEL STYLE FILE?

    I'm trying to get my results tabulated from my C++ program..Can anyone tell me if this is possible
  9. ankoump

    HOW DO YOU GET A PROGRAM TO RUN A FEW TIMES-ITERATIONS?

    I am currently writing code to run a model which takes particular dimensions and then produces results.For each run though there is a variable that changes randomly so i would like the program to run like a hundred times without me having to change the dimensions. Please can anyone help?
  10. ankoump

    HOW DOES ONE USE THE SRAND AND RAND() FUNCTIONS

    I am trying to write a function which selects a value say between 2 and 10 randomly after each run but i cannot understand how to use the Srand function and rand() function.Please Help
  11. ankoump

    RANDOM SELECTION OF NUMBERS i.e MONTE CARLO

    Does anyone know how to write code in C++ that could allow a selection of numbers to be selected between two values. for example i wish for a code that would allow any value to be selected between 2 and 30 for various iterations

Part and Inventory Search

Back
Top