Error message when trying to load facebook registration iframe
I'm not sure if this topic is relevant to this forum but I figured enough of you PHP coders are familiar with integrating Facebook to you sites. I'm new to using Facebook APIs and I'm tying to load the...
View Article8 Queens solve problem
Hey guys, I working on solving 8 queens problem with out recursion and I came up with this public class EightQueens { static int board[] = new int[8]; static int counter = 0; public static boolean...
View ArticleEducation for game programming
Hi, i am curious about what i math, specifically what parts of math and other things i should focus on if i want to be a game programmer, Thanks
View ArticleGetting a relative position from a rotation object?(Math)
Im only in Honors Algebra II right now and have no idea how to do this. Basically I have a character that rotates with the mouse. I need the position that is relatively to the left and a little up from...
View Articlehow to get better at c++
a couple months ago i read a intro to C++ book and since then i have wondered what to do to improve my C++ knowledge, i don't know what to write or learn so if someone could help me out that would be...
View ArticleProgram only executing first input.
#include <conio.h> #include <iostream> #include <cctype> int main() { char A, C, B, D; printf("Press a printable key >"); scanf("%c", &A); printf("%c's integer equivalent is...
View Articletrouble with nested if statement class roster program
i have this program running almost perfectly but my instructor wants me to add a warning if i try to delete an entire course that does not exist. i think the solution lies in a nested if statement in...
View ArticleMy program not working help please.
I was trying to create like a test thingy but it's not working (im pretty new to c++ still). help please. #include <iostream> int main () { int a; int b; int sum; cout<<"enter the first...
View ArticleCan anyone help me find my errors?
Can anyone figure out whats wrong with my code? Im making a game of Blackjack (also known as 21) as a project and I'm getting annoyed with little errors. It dosent happen every time, but sometimes when...
View ArticleExecute a file with a certain exe
Hi, Im am trying to figure out how to run a python file (window.py) with a certain program (pythonw.exe) in c++ so how do I do this because it is really hard to try and figure out how. I first got told...
View Articlesytem() error please help!
i want to run a python file with a certain program and what i got told does'nt work this is what i got: system("pythonw.exe myfile.py") but it just comes up with this error mingw32-g++.exe -Wall...
View ArticleBrush Trouble
What I want my code to do is to randomly scribble in a picturebox, then whenever the brush goes over an area that has already been passed over it paints a darker shade over that spot. But right now I...
View ArticleMy out.write wont write to my file
Making an odometer for class to calculate miles per gallons. Using actionlistener to implement buttons. My calculate button works but i'm suppose to be able to close the program and have it...
View ArticlePersist changes made to data in a form across form invocations
I have a subsidiary form where I can enter data and then save it before closing the form and going back to using the main form. When I re-open the subsidiary form, I cannot see the changes in the data...
View ArticleQUEUE in Data structures
can you help me to answer this program... this is the sample output: queue program MENU: [E] Enqueue data [D] Dequeue data [R] Retreive data [P] print all data [C] close the program Enter choice:
View ArticleaxFlashPlayer is laggy, any other methods?
I have a flash game embedded within my form. Compared to a flash projector or chrome, it's performance is upright unacceptable. I notice things like key momentum (don't know how else to describe it, it...
View ArticleReview and feedback newly built WPF application.
Please help to give some feedback and advice on a Invoicing Software developed. It's totally free. No string attached, no expiry, no number of invoice you can generate....
View ArticleHow to read line per line in the text file with the second word only?
I have a text file name Mail order. The order in the text file is: 101,3,49.99 103,5,2.75 101,8,49.99 the first column (101,103) is the item number, the second column is the quantity per item, and the...
View ArticleGetting ambiguous symbol errors in a stack of strings
I'm trying to make a stack of strings and I'm getting ambiguous symbol errors on lines 22, 30, 43, and 58. The error is coming from the word stack, but I thought I was supposed to use the class name....
View Articleneed debugger tutorial
i need a tutorial over debugger for vb not c#. Im a beginner in visual basics
View Article