98 Posted Topics

Member Avatar for Firestone

[quote=Narue;400543]>If I were to make a career out of computer programming, >which would be better to learn, Java or C/C++? If you don't know C, I wouldn't hire you. Period. If you don't know Java or C++, whether I would hire you or not depends on the job. However, I …

Member Avatar for Rashakil Fol
0
374
Member Avatar for Aia

@ Aia I am not entirely surewhat you are trying to say. So before i make a fool of myself let me ask you if you are saying what i think you are trying to say. are you saying that the earth warming up is some natural process and that …

Member Avatar for lasher511
0
685
Member Avatar for dcc

come on guys. are you not overreacting just a little bit? I have a friend here whom acted just as you guys are acting now. calling her a whore and a spoiled brat and he did it before she was even sent to jail. i really wonder what he is …

Member Avatar for joshSCH
0
716
Member Avatar for ndeniche

i like watching all kinds of sports but especially tennis and formaula 1. then soccer, rugby and cricket. by the way jocamps. if you are reading this and if you watch rugby. good luck on saturday. you guys are going to need it. that might be only a b team …

Member Avatar for maravich12
0
172
Member Avatar for ndeniche

@ darrenw89 really good. i once worked at a company where, i swear, the IT people had a very similar attitude. And i was answering the phone at help desk so imagin the heat i got from end users calling. @ nichito. dont let narue hear you make bill gates …

Member Avatar for iamthwee
1
358
Member Avatar for quintoncoert

hi. can anyone tell me if there is any build-in functions which converts hexadecimal to decimal and decimal to hexadecimal in C#?

Member Avatar for Hamrick
0
84
Member Avatar for quintoncoert

Can someone please tell me what is wrong with the following code or if it is even legal? I am trying to access the text in a multitude of textboxes without having to go to each textbox manually. so i named them all similar enough. their names are all variations …

Member Avatar for quintoncoert
0
120
Member Avatar for sk8ndestroy14

[QUOTE=Nichito;401888]ha... you should take a look to ours... all of them are corrupted, and several crimes are repeated towards them... and they're there just to pick big fat checks, worth enough to pay for the lifetime education of one single kid...[/QUOTE] i dont think the american politicians are worse than …

Member Avatar for sk8ndestroy14
0
257
Member Avatar for Dave Sinkula

