351 Posted Topics

Member Avatar for anthonyms666

Hi thanks for your comments on my blog but I didn't let it through because it's unrelated to my blog's theme. Hope you understand. :) Anyway, from your description of what you would like to code, I would recommend C/C++ to you.

Member Avatar for Denniz
0
250
Member Avatar for shariffma

Hi welcome to Daniweb! I wasn't that familiar with basic (used it around 15 years ago), but there's a Visual basic sub section here.

Member Avatar for Denniz
0
79
Member Avatar for Stringman
Member Avatar for daydream22
Member Avatar for kiwihaha

There's a few problems to your codes. Basically, to solve your error, you just have to interchange the below two lines: [Code] #include "SkipCard.h" using namespace std; [/Code] However, I believe the below line will give u an error: [Code] if (input=="skip") [/Code] You should use the compare method of …

Member Avatar for arinkverma
0
121
Member Avatar for stema08
Member Avatar for GKemper90
Member Avatar for pradeepkk2008
Member Avatar for roz33
Member Avatar for Denniz
0
26
Member Avatar for essco
Member Avatar for nizbit

yes you can. But remember to deallocate the memory when it is no longer needed to prevent memory leak. Normally I would do something like this for dynamic allocation: [Code] Contestant* C = NULL; C = new Contestant; if(C) // test valid allocation { // do whatever you want here …

Member Avatar for grumpier
0
102
Member Avatar for siriyal
Member Avatar for jackakos
Member Avatar for briamce
Member Avatar for Denniz
0
26
Member Avatar for CrystalMay
Member Avatar for justinlake888

You can use any loop, be it for-loop, or while loop, or do-while loop. For the latter two, you just need to increment the counter within the loop and check for it at the condition place.

Member Avatar for Sci@phy
0
99
Member Avatar for theuniscc
Member Avatar for Denniz
0
34
Member Avatar for canwin613
Member Avatar for Denniz
0
68
Member Avatar for vfox
Member Avatar for tonymate

Its better for you to post your query in the relevant forum. Anyway, welcome to Daniweb!

Member Avatar for Denniz
0
38
Member Avatar for EDDYGATE
Member Avatar for luvingmana
Member Avatar for suburban
Member Avatar for AlSal
Member Avatar for LabASSistant
0
39
Member Avatar for Neptuned

Welcome to the forum! Wow, from programmer to musician, and back to programmer (web), that's impressive!

Member Avatar for LabASSistant
0
131
Member Avatar for Denniz

Hi all, I am new here....hope to learn and contribute to this forum. Have a nice day! :)

Member Avatar for LabASSistant
0
40
Member Avatar for valgal
Member Avatar for Vezter
Member Avatar for angel430
Member Avatar for blackcorner
Member Avatar for superdave586
Member Avatar for haris76
Member Avatar for ingvarorn
Member Avatar for Ratjak
Member Avatar for compudope
Member Avatar for sarah_cute
Member Avatar for Aussiestax
Member Avatar for decoder59
Member Avatar for LabASSistant
0
32
Member Avatar for amitwith3h
Member Avatar for chrysunderscore
Member Avatar for roni cee

Welcome to the forum! Please post your question to the correct section.

Member Avatar for LabASSistant
0
124
Member Avatar for rromero
Member Avatar for Golem21
Member Avatar for jspbeginner
Member Avatar for ramavundela
Member Avatar for arabeastern
Member Avatar for nichokongo

Your question is really too vague. And from your question, I guess you do not have much programming foundation. So why you wanna start doing something that is relatively complicated?

Member Avatar for Denniz
0
83
Member Avatar for deepak@
Member Avatar for Denniz
0
106
Member Avatar for programmergirl

Please list down the errors you got so that we can help to analyze which parts go wrong.

Member Avatar for Sci@phy
0
275
Member Avatar for muguus

Functional requirements normally deal with the functions that the software is supposed to offer. For eg. add/delete/modify inventory items. Non-functional requirements deal with intangible items like stability, reliability, threshold, user-friendliness, etc.

Member Avatar for Denniz
0
57

The End.