mi14chal's Profile
Reputation: 81
Whiz
- Group:
- Active Members
- Active Posts:
- 198 (0.22 per day)
- Joined:
- 11-December 10
- Profile Views:
- 1,704
- Last Active:
Jan 01 2013 02:35 PM- Currently:
- Offline
Previous Fields
- Country:
- PL
- OS Preference:
- Who Cares
- Favorite Browser:
- Who Cares
- Favorite Processor:
- Who Cares
- Favorite Gaming Platform:
- Who Cares
- Your Car:
- Who Cares
- Dream Kudos:
- 0
Latest Visitors
-
CY5 
31 Dec 2012 - 03:26 -
john186 
07 Dec 2012 - 08:12 -
fvnbab 
06 Dec 2012 - 12:16 -
mos3b.faqeeh 
02 Dec 2012 - 15:07 -
AKMafia001 
02 Dec 2012 - 13:44 -
darek9576 
06 Nov 2012 - 03:06 -
chipicau 
03 Nov 2012 - 15:31 -
dagurr 
03 Nov 2012 - 11:47 -
mathnerd 
29 Oct 2012 - 07:27 -
Martyr2 
17 Jul 2012 - 15:48
Posts I've Made
-
In Topic: Checking file exists
Posted 3 Nov 2012
It's weird but code above should work... But you can try this:
#include <iostream> #include <fstream> using namespace std; int main() { ifstream in; in.open("test.txt"); if(!in) cout << "File does not exist\n"; else cout << "File exists\n"; } -
In Topic: Checking file exists
Posted 3 Nov 2012
You should use function good() -
In Topic: Evaluating A String Math Expression
Posted 30 Oct 2012
Why don't you use RPN http://en.wikipedia....polish_notation ? -
In Topic: I want to display an image on my midlet from the database(Mysql)
Posted 28 Jun 2012
And could you describe your problem? Are you getting any error(s)? -
In Topic: Connecting JCreator or Net.bean to Micro.SQL server 2008
Posted 5 Mar 2012
I don't use this IDE but you should look for option like: "Add a jar to a project" and select the jar file.
My Information
- Member Title:
- D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
Contact Information
- E-mail:
- Private
Friends
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
dagurr
03 Nov 2012 - 11:47