i say that a good beating brings good results and a halfhearted beating results in mediocre achievements. :-(. My father used to beat me and look at what i've become. I became a king! Sorry. just kidding. i heard that that on children's program once. seriously though. some parrents beat …

Member Avatar for jbennet
0
320
Member Avatar for quintoncoert

is it possible to have global level methods in c#? I have several forms and they are going to use roughly similar logic. i can design methods which can work with them all depending on what parameters are passed to them but how do i make these methods global so …

Member Avatar for quintoncoert
0
138
Member Avatar for quintoncoert

Can someone tell me how to convert variables from one type to another in c#? Specifically i need to display an integer in a textbox. the textbox does not want to display it since the textbox has text and the integer is an int.

Member Avatar for quintoncoert
0
110
Member Avatar for quintoncoert

i am very new to c# and dont understand all of array passing to methods. chief reason for these misunderstandings is the keyword param. param can only be used in a method header once and is always passed by value. also it works on a number of individually declared variables …

Member Avatar for f1 fan
0
169
Member Avatar for maravich12

liked the comics. not the game. i liked street fighter. the punisher (game) was OK though.

Member Avatar for maravich12
0
171
Member Avatar for ace5798

being a java and VB programmer i am not very good in c++ itself but i am reasonably good in program design and pseudocode. if you are interested explain more specifically what your program must do and i might be able to give you some idea on how to write …

Member Avatar for quintoncoert
0
114
Member Avatar for mattyd

it does not say that the car is without lights. or is that what black inside out means?

Member Avatar for gaasha
0
1K
Member Avatar for quintoncoert

How about a game of math and logic puzzles. Ask a logical or mathematical question and if no one can answer within a certain amount of time the asker gives and explain the answer. I shal go first. This is an older puzzle so some might have heard it before. …

Member Avatar for quintoncoert
0
148
Member Avatar for quintoncoert

is there any way that one can place code in C# in a procedure or a function? I have code logic which is going to be executed many times over and instead of recoding it twenty times over I want to put them in functions and procedures so that I …

Member Avatar for Ezzaral
0
165
Member Avatar for mattyd

i rarely buy full albums so if a artist is without an album.... 1st Belinda Carlisle - Runnaway horses 2nd Roxette - 3rd Michael Jackson - thriller 4th pussycat - that one with missisipi and smile on. 5th - abba or bangles. i cant really decide

Member Avatar for jbennet
0
395
Member Avatar for The Dude

Here is mine. But these things one has to take with a pinch of salt. They are just a too flatering. Either they ommit the bad or look only at the good side of every answer supplied. Anyway at least it is fun. Your personality type: Independent, original, analytical, and …

Member Avatar for jbennet
2
180
Member Avatar for quintoncoert

I am using the system.diagnostics.process command to run a program. the program receives a number of parameters. can someone please tell me if the process command of c# can receive more than one argument? and how do you specify them? when one runs this command from the command-line you seperate …

Member Avatar for f1 fan
0
193
Member Avatar for The Dude

i once tried to disprove astrology but in order to do it properly i also investigated it properly. i was really shocked to discover that it is not as close to BS as i had expected. i believe in science, engineering and logic but logic does include induction so.... so …

Member Avatar for hbk619
0
83
Member Avatar for quintoncoert

can anyone give me more info on the system command? It allows you to execute dot exe programs from your code. I am in particular looking for return values. Can one get the system function to let the called program write its output to a variable instead of writting it …

Member Avatar for Ancient Dragon
0
168
Member Avatar for sk8ndestroy14

can i take on the winner? i am reasonably good at chess. or if there is someone else who would play me while they play?

Member Avatar for maravich12
0
542
Member Avatar for quintoncoert

can anyone tell me the relationship between smartwin and wxwidgets? i am looking for books on smartwin but there seems to be none. there is however one book on widgets. smartwin source code contains many "widget" words so i am wondering if they are the same thing. if i buy …

Member Avatar for Killer_Typo
0
96
Member Avatar for jamello

>Or it stands for something else.. World Wide Waste. LOL! Now that really is a good one! It shows that irrationality can be countered by a fine sense of humor!

Member Avatar for jamello
1
482
Member Avatar for quintoncoert

I have both smartwin and devc++ on my computer. I am trying to develop a graphical user interface but when i try to import the smartwin.h file it fails. This is because the dev c++ can not see it. It says no such file or directory. The devC++ standard library …

Member Avatar for Hamrick
0
163
Member Avatar for quintoncoert

I have three questions about MFC and their use in Visual C++ 2005. Firstly. Can one actually use the MFC in C++? I have taken a look at the internet and almost all the information seems to indicate that it, along with win API, is for use with C. There …

Member Avatar for Narue
0
197
Member Avatar for christina>you

>original message by ~s.o.s~ >> I'm too sensitive and you're too mean. Fair >enough? >Yes, even her title suggests the same. :-) when you say title do you mean her username? I thought that it was from the japanese animation series. In my country there is a mythical creature of …

Member Avatar for joshSCH
0
229
Member Avatar for quintoncoert

can someone please tell me what i am doing wrong here? My program does not print any output after the attempted bucket sort. It only prints before. It is almost as if it does not run to its end.

Member Avatar for quintoncoert
0
130
Member Avatar for quintoncoert

