Search Results

Showing results 1 to 40 of 112
Search took 0.01 seconds.
Search: Posts Made By: Covinus
Forum: C Jul 18th, 2007
Replies: 10
Views: 3,150
Posted By Covinus
im not sure if i can convert it. never seen a VB.net code yet. and when i installed my Visual studio.net i did not include VB.net..

Im trying to analyze the C# code i have but im getting confused....
Forum: C Jul 18th, 2007
Replies: 10
Views: 3,150
Posted By Covinus
Forum: Geeks' Lounge Jul 17th, 2007
Replies: 600
Solved: Smoking
Views: 45,446
Posted By Covinus
smokers get 1st and second hand smoking.
Forum: C Jul 17th, 2007
Replies: 10
Views: 3,150
Posted By Covinus
@ jbennet

i have a program in c# its from Microsoft it was a featured code from there magazine. I just want to do it in C.
Never tried c# before.
Forum: C Jul 17th, 2007
Replies: 10
Views: 3,150
Posted By Covinus
i churi..

Windows 2000, Visual C++ 6
Forum: Geeks' Lounge Jul 17th, 2007
Replies: 600
Solved: Smoking
Views: 45,446
Posted By Covinus
Im a smoker myself. wakeke


In my point of view smokers have to consider the non-smokers. Indeed second hand smoke is harmful. I usually throw my newly lighted cigarretes when is see kids in the...
Forum: C Jul 17th, 2007
Replies: 10
Views: 3,150
Posted By Covinus
I want to make a program that monitors your cpu, virtual and physical memory. Can anyone give me a head start. Is there a standard function to know cpu usage, how much memory left, etc

Whats the...
Forum: C++ Jun 20th, 2007
Replies: 10
Views: 1,441
Posted By Covinus
sorry dude. anyway the link was kinda helpful thanks.

threads are still my last option. anyway tomorrow if i dont find one il have to learn threading
Forum: C++ Jun 20th, 2007
Replies: 10
Views: 1,441
Posted By Covinus
its a console based and windows operating system
Forum: C++ Jun 20th, 2007
Replies: 10
Views: 1,441
Posted By Covinus
the link leads you to an error page.

if i have no choice at all i will use multi threading. or just dump this feature in my program.
Forum: C++ Jun 20th, 2007
Replies: 10
Views: 1,441
Posted By Covinus
whats the function that waits for a keyboard input?

in assembly i know that there is a code to doesnt need to press enter to input. it you can loop it so it can act like a timer. but whats the...
Forum: C++ Jun 19th, 2007
Replies: 10
Views: 1,441
Posted By Covinus
im making a timer program. that when a user dont input something in a specific time. the program will go to another menu

so far in my research. threads would be the solution to this. but in my...
Forum: Getting Started and Choosing a Distro Jun 16th, 2007
Replies: 57
Views: 14,490
Posted By Covinus
windows versus linux?

both have strenghts and weaknesses against each other. its just a matter of a persons preferences. choose what fits your need...

ive been using windows for more than 9...
Forum: C++ Jun 16th, 2007
Replies: 16
Views: 2,245
Posted By Covinus
ive learned it the hardway. from scratch i have to do intermediate programming modules in a day or two. (the basics are just inserted during research time) <- this is not a good idea

since its...
Forum: C++ Jun 15th, 2007
Replies: 8
Solved: c and postgres
Views: 2,418
Posted By Covinus
i have solve this problem. hehehe. i reinstalled my postgres. and i found out that their where some uncheck boxes during my install.

thanks for the help guys!
Forum: C++ Jun 15th, 2007
Replies: 8
Solved: c and postgres
Views: 2,418
Posted By Covinus
yep. i really dont have much background in c and databases. its only been a month since i started learning c/c++ and first time in using database. :'(
Forum: C++ Jun 15th, 2007
Replies: 8
Solved: c and postgres
Views: 2,418
Posted By Covinus
one more question .

sqlapi is a wrapper of libpq of postgres how can i use sqlapi if libpq also does not exist in my machine.
Forum: C++ Jun 15th, 2007
Replies: 8
Solved: c and postgres
Views: 2,418
Posted By Covinus
as much as posible i shouldnt use third party. but if i cant use the standard il have to use third party as last resource.

