Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~10.7K People Reached
Favorite Tags
Member Avatar for SpS

Can anyone explain me in simple language and better if with an example [B]why constructor don't have return types :!: [/B]

Member Avatar for ishan_1
0
729
Member Avatar for Dee

Why does my monitor now refuse to turn on? I attempt to boot up, monitor light briefly green, then *POOF*, it goes directly to sleep mode. HELP!

Member Avatar for alfa1234
0
2K
Member Avatar for sandeepalankar

Hi, I have a problem in data structures I am stuck in this one .Please try to help me. Question : A man Joe has a habbit of eating pancakes & driving bikes.Once he went for outside by his bike,now he is EXACTLY IN THE MIDDLE OF A ROAD his …

Member Avatar for WaltP
0
175
Member Avatar for theQube

Is it worth going out and using a program like JCreator or something like that compared to good-old notepad? They all should compile the same code, no? Ian

Member Avatar for zeroliken
0
268
Member Avatar for iamnoangel26

Umm i just want to ask how to use an array and when to use them. I just cant get what my teacher is telling. Maybe someone can give me a new idea. That's all thanks :)

Member Avatar for gazoo
0
206
Member Avatar for one1082

I have no clue why this isn't working! Basically, I've got my tree and everything working, but now I need to fit it to the input the instructor gave me. What I need to do is read the first part of a line and then input each following term into …

Member Avatar for jephthah
0
123
Member Avatar for boohoo

Ok. I have Jbuilder 8 Personal from Borland Installed, and am wondering how to start off in java. Should I convert the file after i've finished into a windows executable, and if so how would I go about it? Anyone recommend any good tutorials for a computing-experience person, but wants …

Member Avatar for hemanthjava
0
282
Member Avatar for server_crash

I'm trying to pass arguments to my program so that I can store them into an array. For some reason my IDE/compiler is treating the blank space in between arguments as an argument. I'm using bloodshed, but it doesn't say anything about a seperation character. Can anyone tell me what …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for Daishi

I happen to be writing a very simple text browser, and I'm having a problem connecting to servers using HTTP1.1 GET messages... HTTP1.0 works fine, I just have a string like this: [CODE] const char *request = "GET / HTTP/1.0\n\n"; [/CODE] This works great, and I receive my html back …

Member Avatar for Daishi
0
165
Member Avatar for stackOverflow

Hi all, I'm supposed to develop a very simple game as my project this year. And we are supposed to use dos compiler only ( i don't know why though). Is there any website which could help me in the very basics of game programming like drawing shapes, moving those …

Member Avatar for Drowzee
0
163
Member Avatar for levk

If I have two templates that are mutually dependent, is there a way to declare one without defining it?

Member Avatar for Narue
0
119
Member Avatar for Arhianne

hi guys i really need your help about my project.... my project goes like this.......CREATE A C PROGRAM THAT WILL ILLUSTRATES CPU SCHEDULING ALGORITHM TECHNIQUES IN GRAPHICS AND PULL DOWN MENU MODE.... IM hoping for your reply soon... thank you in advance....God bless you all.... :cool:

Member Avatar for Dante Shamest
0
119
Member Avatar for rks01

when i was programming in java i had a program into which you enter class names and methods and how they connect with each other, and it builds a shell of the program for you. i cant remember what its called but is there anything like this for c++?

Member Avatar for Dante Shamest
0
78
Member Avatar for jhdobbins

kinda like the last program.. just does different things.. anyway, im getting a seg fault i dont understand one bit its off of the menu function. when you input an invalid number like 8 - it says invalid but if you input 7 to quit the program it seg faults. …

Member Avatar for jhdobbins
0
105
Member Avatar for ginpero

Hi everybody. I am a student taking up C programming and I need some help from you guys. My main problem is that I do not know how to start with programming, aside from that, I would like to know also whoever knows how to understand discrete structures in programming. …

Member Avatar for Dante Shamest
0
140
Member Avatar for Jon182

Hey guys, I was just wondering when using classes to obtain a name or something like that when a pointer is used how come you don't have to use the new and delete key words. [code] class LibBook { private: char *name public: LibBook( char* = '\0') void showBookName() }; …

Member Avatar for Dante Shamest
0
113
Member Avatar for ravinderreddy

