Forum: Java
Jul 6th, 2008, 5:50 PM
|
|
Replies: 4
Views: 92
|
Forum: Java
Jul 6th, 2008, 3:55 AM
|
|
Replies: 4
Views: 92
|
Forum: Java
Jul 5th, 2008, 9:43 PM
|
|
Replies: 4
Views: 92
|
Forum: Java
Jul 5th, 2008, 7:07 PM
|
|
Replies: 1
Views: 42
connecting to cellphone via java se and java me
ive read some books about java me and it all teaches programming in j2me, that would be embedded via bluetooth, and communicating from one phone to another phone. is it possible to connect a pc to a...
|
Forum: Java
Jul 2nd, 2008, 2:31 AM
|
|
Replies: 2
Views: 79
method type.length() not working
im coding the sieve of erathosthenes when an error occured in the code, i cant understand on why the .length() is the source. why is that
class Primes
{
public static void main(String[]...
|
Forum: Python
Jun 22nd, 2008, 8:03 PM
|
|
Replies: 2
Views: 106
|
Forum: Python
Jun 22nd, 2008, 10:12 AM
|
|
Replies: 2
Views: 106
Does python have private variables in classes?
Ive been studying python for 3 days right now and upon finishing the section about classes, Ive noticed that they don't have support for private variables, but they provide support for private...
|
Forum: Python
Jun 19th, 2008, 6:49 PM
|
|
Replies: 2
Views: 160
|
Forum: Other Programming Languages
Jun 19th, 2008, 4:50 PM
|
|
Replies: 18
Views: 566
Re: D Programing Language-To replace C/C++?
i think not... ive read a lot of threads here... c# and c++ are different, c# is much closer to java, but in terms of performance c++ is above c#, c# is much easier to use in making GUI applications.
|
Forum: Other Programming Languages
Jun 15th, 2008, 10:38 AM
|
|
Replies: 18
Views: 566
|
Forum: Other Programming Languages
Jun 15th, 2008, 5:45 AM
|
|
Replies: 18
Views: 566
Re: D Programing Language-To replace C/C++?
So I think java would be the choice... do you think java is much easier to learn? ive programmed c++ and i was not that good but i know the basics, im on the part of discovering and applying the...
|
Forum: Other Programming Languages
Jun 14th, 2008, 10:03 PM
|
|
Replies: 18
Views: 566
D Programing Language-To replace C/C++?
ive been browsing the internet,searching the forums and read some of their discussions... the D language has the potential... I've visited the website and it seems that D programming language has...
|
Forum: C#
Jun 13th, 2008, 7:58 AM
|
|
Replies: 2
Views: 125
|
Forum: C++
Jun 12th, 2008, 6:06 PM
|
|
Replies: 11
Views: 395
Re: Memory Leaks
You cant cause you havent acquired any resources. The concept is when you acquire any resources you should release that, resources are on the form of memory,file handles, semaphores,reference counts...
|
Forum: C++
Jun 12th, 2008, 9:22 AM
|
|
Replies: 0
Views: 108
|
Forum: C++
Jun 12th, 2008, 9:07 AM
|
|
Replies: 11
Views: 395
Re: Memory Leaks
you can cause memory leaks during
1. Normal execution of your program ( allocated resources using new and unfreed it without using delete)
2. when propagating an error, when an exception occured
|
Forum: C++
Jun 7th, 2008, 10:19 PM
|
|
Replies: 11
Views: 379
|
Forum: C++
Jun 7th, 2008, 8:58 PM
|
|
Replies: 11
Views: 379
|
Forum: Coder's Corner Lounge
Jun 7th, 2008, 8:35 PM
|
|
Replies: 16
Views: 551
Re: Who is your favorite PFO MemBer?
Sorrofix got a cool avatar too. Yagami Light is a true genius, and deathnote series is the best series I,ve watched so far... and your posts are impressive as well:D
|
Forum: C++
Jun 7th, 2008, 8:32 PM
|
|
Replies: 11
Views: 379
|
Forum: C++
Jun 7th, 2008, 7:41 AM
|
|
Replies: 11
Views: 379
WIndows programming confusion
Im just confused about Windows programming, is that exclusive only in Windows operating system only? or is it also applicable to other operating system like Linux?, thanks a bunch:P
|
Forum: Coder's Corner Lounge
Jun 6th, 2008, 7:34 PM
|
|
Replies: 16
Views: 551
Re: Who is your favorite PFO MemBer?
hehehehe I saw "DaWei's" post and its over 6000+ but he's not that active . . . . anyway Jimbo's Avatar is really cool there's something in it that makes me think that he's really good in programming
|
Forum: Coder's Corner Lounge
Jun 6th, 2008, 7:23 AM
|
|
Replies: 16
Views: 551
Who is your favorite PFO MemBer?
Im back again, i dont have any questions in programming ryt now and i ended up to post a question in coders lounge, Its been a long time since i visited this site because of some technical problems...
|
Forum: C++
May 11th, 2008, 7:55 AM
|
|
Replies: 8
Views: 287
|
Forum: C++
May 11th, 2008, 7:13 AM
|
|
Replies: 8
Views: 287
Re: _set_new_handler() problem header?
Nope... Herbert Schildt is not the author of the book i am reading... but i have one of his books... the C++ Complete Reference Third Edition... I am Reading C++ in Action by Bartosz Milewski... The...
|
Forum: C++
May 10th, 2008, 9:58 PM
|
|
Replies: 8
Views: 287
Re: _set_new_handler() problem header?
yah... i agree with that, but in my philosophy C++ is a language, just like the english language, and from what i know and in my experience in learning the "english" language, is from practice and...
|
Forum: C++
May 10th, 2008, 8:08 PM
|
|
Replies: 8
Views: 287
Re: _set_new_handler() problem header?
The book was really outdated, but the way the author presented the features of c++ is very simple and easy to understand, he presented the features of c++ in real life situations unlike other books...
|
Forum: C++
May 10th, 2008, 6:40 AM
|
|
Replies: 8
Views: 287
_set_new_handler() problem header?
As i try to compile the program, there are some errors in it, stating that redefinition of class bad_alloc() the code is this
#include <new.h>
#include <iostream>
using std::cout;
using...
|
Forum: C++
May 8th, 2008, 11:52 PM
|
|
Replies: 2
Views: 230
|
Forum: Community Introductions
May 7th, 2008, 12:41 AM
|
|
Replies: 10
Views: 435
Re: Hello everyone
Wow, you're a pro, total coolness... I envy people who's great in programming and can code really well... I visited your site and its really interesting, You remind of my Father, He's a programmer...
|
Forum: Existing Project Development
May 6th, 2008, 9:12 PM
|
|
Replies: 23
Views: 1,048
Re: Coder's Block Arena - The Game AI Platform
Wow.... I just read the thread, im interested in learning to join TIC-TAC-TOE but i dont know how to program in C, im used to c++, and im just a newbie.... and i think its more on network...
|
Forum: Coder's Corner Lounge
May 6th, 2008, 8:59 AM
|
|
Replies: 24
Views: 796
|
Forum: C++
May 5th, 2008, 9:58 PM
|
|
Replies: 1
Views: 139
"const" in object
I realized i am having a hard time understanding what "const" means, to generalize what i Know, it means that using "const" means ull never change the value
for example
const int maxlen=30;
that...
|
Forum: Coder's Corner Lounge
May 5th, 2008, 8:25 PM
|
|
Replies: 24
Views: 796
|
Forum: C++
May 4th, 2008, 7:22 PM
|
|
Replies: 5
Views: 226
|
Forum: C++
May 4th, 2008, 5:35 AM
|
|
Replies: 5
Views: 226
Re: sizeof question
it returns 4bytes as always? even in a pointer? and y cant i use it in a pointer?
anyway tnx sane
|
Forum: C++
May 4th, 2008, 12:26 AM
|
|
Replies: 5
Views: 226
sizeof question
in line 26
assert(maxIdFun==sizeof FunctionArray/sizeof FunctionArray[0])
what is the size of functionArray and size of functionArray[0] i cant understand that... and how come it would equal to...
|
Forum: C
May 3rd, 2008, 4:35 AM
|
|
Replies: 11
Views: 439
|
Forum: Coder's Corner Lounge
May 1st, 2008, 7:46 PM
|
|
Replies: 24
Views: 796
|
Forum: C++
May 1st, 2008, 8:00 AM
|
|
Replies: 6
Views: 221
|