Hyper-V VM backup
Hi, Is it possible to back up a VM from the host perspective by transferring a VM’s individual file and folders using traditional approach. Thanks Mohan
Answer Question
| May 7, 2013 3:26 PM
C, Hyper-V
Hi, Is it possible to back up a VM from the host perspective by transferring a VM’s individual file and folders using traditional approach. Thanks Mohan
How to write a Fibonacci series in recursion
How do I write a Fibonacci series using recursion?
Answer Question
| May 2, 2013 7:56 AM
C, Fibonacci series
How do I write a Fibonacci series using recursion?
C++ Redistributable
I could not find any real information of this so thought I’d present it here. When downloading and installing the C++ Redistributable packages, should you install 64-Bit only on a 64-Bit OS? Or is it best practice to install both 32-Bit and 64-Bit? I’ve never been really clear on that. Thank you.
Answer Question
| November 28, 2012 2:09 PM
32-bit, 64-bit OS, C
I could not find any real information of this so thought I’d present it here. When downloading and installing the C++ Redistributable packages, should you install 64-Bit only on a 64-Bit OS? Or is it best practice to install both 32-Bit and 64-Bit? I’ve never been really clear on that. Thank you.
Please can someone help me
I’m trying to get curDist to only increment once when WHITE is read and if the value doesn’t change from WHITE not to increment..My problem is when I hold a White colored object over the sensor it continually increments instead of incrementing once and checking if something changed. uint8_t readENC(uint16_t enc) { uint8_t sensValue; if(enc [...]
Answer Question
| September 29, 2012 7:33 PM
C
I’m trying to get curDist to only increment once when WHITE is read and if the value doesn’t change from WHITE not to increment..My problem is when I hold a White colored object over the sensor it continually increments instead of incrementing once and checking if something changed. uint8_t readENC(uint16_t enc) { uint8_t sensValue; if(enc [...]
C# & ZedGraph
My Desktop: W7, VS2010, C# and ZedGraph. In the my Desktop App, has a numericUpDown ranging from 1 to 3300. Each 1 of the numericUpDown is equal 1 second. On ZedGraph, how to put this numericUpDown in Xaxis in format 00:00~55:00, with an interval of 5 minutes in Pane.XAxis.MajorStep and 1 minute in Pane.XAxis.MajorStep? Thanks [...]
Answer Question
| September 18, 2012 9:01 AM
C, ZedGraph
My Desktop: W7, VS2010, C# and ZedGraph. In the my Desktop App, has a numericUpDown ranging from 1 to 3300. Each 1 of the numericUpDown is equal 1 second. On ZedGraph, how to put this numericUpDown in Xaxis in format 00:00~55:00, with an interval of 5 minutes in Pane.XAxis.MajorStep and 1 minute in Pane.XAxis.MajorStep? Thanks [...]
Why C/C++ over Java?
why we not go for java for every s/w why we use c c++ whether java is very much advance than these ?
Answer Question
| November 2, 2011 11:27 AM
C, C++, Java
why we not go for java for every s/w why we use c c++ whether java is very much advance than these ?
Programming quiz – Excel, VB etc.
Recently heard an interesting quiz and thought it will be fun to see the solution done programmatically. The quiz is as follows: A person bought an old car with over 170,000 miles on it. The odometer is a digital device with 6 digits. The odometer shows only full digits – no decimals. One day as [...]
Answer Question
| March 31, 2012 4:33 AM
C, COBOL, excel, VB
Recently heard an interesting quiz and thought it will be fun to see the solution done programmatically. The quiz is as follows: A person bought an old car with over 170,000 miles on it. The odometer is a digital device with 6 digits. The odometer shows only full digits – no decimals. One day as [...]
Help needed in making firewall in either C or C++ language
i have to make a program in C/C++ to be run Client pc(windows platform) for followings: 1. to block access to a site(s), either by drop down menu or user entered. 2. act as a url filter to block any url consisting any word from a given list, for example “Facebook” or a bad word. [...]
Answer Question
| March 31, 2012 2:18 PM
C, C++, Firewall, Network, Networking, Programming, project management standard
i have to make a program in C/C++ to be run Client pc(windows platform) for followings: 1. to block access to a site(s), either by drop down menu or user entered. 2. act as a url filter to block any url consisting any word from a given list, for example “Facebook” or a bad word. [...]
database querying question SQLite
Hi I’m setting up an SQLIte database within my C application that will be used as an intermediate stage in converting filetypes. My design tries to keep data normalized – for example, i have an Entity table, and in that table each entity has an integer type. There is another EntityTypes table with a string [...]
Answer Question
| March 17, 2010 5:29 PM
C, Database, Design, efficiency, SQLite
Hi I’m setting up an SQLIte database within my C application that will be used as an intermediate stage in converting filetypes. My design tries to keep data normalized – for example, i have an Entity table, and in that table each entity has an integer type. There is another EntityTypes table with a string [...]
C++ malloc typedef struct which is in a typedef struct already
Ok so I’ve got these typedef structs: typedef struct { float objectTransformX; } Object; typedef struct { float lookAtZ; } SceneCamera; typedef struct { Object *Object; SceneCamera Camera; bool Active; } Frames; And I’ve got this class: class Scenario { private: int currentFrame; int fps; [...]
Answer Question
| January 30, 2010 8:47 PM
C, C++, Microsoft Visual Studio, Programming, Visual Studio
Ok so I’ve got these typedef structs: typedef struct { float objectTransformX; } Object; typedef struct { float lookAtZ; } SceneCamera; typedef struct { Object *Object; SceneCamera Camera; bool Active; } Frames; And I’ve got this class: class Scenario { private: int currentFrame; int fps; [...]
In-built functions in C
Can u give me information about in-built functions in C for displaying output to screen & also about to take input for string?
Answer Question
| January 29, 2010 4:57 AM
C, C programming, Vista
Can u give me information about in-built functions in C for displaying output to screen & also about to take input for string?
Passing parameters to report viewer
Hi Kindly excuse me if I appear a bit ignorant on this subject as I am relatively new to SSRS. I have managed to create a report that has 3 parameters (ie. Start Date,End Date,Drop down list) which I have successfully deployed to Report Server. The report basically uses a stored procedure which has the [...]
Answer Question
| April 19, 2013 11:52 AM
C, C# .NET, Parameters, SSRS
Hi Kindly excuse me if I appear a bit ignorant on this subject as I am relatively new to SSRS. I have managed to create a report that has 3 parameters (ie. Start Date,End Date,Drop down list) which I have successfully deployed to Report Server. The report basically uses a stored procedure which has the [...]
My C++ compiler showing error
My c++compiler showing error that unable to open iostream.h and unable to open output file. I have already set the correct path of directories, but it still gives me the same error. Please help me.
Answer Question
| June 13, 2013 3:35 PM
C, Compilers
My c++compiler showing error that unable to open iostream.h and unable to open output file. I have already set the correct path of directories, but it still gives me the same error. Please help me.
Advantages of database system over file systems
What are the advantages of database system over file systems?
Answer Question
| April 19, 2013 10:14 AM
C, Database Systems, File systems
What are the advantages of database system over file systems?
Database connectivity ASP.NET using C#
Hi, I’m new in ASP.NET so excuse me if this is a stupid question. I’m trying to connect a page to the database but there may be some problem. Please help me…… This the ASPEX file cod: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; [...]
Answer Question
| May 8, 2013 5:41 AM
ASP.NET, C, Database connectivity, Web development
Hi, I’m new in ASP.NET so excuse me if this is a stupid question. I’m trying to connect a page to the database but there may be some problem. Please help me…… This the ASPEX file cod: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; [...]
Maximum number of memory segments that Notes can support has been exceeded
I am using C API and for specific NSF (containing large no of Docs 710, and View + folders = 47), I am getting “Maximum number of memory segments that Notes can support has been exceeded” error. I am generally getting this error in CDBITMAPSEGMENT, NSFNoteOpen etc. Any workarround….
Answer Question
| April 16, 2009 10:20 AM
C, CDBITMAPSEGMENT, Lotus Notes 7.0.2, Lotus Notes 7.x, Lotus Notes Developement, NSFNoteOpen
I am using C API and for specific NSF (containing large no of Docs 710, and View + folders = 47), I am getting “Maximum number of memory segments that Notes can support has been exceeded” error. I am generally getting this error in CDBITMAPSEGMENT, NSFNoteOpen etc. Any workarround….
C programming and DOS
can we open a sound file using dos through c programming in turbo c comopiker or even in any other compiler please answer me u can also mail me answer to: kvnpatel@gmail.com,
Answer Question
| April 4, 2009 11:46 AM
C, DOS, Software development, Turbo C
can we open a sound file using dos through c programming in turbo c comopiker or even in any other compiler please answer me u can also mail me answer to: kvnpatel@gmail.com,
CD enumeration for Form containing SubForm
I created a NSF using Document Library template. Then I created a Document and Response. In my Program when I used EnumCompositeFile to enumerate through all CD record, for Document it works fine but for Response it doesn’t work even I create a Design Note using “Response” form. So how can I tackle this problem. [...]
Answer Question
| March 23, 2009 9:19 AM
.NSF files, C, CD enumeration, DoclibResponseBanner, Domino Designer, EnumCompositeFile, Lotus Document Library template, Lotus Notes 7.x
I created a NSF using Document Library template. Then I created a Document and Response. In my Program when I used EnumCompositeFile to enumerate through all CD record, for Document it works fine but for Response it doesn’t work even I create a Design Note using “Response” form. So how can I tackle this problem. [...]
Abstract system date in C++
hi, iam rakesh a MCA student .iwant to abstract system date and time in my c++ project,what should be method for this .please give specific code.
Answer Question
| March 13, 2009 11:29 AM
C, Java classes, VB 6, VB6.0, Visual Basic 6
hi, iam rakesh a MCA student .iwant to abstract system date and time in my c++ project,what should be method for this .please give specific code.
My C++ compiler showing error UNABLE TO OPEN IOSTREAM.H and IOSTREAM
My c++ compiler showing error that UNABLE TO OPEN IOSTREAM.H #include<iostream.h> <—- error When I enter IOSTREAM it again shows error #include<iostream.h> <<——- error and so for other header files and also for COUT and CIN
Answer Question
| June 13, 2013 1:57 AM
C, C compiler, Header files, IOstream, IOstream.h
My c++ compiler showing error that UNABLE TO OPEN IOSTREAM.H #include<iostream.h> <—- error When I enter IOSTREAM it again shows error #include<iostream.h> <<——- error and so for other header files and also for COUT and CIN





