8 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for waseem1345

hello, this is the part of the code I'm having a problem with if(a1==r1a || a2==r1b) {//REPLACING for(p=0;p<8;p++) { for(r=0;r<8;r++) { if( i[p][r]==1) { i[p][r]=0; } if(p==a1 && r==a2) { i[p][r]=1; r1a=p; r1b=r; } } } } I have only 2 units in the board of my chess game, intiger …

0
211
Member Avatar for Levo

I'm developing a C# application and I need to start an external console program to perform some tasks (extract files). What I need to do is to redirect the output of the console program. Code like [URL="http://stackoverflow.com/questions/415620/redirect-console-output-to-textbox-in-separate-program-c"]this one[/URL] does not work, because it raises events only when a new line …

0
79
Member Avatar for sirko

The delphi app should subtract two sets that would represent two graphs Hi there! I've got a problem that I can't solve. Can anybody help me? The app should subtract two graphs (in this case a graph is meant to be a set of points) here's the beginning. program assignment; …

0
101
Member Avatar for ebrutekim

[CODE]#include <iostream> #include <sstream> #include <fstream> #include <string> #include "Python.h" using namespace std; #define tP PyRun_SimpleString(pyCom.c_str()) double func(double x); int main() { //file to write numbers to ofstream file; file.open("numCache.txt"); //string for int to string conversion string temp; stringstream output; //string that is read from console string numCache; //returned number …

0
106
Member Avatar for mikeandike22

You can now put a bootable copy of windows on a USB flash drive and then use it as an easy way to recover your windows files if it crashes or just to bring your xp wherever. You need 3 things for this a USB drive with at least 256mb …

0
160
Member Avatar for happygeek

[URL="http://metasploit.blogspot.com/"]H.D.Moore[/URL], he of Metasploit toolkit fame, has vowed to publish details of one browser vulnerability every day during July. Already he has been true to his word with exploit information relating to Internet Explorer, Firefox and Safari but nothing that would help any would be attacker run unauthorized code on …

0
177
Member Avatar for happygeek

Sony used to have game. Its hold on the console market anything but inscrutable, being down to a long standing dedication to technical innovation, game play and pricing. But could that all be due to change following the debut of the PlayStation 3, dubbed PayStation, at E3 last week? Not …

0
154
Member Avatar for Catweazle

The next generation of game consoles are shaping up to become a battleground between competing technologies of high capacity high definition DVD standards. The support of Sony for [url=http://en.wikipedia.org/wiki/Blu-ray_Disc]Blu-Ray technology[/url] in its upcoming Playstation 3 has been widely discussed. Bill Gates has now officially announced that the soon to be …

0
177

The End.