No D3DXCOLOR in the new DirectX 1.1?
Hey there I am having trouble finding the D3DXCOLOR struct, it seems it is no longer there in DirectX 11.1 (d3d11_1.h). I have searched for an equal of it but to no luck. Can someone help me with it?...
View ArticleOAuth In C#
I'm trying to work with the LinkedIn API which uses OAuth. I haven't had any previous experience with OAuth and was wondering what recommendations people have for OAuth libraries. Someone has made a...
View ArticleOAuth In C#
I'm trying to work with the LinkedIn API which uses OAuth. I haven't had any previous experience with OAuth and was wondering what recommendations people have for OAuth libraries. Someone has made a...
View ArticleError: 'CInvoice' was not declare in this scope
#include <iostream> #include "Invoice.h" using namespace std; int main() { CInvoice Order; Order.ProcessOrder(); Order.ShowOrder(); }
View Articleneed simple mathod to count the characters in java from txt file.
this is my code which simply read a file. i just want to add method to it that can count the characters in the text file. please anyone, who can tell me about this code. and about that counter...
View ArticleData input in textbox question c#
Hello all. I'm using this code for my login form button: private void btnOK_Click(object sender, EventArgs e) { SqlConnection con = Program.GetConnection; SqlDataReader dr = null; try { SqlCommand cmd...
View ArticleCopy and paste from server to remote PC in network
Hello to all. I was wondering if someone could point me in the right direction to solving a problem I'm having in VB.NET. I am attempting to make an app that will copy a file (most times an icon) from...
View Articlequestion in save to hash table ?
hi guys, I have project in data Structure by java ... project have a main file included many courses name,number,hours,and address for another file include student number,name,average like that (...
View ArticleWhat to do next with Python?
I have just finished the book: Learn Python the Hard Way Now I would really like to continue studying. I would like to learn about web applications and use Django, but as I read it is not advisable to...
View ArticleInvoking objects in different classes.
I have this particular question regarding invocation of methods in different classes. Below is my code for the 2 required classes and there's some errors which I can't solve =/ public class Rectangle {...
View ArticleRecommended development IDE
hi, i have an interest in mobile programing and i want to make my own games in future. Which software can i download to my alcatel ot-799 that will enable me write in java and also where can i get...
View ArticleIO problem
I'm trying to create a chat program. But I have some problems. Here is my server and client classes: import java.io.*; import java.net.*; import java.util.*; import javax.swing.*; public class Server {...
View Articlearray task, I think is possible..can't figure it out
Ok so i post the code..which is working perfectly fine, then i go on with the question />/> #include <iostream> using namespace std; int ROW=44; int LN [][5]={ /* 0*/ {37,13, 20, 84, 90},...
View ArticleGetting a sprite to rotate towards mouse?
Here is the code im trying.. // Get mouse input for rotation b2Vec2 mousePoint = b2Vec2(sf::Mouse::getPosition().x, sf::Mouse::getPosition().y); float deltaX = mousePoint.x - Body->GetPosition().x;...
View ArticleImage loading problem
ok, so I am using class files on my server to load my program but it is erroring out at my images here is my code: Lab6 = new JLabel(new ImageIcon(getImage("LoadingGame.png")));...
View ArticleRandom timer interval
Hello DIC, I'm currently trying to make an application in VB.NET which will set a random interval for a timer - the interval will need to be anywhere between 2 numbers specified by the user of the...
View Articlewhy a string cannot assigned to the another string
int main() { char str1[]="World",str2[]="Universe"; str1=str2;/*it will not work*/ } today my professor taught me that we can't assign one string to another.I ask the question that it is possible to...
View ArticleC,not c++ with DX11?
As the title suggests,is it possible to just use C when using directx 11 libraries?,This may sound like a simple question,but it is no small feat getting a definitive answer with searching google,which...
View ArticleCoding deck of cards for "War Card Game" problem
I'm basically making the classic "War Card Game", and I need help with certain pieces of the code along the way. So far i'm still coding the Deck of cards, this is taking me a while because i'm using...
View Article