Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~57.5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

10 Posted Topics

Member Avatar for samaru
Member Avatar for shouvik

Hi people. well after I started learning C++ I thought why not try out my skills in some programming so I made my first programme. It is a very basic game commonly known as "HANGMAN" to many. It still might have some errors but it works. Hope you can modify …

Member Avatar for raptr_dflo
0
570
Member Avatar for shouvik
Member Avatar for thakur ravi
0
130
Member Avatar for shouvik

Well I thought u might be bored with the hangman stuff i posted a few days ago so here is a new gaming programme. well in this one all u have to do is try to guess the number correctly while running the programme. suggestions are welcome. this is not …

Member Avatar for Ghost
0
267
Member Avatar for shouvik

"THINKING IN C++" a real cool book in C++ is available online and can be down loaded free of charge. The site is!!! [URL=http://www.codecuts.com/mainpage.asp?WebPageID=315]http://www.codecuts.com/mainpage.asp?WebPageID=315[/URL]

Member Avatar for Saelice
0
316
Member Avatar for shouvik

help. this programme shows linking error!!! :cry: :cry: :cry: #include "diction.h" int Dictionary::find_word(char *s) { char word[81]; for (int i = 0; i < nwords; ++i) if (stricmp(words.get_word(word),s) == 0) return i; return -1; } void Dictionary::add_def(char *word, char **def) { if (nwords < Maxwords) { words[nwords].put_word(word); while (*def != …

Member Avatar for Pietro
0
264
Member Avatar for Mahen

try this............ #include <stdio.h> #include <iostream.h> int main() { char pass[12]; printf("Enter Password: "); gets(pass); if (pass == "neo") cout<<"ini"; else cout<<"Wrong"; return 0 ; }

Member Avatar for Dave Sinkula
0
188
Member Avatar for shouvik

I need to submit 23 programmes in C++ in school by Monday. plz somebody provide me with only 3 programmes one on Inheritance, one on structures and one on classes... Very urgent plz. Plz post a programme that is probably of 12 to 13 lines or more... It would be …

Member Avatar for shouvik
0
133
Member Avatar for shouvik
Member Avatar for Stack Overflow
0
137
Member Avatar for Ghost

[QUOTE=FireNet]Ok,meabed why dont you write a YourDoom virus,just kidding ;) The Hello world program might have been the most important C++ for must.My first one said "This is COOL, I will conquer it".And I can say I am well on my way. ;). Also ICEBAZOOKA.cpp was fun too.Start your comp,a …

Member Avatar for shouvik
0
426

The End.