Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8555 - 8586 of 8807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8555
dear friends... I've made something simple with openCV . A simple photo editor... It might not so good... but it can be a starting point for you if you want to...
Auralius Manurung
mr_manurung
Online Now Send Email
Dec 2, 2008
8:28 am
8556
Dear friend I need a program to store 2d object using QUUADTREE algorithm. Plz help me.. [--mod: please don't hijack any thread if you are asking something...
chandanb1983
Offline Send Email
Dec 4, 2008
10:03 pm
8557
hi guys i have a question.i wanted to what is open gl exactley? is it a library in c/c++ that has its own functions?or what?...
v.qasemi
Offline
Dec 5, 2008
10:20 am
8558
I thought it was openCV CV I learnt from WordWeb is 105, Well I knew that all along (for what it was worth) but did not realize it, realy did not want to get...
Eric
eric.richards@...
Send Email
Dec 5, 2008
4:29 pm
8559
Thanks Jose,   I finally decided to learn and/or practice using Codeblocks 8.X.   Benito "A teacher is one who makes himself progressively unnecessary." ...
Benito
dezheben
Offline Send Email
Dec 6, 2008
3:19 pm
8560
Well, I think OpenCV and OpenGL are different. OpenGL is a 3D rendering engine, same as DirectX in windows. Of course you can download OpenGL library and...
Auralius Manurung
mr_manurung
Online Now Send Email
Dec 6, 2008
3:19 pm
8561
Thanks for that, I will try and stay away from it ... From: Auralius Manurung To: cprogramming2@yahoogroups.com Sent: Saturday, December 06, 2008 12:54 PM ...
Eric
eric.richards@...
Send Email
Dec 6, 2008
6:50 pm
8562
Hi Everyone, I running into a few problems when I try to delete a node from a linked list. I am pasting the small portion of the code. void remove_product(int...
Shivakumar
cshivain2000
Offline Send Email
Dec 9, 2008
1:11 pm
8563
... You've forgotten to set end = end -> prev; at this point before continuing. ... Completely wrong. You need: temp2 = ptr -> prev; temp2 -> next = ptr ->...
Nico Heinze
nico_heinze
Offline Send Email
Dec 9, 2008
8:25 pm
8564
http://vulms.vu.edu.pk/courses/CS201/devcpp_setup.zip You can download the setup of Dev C++ 4.9.9.2 from ...
basharat_azad
Offline Send Email
Dec 20, 2008
9:00 pm
8565
I've been to the website, donwloaded and installed the software and read the docs... The preprocessor is nowhere to be found! Anyone know where I can get...
Villafranco Jose
jav900
Offline Send Email
Jan 2, 2009
7:48 am
8566
Dear All, i am Tariq from Karachi-Pakistan.. i am coming to UAE for 1 month on visit. i need Rental Room on sharing basis in Dubai or near in Dubai. Dates are...
asswmww
Offline Send Email
Jan 2, 2009
7:48 am
8567
... Having _legitimatly_ worked (tourist visa) in Dubai (*numerous* times with last employer, once with current,).... Why are you going there? If for a visit,...
pauljherring@...
Shabble
Offline Send Email
Jan 2, 2009
9:18 pm
8568
<snip> ... Because sometimes I feel the need for... no, not for speed but for behaving like a nice kind generous human being. ;-) Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Jan 3, 2009
9:30 pm
8570
Don't  put this on here. You should be ashamed. This is a neutral ground. We only talk about computer programming  and not about religion, political or...
yuen chingn
chingnfook
Offline Send Email
Jan 8, 2009
6:24 am
8571
thanks, any body can explain classes in c++ ad start with complet explanation of the classes how to start the class the basics of the classe. also about the...
basharatazad@...
basharat_azad
Offline Send Email
Jan 8, 2009
9:15 am
8572
/ function volume() is overloaded three times #include using namespace std; // declarations (prototypes) int volume(int); double volume (double, int); long...
basharatazad@...
basharat_azad
Offline Send Email
Jan 8, 2009
9:15 am
8573
The original poster is set to Moderated status again. I understand almost every person who's concerned with whatever political situation and considering ways...
Nico Heinze
nico_heinze
Offline Send Email
Jan 8, 2009
7:30 pm
8574
There are some older "win32" tutorials out there that have the easier C code. The C++ ones I have been learning are all written in MFC which is a C++ API that...
Jason
bitburd
Offline Send Email
Jan 14, 2009
8:39 pm
8575
#include <stdio.h> //for formatted output with strcpy, printf #include <iostream> //for cin & cout int main(int argc, char **argv) { //program does 1,2,3...
Jason
bitburd
Offline Send Email
Jan 14, 2009
8:39 pm
8576
... <----- 8X----- SNIP ------X8 -----> I don't see a reply, even though this is an older posting, so if was already answered, I apologize. You don't describe...
Rick
thefirstrepa...
Offline Send Email
Jan 15, 2009
12:53 am
8577
Thanks for taking the time to reply Rick! It helps! Rob ... was ... guessing ... 510 = "510". ... (binary) ... you...
rkristof1
Offline Send Email
Jan 16, 2009
4:19 pm
8579
i need to create a program that would enter 3 names together w/ their ages... example output: enter name[1]: conrad enter his/her age: 17 enter name[2]: jhon ...
atecnal1838_con
Offline Send Email
Jan 23, 2009
1:27 pm
8580
i need to create a program that would enter 3 names together w/ their ages... example output: enter name[1]: conrad enter his/her age: 17 enter name[2]: jhon ...
atecnal1838_con
Offline Send Email
Jan 23, 2009
1:27 pm
8581
... Yes, I do understand your English quite well. The big question is: what code have you written so far? Show us what you've done and what trouble you...
Nico Heinze
nico_heinze
Offline Send Email
Jan 23, 2009
2:44 pm
8582
a ok thanks... i am using c language, and here is my work...     #include<string.h> #include<stdlib.h> #include<stdio.h> char names[5][10]; char w[10], type;...
conrad lanceta
atecnal1838_con
Offline Send Email
Jan 23, 2009
2:59 pm
8583
On Fri, Jan 23, 2009 at 1:24 PM, atecnal1838_con <atecnal1838_con@...> wrote: [...] ... Isn't the point of your course that *YOU* write the code rather...
Paul Herring
Shabble
Offline Send Email
Jan 24, 2009
8:03 pm
8584
... Linking... LINK : fatal error LNK1104: cannot open file 'glut32.lib' Build log was saved at "file://c:\Documents and ...
piechuck
Offline Send Email
Jan 25, 2009
6:15 am
8585
converted from HTML foramt to plain text format to save internet bandwidth and save space on YOUR COMPUTER I see I ran it a moment ago, it asks for four names...
Eric
eric.richards@...
Send Email
Jan 25, 2009
6:16 am
8586
converted from HTML foramt to plain text format to save internet bandwidth and save space on YOUR COMPUTER YOU ALSO HAVE TO WRITE FUNCTIONS FOR THE int ans();...
Eric
eric.richards@...
Send Email
Jan 25, 2009
6:16 am
Messages 8555 - 8586 of 8807   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help