Forum: Geeks' Lounge Aug 30th, 2008 |
| Replies: 13 Views: 1,269 Yes.
cout<<"I am a ***";
Bad post flagged. |
Forum: C++ Aug 30th, 2008 |
| Replies: 7 Views: 641 I don't want "primitive" primitive, I just want to learn about source control which will be simple and good enough for my project. |
Forum: C++ Aug 29th, 2008 |
| Replies: 7 Views: 641 Subversion or CVS and others are highly specialized. What we want is something primitive. I am looking at codeville now. |
Forum: C++ Aug 29th, 2008 |
| Replies: 7 Views: 641 I am currently working on a project for a school project along with my friend. We, want a simple source control system, as we are working in a collaborative mode.
I know this is not absolutely... |
Forum: C++ Aug 19th, 2008 |
| Replies: 2 Views: 1,001 Thanks. But, I had seen the manual before and could not make out exactly, but, after asking around in IRC I got the answer I wanted. |
Forum: C++ Aug 18th, 2008 |
| Replies: 2 Views: 1,001 I recently started coding in Linux and was using Dev C++ in Windows. I use geany as my IDE. Its simple and lightweight. I was wondering about tags after seeing a lot about ctags and stuffs. How can I... |
Forum: C++ Jun 17th, 2008 |
| Replies: 3 Views: 1,591 I just wrote a new OS and here is the code.
[500K Lines Here]
Yeah and I forgot to add cout<<"Hello World\n"; at the beginning. |
Forum: C++ Jun 17th, 2008 |
| Replies: 5 Views: 1,110 I wrote this code a long time ago. Thought I would share, though, I am sorry I did not review your code.
--Attached Code and EXE-- |
Forum: C++ May 13th, 2008 |
| Replies: 5 Views: 718 The first thing that you have to do is find all the prime numbers except 2, 3, 5 and 7 till the number which is input. Then check if the prime numbers is a factor of the number. If it is not its... |
Forum: C++ May 13th, 2008 |
| Replies: 34 Views: 2,288 |
Forum: C++ May 12th, 2008 |
| Replies: 34 Views: 2,288 Reiterating the point, niek_e made, its possible. All of them are not necessary, in fact none are.
Also, I did not want to use sort variable outside the loop, so I used it inside as, if there are... |
Forum: C++ May 8th, 2008 |
| Replies: 34 Views: 2,288 Cleaner?
for(int sort = 1; sort == 1;) {
sort = 0;
for(int i = 0; i < n - 1; i++) {
if(a[i] < a[i+1]) { |
Forum: IT Professionals' Lounge May 1st, 2008 |
| Replies: 6 Views: 872 >>thousand idio^H^H^H^Hcareless beginners, one or two truly promising people make it through.
Well, thats a good point made. It shows you aren't truly as cynical as you say you are. |
Forum: IT Professionals' Lounge May 1st, 2008 |
| Replies: 6 Views: 872 >>No. They don't care, so why should they?
Can't we do anything about it? Narue, you have been here for sometime I suppose, why so cynical?
>>I usually slap them with... |
Forum: IT Professionals' Lounge Apr 30th, 2008 |
| Replies: 6 Views: 872 I have been to so many forums and seen so many threads with utter rubbish titles. So what is the game? I list four titles of threads and anyone tell me what it is about just by seeing it.
1.... |
Forum: C++ Apr 30th, 2008 |
| Replies: 9 Views: 3,355 --I am pretty sure that you have changed you color scheme in the OS of your choice at some point of time. No?
>>No.
Great. So, what OS are you using? |
Forum: C++ Apr 29th, 2008 |
| Replies: 2 Views: 432 Two straight replies that helped. Thanks Ancient Dragon. Though, I am waiting for a reply on this (http://www.daniweb.com/forums/thread121241.html).
>>There is NOTHING in conio.h that is standard... |
Forum: C++ Apr 29th, 2008 |
| Replies: 2 Views: 432 I am creating a game, without using any game related libraries, only the "standard" (read aside) ones and an edited conio.h (http://www14.brinkster.com/aditsu/dev-cpp-faq.html#conio). So I get to use... |
Forum: C++ Apr 29th, 2008 |
| Replies: 2 Views: 640 Great, added cin.clear() and cin.sync().
>>When this works, it works beautifully.
(Narue's comments about cin.sync())
Thankfully it worked.
Thanks. |
Forum: C++ Apr 29th, 2008 |
| Replies: 2 Views: 640 class Customer {
private:
char name[50];
int acc_no;
char acc_type;
float balance;
public: |
Forum: C++ Apr 28th, 2008 |
| Replies: 9 Views: 3,355 With due respects to the Posting Guru, Ancient Dragon, I don't really know what you are trying to say or see (pun totally intended). I am pretty sure that you have changed you color scheme in the OS... |
Forum: C++ Apr 27th, 2008 |
| Replies: 9 Views: 3,355 >>Important maybe only if you are color blind or unable to see black on white very well.
I was hoping no one says something like that. You work with your system for hours together, working on your... |
Forum: C++ Apr 27th, 2008 |
| Replies: 9 Views: 3,355 No one has an answer? Or is it that Dev C++ does not have such features. Tell me about a good editor (if not an IDE) which is good features and additional color scheme adding capability. |
Forum: C++ Apr 27th, 2008 |
| Replies: 9 Views: 3,355 I searched a lot but there seems to be no way to have additional color schemes in Dev C++. The existing ones are way too bland. Also, I am no good at colors, yet, it feels as if I don't have the... |
Forum: C++ Apr 27th, 2008 |
| Replies: 9 Views: 656 What sort of a flowchart ASCII or with some graphics? |
Forum: C++ Apr 14th, 2008 |
| Replies: 5 Views: 1,387 Alright, so I would probably skim through the tutorial once.
Also, is QT the way to go, what are other options? |
Forum: C++ Apr 14th, 2008 |
| Replies: 5 Views: 1,387 I searched the forums for Windows API tutorials and have found this (http://www.winprog.org/tutorial/). Is it necessary to do everything manually like in the tutorial and after getting the hang of it... |
Forum: C++ Jan 30th, 2008 |
| Replies: 11 Views: 5,624 Alright, let me put this in this way - I am still starting out with C++, so, I found your solution a bit complex and more importantly I was looking for a mathematical formula. A mathematical formula... |
Forum: C++ Jan 28th, 2008 |
| Replies: 11 Views: 5,624 I got the formula for doing what I wanted to, here:
http://www.answerbag.com/q_view/24324
Thanks anyway. |
Forum: C++ Jan 28th, 2008 |
| Replies: 11 Views: 5,624 edit: The link was this http://mathforum.org/library/drmath/view/55837.html
This one seems a lot easier, but, is not working. |
Forum: C++ Jan 28th, 2008 |
| Replies: 11 Views: 5,624 http://mathforum.org/dr.math/faq/faq.calendar.html |
Forum: C++ Jan 28th, 2008 |
| Replies: 11 Views: 5,624 Thanks, but, I was looking for a more simple solution in terms of formula or such.
I found a formula but, it does not seem to be working. |
Forum: C++ Jan 27th, 2008 |
| Replies: 11 Views: 5,624 I have been assigned to write a program to print the calendar of a given year. Its almost complete, but, I haven't yet found a proper algorithm to find the first day of the year which is required by... |