On windows operating system How can we make a window an active window (focussed window) using c/c++ programming. I tried using SetForegroundWindow() but it is not working. AllowSetForegroundWindow() will work on Windows XP? Any how please give me an idea regaurding this.

Member Avatar for Stoned_coder
0
167
Member Avatar for indianscorpion2

hi this is srikanth from india. it would be highly appreciated if a separate forum is put up exclusively for C language.it would be very much useful to beginners. clubbing c and c++ in one forum is a little uncomfortable for the user to browse c related threads.

Member Avatar for jhdobbins
0
303
Member Avatar for sleevetrick

hey every1, can any one tell me how to draw a ball or a circle in an console application vc++ and make it move around various coordinates.. basically the ball shud move arnd 4 directions. i tried printin chars but dont quite know how to go about paintin the ball …

Member Avatar for sleevetrick
0
194
Member Avatar for Mike182

How to i get cubic numbers into a program? Ive tried ^3, but in this line: x = creat^3; y = lines*20; z = x+y; cout<<"Your zenii for this post is " << z << ".\a" << endl; If i change the cout to call out x it calls it …

Member Avatar for Mike182
0
332
Member Avatar for Acidburn

Hello, I'm at work and wanting to install Microsft VC++ V6 on me box. However I've left the CD at home and was wondering if I could download the demo / trial version?

Member Avatar for Dante Shamest
0
104
Member Avatar for sleevetrick

hi, i have created a game using TC++.. a very basic game.. and i want to use the same in VC++ could anyone please help me with this. i shall be grateful to you guys.. i think that there may be a problem with using the various header files in …

Member Avatar for Dante Shamest
0
143
Member Avatar for Dani

I'd like to apologize to everyone at TTF for being so scarce lately. It's been a VERY busy semester for me with a tragic ending. Tuesday night, at 1 am, my dad suffered a heart attack as well as from an aneurysm in his brain which landed him in a …

Member Avatar for alc6379
0
415
Member Avatar for drummerboy

i dont think any one else has mentioned this here. but here is beginners guide to c++. it claims you dont need ANY experience have a look and see what you think [b][i][u][color=magenta][url="http://www.eliteproxy.com/cpp/tut/fabct/fab.html"]clickety-click[/url][/color][/u][/i][/b]

Member Avatar for Yzk
1
186
Member Avatar for gick01

I'm writing a simple one window program with inputs and outputs in a GUI. My problem is that I don't know what program to use to make the graphics and then implement them into the window I am using. I just need to be able to make simple vector objects …

Member Avatar for Bob
0
264
Member Avatar for vyntage

I can't seem to get my applet running...Pls help me look at my source code: import java.awt.*; import javax.swing.*; import java.applet.*; public class ChineseHoroApplet extends JApplet { protected final static String names[] = { "Year of Birth", "Month of Birth", "Day of Birth" }; protected JLabel labels[]; protected JTextField fields[]; …

Member Avatar for xlogan777
0
625
Member Avatar for Bob4life2000

Hello, I have been working with Java for appox the last six months but I still am very un-sure of myself. I need help figuring out how to import one Java file to the current one running. I am using Jcreator LE as a source editor/compiler and I wish to …

Member Avatar for Bob4life2000
1
147
Member Avatar for stehigs321

why do i get this compiling error with the following code?? numbers.c: In function `main': numbers.c:33: `for' loop initial declaration used outside C99 mode [CODE]int main() { int oneNumber =0; // hold the valid integer entered int countPositiveFactors =0; // accumulate a sum , so should be initialize to 0 …

Member Avatar for Bob
0
86
Member Avatar for fakespike

#include <iostream.h> #include <conio.h> void gas(); void main() { float gal; while(gal<=0) gas(); cout<<"thanks for your help"; getch(); } void gas() { float gal; float total; float miles; float avg; cout <<"enter the gallons of gas used (-1 to end): "; cin >> gal; cout <<"enter miles driven: "; cin …

Member Avatar for yogesh
0
156
Member Avatar for Armeggadon

Hello all. I am fairly new to progamming. I have a free C++ compiler(DEV-C++) and i was wondering if this is ok or should i actually buy a better C++ builder. I'm postive everyone will probably tell me 1 of 2 things. 1) Stick with DEV-C++ and come back when …

Member Avatar for Armeggadon
1
202