thanks for the reply
Forum: C++ Jun 15th, 2007
Replies: 8
Solved: c and postgres
Views: 2,418
Posted By Covinus
ive been trying to connect my c program and a postgre database using VC++. but i cant compile it because it cant find "postgres_fe.h". and also i cant find any tutorials about this one too. When i...
Forum: Java Jun 5th, 2007
Replies: 5
Views: 2,418
Posted By Covinus
http://courses.cs.vt.edu/csonline/OS/Lessons/Processes/Lesson.html

this could help
Forum: Java Jun 5th, 2007
Replies: 5
Views: 2,418
Posted By Covinus
sorry cant download here in my office. even if i found the website i wont be able to verify if it was the cpu scheduling program i saw before.

before posting guidelines says:
1. go googling
(if...
Forum: Java Jun 4th, 2007
Replies: 5
Views: 2,418
Posted By Covinus
i found one program before that does that try googling around i kinda forgot the site.

Im gonna try to make my own progam. Im bored here.
Forum: Java Jun 4th, 2007
Replies: 6
Views: 2,853
Posted By Covinus
Forum: C++ Jun 4th, 2007
Replies: 2
Views: 929
Posted By Covinus
if you want to program in c++ you need a very good foundation.

one design philisophy of c++(wikipedia.org)

C++ is designed to give the programmer choice, even if this makes it possible for the...
Forum: C++ Jun 4th, 2007
Replies: 9
Views: 5,033
Posted By Covinus
this are the difference between the 2
WIN32,_DEBUG,_WINDOWS,_MBCS - > debug
WIN32,NDEBUG,_WINDOWS,_MBCS -> release

i change my release to _DEBUG,_WINDOWS

no more warnings
Forum: C++ Jun 4th, 2007
Replies: 9
Views: 5,033
Posted By Covinus
i cant find any properties in my project menu. is it equivalent to settings?
Forum: C++ Jun 4th, 2007
Replies: 9
Views: 5,033
Posted By Covinus
thanks il keep your advice in mind.(the ignoring warning thing)

im using VC++ 6 we have 7 here but my company doesnt want us to use it. dev is high level. too easy for training
Forum: C++ Jun 3rd, 2007
Replies: 9
Views: 5,033
Posted By Covinus
btw is their a serious problems that could happen if i just ignore the warning?
Forum: C++ Jun 3rd, 2007
Replies: 9
Views: 5,033
Posted By Covinus
where can i see the properties for both debug and release?
Forum: C++ Jun 3rd, 2007
Replies: 9
Views: 5,033
Posted By Covinus
warning C4273: 'fileHandle::fileHandle' : inconsistent dll linkage. dllexport assumed.

what does this warning mean? during debug i dont get this message but during release i have this one. can...
Forum: C++ Jun 1st, 2007
Replies: 9
Views: 1,287
Posted By Covinus
he must have translated his own language to english word for word. maybe thats why his post is so impolite.
Forum: C++ Jun 1st, 2007
Replies: 9
Views: 1,287
Posted By Covinus
hurry up read the link. whats taking you so long
Forum: C++ May 31st, 2007
Replies: 3
Views: 773
Posted By Covinus
string ABC111="ABC111";
Forum: C++ May 31st, 2007
Replies: 3
Views: 773
Posted By Covinus
Your ABsomething has no value. so when compared to your moduleCode it doesnt match your condition so it loops forever
Forum: C++ May 30th, 2007
Replies: 1
Views: 1,130
Posted By Covinus
my bad.. hehehe

i forgot to

fr=fopen;
Forum: C++ May 30th, 2007
Replies: 1
Views: 1,130
Posted By Covinus
can anyone explain about assertion failure. i cant seem ti fix my problem with this error. it comes out when i try to load a file.

here part of the code


BDLL fileHandle::load()
{
char...
Forum: C++ May 29th, 2007
Replies: 6
Views: 1,757
Posted By Covinus
just right click on the toolbar and try to find the box you are looking for.
Forum: C++ May 24th, 2007
Replies: 4
Views: 1,533
Posted By Covinus
my bitmap is persistent on the window. Thanks a million. now my problem is to rotate it. im gonna do some googling for now. thanks again
Forum: C++ May 23rd, 2007
Replies: 4
Views: 1,533
Posted By Covinus
i transfered my code to OnDraw but nothing comes out
Forum: C++ May 23rd, 2007
Replies: 4
Views: 1,913
Posted By Covinus
i got it. hehehe
Showing results 1 to 40 of 112

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC