351 Posted Topics

Member Avatar for Creation34

[QUOTE=Ancient Dragon;741846]Why not put your music degree to work in the IT field. I should think you could get a job at one of the big game houses providing and/or writing music for the games. You might also want to get back in school and get another degree in computer …

Member Avatar for Denniz
0
138
Member Avatar for phoenix06007
Member Avatar for kavitakarki

Hi kavita, welcome to Daniweb. But I believe you should post this under "Community Introduction".

Member Avatar for moverspacker
0
84
Member Avatar for devious_01

Welcome to Daniweb! Do visit the C++ subforums if you have any problems. :)

Member Avatar for mackone
0
127
Member Avatar for triv
Member Avatar for crishgil
Member Avatar for ROXY'S CURSE
Member Avatar for vmanes

I always feel bizarre with the fact that a lot of spam mails managed to pass through my spam killer while some legitimate mails got blocked.

Member Avatar for jbennet
0
164
Member Avatar for Opheliha
Member Avatar for EdTheUniqueGeek
Member Avatar for anbuninja

[QUOTE=anbuninja;731688]thanks. and yeah i updated it with the brackets. and now cost is the problem. it says "Run-Time Check Failure #3 - The variable 'cost' is being used without being initialized." hmmmmm i guess ill do some more reading and try to correct it but if i cant hopefully i …

Member Avatar for WaltP
0
140
Member Avatar for En-Motion

Apart from initializing "i" to zero in all your for loops, your final display statement should be: [CODE] printf("%d occurs %d times\n", i, counters[i]); [/CODE]

Member Avatar for ArkM
0
319
Member Avatar for iclaat
Member Avatar for jbennet
0
22
Member Avatar for mrajasekaran_it

Hi welcome to Daniweb! Does your caps lock happen to be spoilt? :P

Member Avatar for Ancient Dragon
0
22
Member Avatar for CTOBiz

I thought there are already such product in the market? Go google "secure usb flash drive".

Member Avatar for ArkM
0
130
Member Avatar for bcodrin

[QUOTE=bcodrin;732670]Hi.I want to thank in advance for all replys. Well let's get to the problem. I need to a C++ code that will do the following: 1.User inputs a number 2.All digits of the number inputed not divisable by 2(odd numbers) must be multiplicated. (* operation ). 3.Show multiplication result. …

Member Avatar for Denniz
0
93
Member Avatar for stunt_man33

[QUOTE=stunt_man33;733162]Ok.. where exactly i should put the random generator? Then, can u help me how to use recursive loop here? [code] int random (int num) { srand (time (NULL)); num = rand(); cout << rand() << endl; int n = m; cout << n << endl; if (num != 0) …

Member Avatar for Denniz
0
91
Member Avatar for rohitunair
Member Avatar for cwindham
Member Avatar for kevvy3151

Hi welcome to Daniweb! Maybe u shld post your problem on the hardware section or the relevant OS section?

Member Avatar for Denniz
0
68
Member Avatar for GmaSicily
Member Avatar for Judy2aT
Member Avatar for Plightintellect
Member Avatar for Fashanu Richard
Member Avatar for cohen

Hi Cohen welcome to Daniweb! So you guys know each other from another forum?

Member Avatar for Quick-Study
0
117
Member Avatar for amerninja2

Before learning how to use those child controls like buttons, edit boxes, etc, you need to learn how to create a windows application. You can try to go through the following tutorial: [URL="http://www.winprog.org/tutorial/"]Win32 API tutorial[/URL]

Member Avatar for amerninja2
0
179
Member Avatar for atman

Some C compiler will give you a warning when your main function does not return an integer. In this case, do the following changes to the main function: [CODE] int main() { ...... ...... return 0; } [/CODE]

Member Avatar for ajay.krish123
0
110
Member Avatar for codeforfun

Hi there is a "Pascal and Delphi" section under "Software Development". You can post your question there.

Member Avatar for Denniz
0
344
Member Avatar for michelle smith

Hi michelle, welcome to Daniweb! Just post your queries at the relevant forum!

Member Avatar for Denniz
0
23
Member Avatar for john wanguku
Member Avatar for Antenka
Member Avatar for Antenka
0
190
Member Avatar for activexph

Hi Kelly, welcome to Daniweb! Do you mean you only know basic stuffs or the programming language basic?

Member Avatar for jbennet
0
136
Member Avatar for posresearch
Member Avatar for cynthia hollins

Hi cynthia, welcome to Daniweb! You can post your question at the relevant section, or simply do a search for existing threads.

Member Avatar for jbennet
0
79
Member Avatar for truepath
Member Avatar for foster09
Member Avatar for Q8iEnG

Converging to Assembly? I thought it was the exact opposite. Nowadays programming are moving towards higher level, relying a lot on libraries, APIs, components, frameworks, middlewares, etc. Also, languages are moving more towards platform independency (like Java), and language interoperability (like .Net). Web-based applications are becoming more important, unlike in …

Member Avatar for nathonn
0
145
Member Avatar for atman

Seeing you have made some efforts in coding it yourself, I will take the trouble to go through your long post. Here are the problems: 1. Initialize all your marks and counters when you declare them: [CODE] double mark=0.; double std_aver=0.; int total_students_counter=0; int section_counter=0; double studnt_section_aver=0.; double course_aver=0.; double …

Member Avatar for Denniz
0
162
Member Avatar for roberttimire
Member Avatar for happygeek
0
21
Member Avatar for gmdune

Just a simple example of calling a function: [CODE] get_start_balance(); [/CODE] To call a function, you just need to use the function name, and pass whatever parameters needed (in the above case the function doesn't take in any parameters). Actually, you are already calling functions. "printf" and "scanf" are functions …

Member Avatar for Denniz
0
117
Member Avatar for Rnunez
Member Avatar for Denniz
0
87
Member Avatar for vijay.mv

Welcome to Daniweb! I would advice you to get a good vc++ book instead of getting online tutorials. Which version of vc++ are u using? Are u familiar with C++ in the first place? Feel free to post your question at the C++ section.

Member Avatar for Denniz
0
50
Member Avatar for rhy

ITs really hard to say which one will be more useful for a job. C++ would be a more difficult language for most people though, and if you only know C++ for console application programming, the opportunities are very limited.

Member Avatar for ithelp
0
161
Member Avatar for Whilliam
Member Avatar for Denniz
0
52
Member Avatar for nero2008
Member Avatar for freudian_slip
Member Avatar for spectre773
Member Avatar for WEMCC

Hi welcome to daniweb! How about showing us your photography site when its ready?

Member Avatar for cohen
0
74
Member Avatar for shai39
Member Avatar for tribedude

Hi welcome to Daniweb! Perhaps you can put a link to your online community inside your signature?

Member Avatar for jbennet
0
22

The End.