New to mobile development
I am currently a university student looking to expand my knowledge of programming. I currently know the basics of C# and java (formatting, loops, arrays, linked list, searching, sorting) i know the...
View ArticleRender 3D Triangle List
I want to render semi-dynamic 3D models... the built in Model class won't work. So I thought I'd use a simple array of Vertices and render triangles from that... I've looked all around the internet,...
View ArticleZooming in on Mandelbrot Fractal
I am beginning to make a mandelbrot set fractal viewer. I am having a lot of issues when it comes to zooming in on the fractal. If you try to zoom, the viewer will just close in on the center. I have...
View ArticlePass info from JDialog to JFrame
Hi, I'm having a bit of trouble trying to pass information from a JDialog back to a JFrame.The trouble is I open the dialog box input my data into a JTextField, and then I thought I could just pass...
View ArticleInserting data into database is not working in joomla 2.5
Dear Folks, I've tried a lots of method to insert my data into joomla database but it's not working. Below is my code:- <?php /** * * @file $Id: default.php 0.0.2 2012-12-28 00:00:00 Joydeep...
View Articleistringstream problem
When i try to read this line from a file -> usemtl 0.298_0.802__0.800 And try to extract the 3 float values from the string, i get the following output: 0.298 0.802 -1.07374e+008 Which you can see...
View Articleconcantenate $_SESSION variable and hyperlink
Hi, I'm an EFL teacher who programs a wee bit. I am trying to concatenate a PHP $_SESSION and an existing link in an options value. Is this even possible? I've tried and tried but no luck. Here is my...
View Articlecopy 2 database contains to one database
File.Copy("file-a.txt", "file-b.txt", true); File.Copy(@"" + Application.StartupPath + "\\ms.mdb" , @"" + Application.StartupPath + "\\data\\temporary.mdb",true); im using this for copy one database...
View Articlei would like to start a gaming brower game like DarkOrbit but i need t
if any1 can help me please message me i really would like to gt started ive been in graphics and doing pictures and such but really need to learn how to make my own online browsing game thank you
View ArticleBorderLayout. function problem
I am trying to build a GUI in JAVA as an Applet (but may convert it to Application due to permission problems). HOWEVER, my problem is that I have 4 panes in the JPane, and it seems that I can only...
View ArticleGUI in C++ ...
Hello all, I'm Thai, Beginner in C/C++. Can someone help me to find the solution in C++ gui ? (Sorry i'm not good in English) As far as we know basic C++ #include <iostream> using namespace std;...
View ArticleSolving Simultaneous Linear Equations
Hello, I've been learning Python for 3 weeks now, and know most of the basics ( classes, functions etc.. ) In my tries to create a program to solve simultaneous linear equations in two variables, I've...
View ArticleHow do I open an audio file dragged onto my program?
I searched the web a lot and I haven't found any information about this.I want my music program, when i drag a file(.mp3,etc.) on it's icon, to open it and play it.What should I do?
View ArticleC++ Template Warnings
I'd like to point out that this isn't my code, and thus my understanding isn't so great. I'm implementing it in my project, however I compile with -Wextra, which produces the following warnings ( and...
View Articlehow to search match line in file
try{ BufferedReader br = null; String file =searchTXT.getText(); try { int i =0; br = new BufferedReader(new FileReader("CustomerDATA.txt")); String line ; try { while((line = br.readLine()) != null...
View ArticlePaint cards on Container / java swing
hello. I would like to ask a question about jpanel,jframe,jlabel . Firstly I have an interface card , a java class sicards implements card and spcards implements card . Secondly i have the main class...
View ArticleLogical error Problem! Pointers 2d array
#include<stdio.h> #include<conio.h> #include<stdlib.h> void Union(int *a,int *b,int m,int n) { int *c,i,j,k=0,flag=0; c=(int *)malloc(sizeof(int)*m); for(i=0;i<m;i++) { c[k]=a[i];...
View ArticleFree books of introduction to GUI in Qt
Hey Guys today I have started out Graphical User Interface in c++ but is their anyone who can give me a link of free books I want to download them and I enjoy GUI programming in c++
View Articlecan some one help me with my source code
chemistry periodic table christygity, on 31 December 2012 - 05:21 AM, said:chemistry periodic table #include<iostream.h> #include<conio.h> #include<string.h> #include<stdio.h>...
View Articleadd a print button in java application
i want to print the form suggest about the code of printing
View Article