Is the common language runtime the only way to develop graphical user interfaces in c++? That had been what I thought until I read a gaming thread( how to develop board games in c++ ). A dll, which i have to use, refuses to work with the clr (i am …

Member Avatar for jan1024188
0
145
Member Avatar for reedla

Yes I think I am a little confused on the iteration. For each grade will I have to do the (i=0; i<5; i++:P WIll this add each grade?? So if a 2nd grader has gathered 5 cans and another 2nd grader collect 5 will this iteration add this two different …

Member Avatar for quintoncoert
0
111
Member Avatar for quintoncoert

I 've read Narue's answers in another game thread but there are still some things I would like to ask. what kind of c++ works best for games? can one use any kind. the main reason for using c++ is, i assume, to take up as little space as possible …

Member Avatar for Narue
0
145
Member Avatar for quintoncoert

i have a form which i have to protect with a password. this form is called from a user form which does not have any passwords on it. which means anyone can access it. in order to accomplish the security i placed a password in an access database but the …

Member Avatar for quintoncoert
0
94
Member Avatar for maravich12

I use to like them and still do. But we no longer get the good ones like Hotstuff and TMNT. DC comics too are cool but they too are hard to find for me.

Member Avatar for maravich12
0
82
Member Avatar for arjunsasidharan

i am impressed too. but i too suspect a hoax. it is probably possible if the bottle is big enough, but still.

Member Avatar for joshSCH
0
50
Member Avatar for scudzilla

We wouldn't all die bennet! , just the tides would go crazy, and screw with the sea patterns, and make low lying land masses flood. I really hate to always go against the conventional wisdom of the pack but just how would tides go crazy? The moons gravity causes the …

Member Avatar for quintoncoert
0
408
Member Avatar for quintoncoert

i have taken a look around and it seems to me as if visual c++ is an outdated technology. I mean it appears as if no one is using it anymore. Even Deitel, which sells some good textbooks, list them as "old products". Is it worth the effort to learn …

Member Avatar for quintoncoert
0
113
Member Avatar for justlukeyou

I think it is really cool. I did not realise that it was possible. While it might true that it could pose serious health risks for things like laptops and tooth brushes it would be great in other fields. One thing that I can think of is the need for …

Member Avatar for quintoncoert
0
149
Member Avatar for The Dude

I especially like the one about the sinking library. We computer programmers make that kind of oversight everyday(hence debugging) but the thought had simply never occured to me that civil engineers can make it too. Of course our mistakes are much cheaper to correct.

Member Avatar for EnderX
1
320
Member Avatar for joshSCH

I am all for stem cell research but only if the stem cells can be cloned. I never realised that a blastocyst has to be destroyed in the case of embryonic stem cell research. My biggest reason for supporting it has always been because it increases the human race's pool …

Member Avatar for christina>you
0
249
Member Avatar for quintoncoert

I am using VC++ express edit 2005 but I can also switch to C# 2005 express. I would like to know if there is a cmd similar to the shell function which is found in visual basic. The VB shell cmd basically allows one to execute a dot exe file …

Member Avatar for Nick Evan
0
211
Member Avatar for Kenya19

I did a two year course on networking ( cisco online networking acadamy program ) but I dont exactly understand the term computer science so i shal stay away from that. Here is a rough overview of computer networks. The network is divided into seven abstract layers. Here follows an …

Member Avatar for stymiee
1
319
Member Avatar for quintoncoert

I am currently working on a project which requires me to instantiate objects of a class. The class is in a dll which is accessed via its header file. I suspect that the dll does not work with visual c++ express edition which I am using. I would like some …

Member Avatar for vijayan121
0
254
Member Avatar for quintoncoert

can anyone tell me the difference between visual c++ express edition and visual c++ .net? It would apear that they are the same. Both seems to use the dot net framework. Are there any significant differences? And also how do they differ from other types of c++ such as ansi …

Member Avatar for jwenting
0
126
Member Avatar for quintoncoert

I am writting a program which receives args on the command line. Before they can be used however they must be converted to ints. I am using vc++ express edition and I have tried the _strtoi64 function but I cannot get the parameters to this function right. It is specifically …

Member Avatar for vijayan121
0
147
Member Avatar for quintoncoert

I am using VC++ express 2005 and I have a dll and two header files. The one header file inherrits from the other and the dll contains the source code. Can someone please tell me where do I write the include commands for these header files? I can create and …

Member Avatar for Ancient Dragon
0
306
Member Avatar for quintoncoert

I am new to c++ and I am using visual c++ express edition. I am spending quite a lot of my time doing excercises and am using the command line to compile them. I have now reach the stage where I am seperating the header files and the .cpp files …

Member Avatar for Ancient Dragon
0
157
Member Avatar for quintoncoert

Can someone please tell me what to do with a library object file in visual c++ express? Another programmer developed a set of classes with header files but there are no .cpp files. There is a .dll and a .def along with a library object file. The developer told me …

Member Avatar for John A
0
107

The End.