Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~29.6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for logicslab

Hi pals, I am a Newbie in C++ Programming field. I plan to add graphics.h header class in Dev -C++ Version 4.9.9.2 from Bloodshed which is come along with Borland Compiler. I follow the Steps in URL : [url]http://www.uniqueness-template.com/devcpp/#step2[/url] But I Got Error in the Sample code which test the …

Member Avatar for James_163
2
27K
Member Avatar for glenn_boy13

Hello, I have a listview1 in my form. And my form has the ability to fullscreen itself. In the meantime, I have this code: ListView1.AutoResizeColumns(ColumnHeaderAutoResizeStyle.HeaderSize) But that would only depend on the listview's headersize. or the column's header width. I would like my all columns to share equal width. For …

Member Avatar for deceptikon
0
527
Member Avatar for glenn_boy13

HELLO! I've been debugging my code for an hour now. seriously. So I have this string: SQLString = "UPDATE `etmsystem`.`main` SET `timeIn` = '22:00' WHERE `main`.`serialNo` = '70002B4A8F9E'" actually the TIME and the SERIAL NO. here is to be represented by a variable. But I changed the code into that …

Member Avatar for Assembly Guy
0
417
Member Avatar for glenn_boy13

hello there! I am new here on Daniweb. I couldn't find an article anywhere on google about moving text in C++. I have an idea but my problem is, I can't find a way to make my other output still. What I mean is: I don't know how to prevent …

Member Avatar for Mouche
0
1K
Member Avatar for glenn_boy13

please help me guys :). I found several articles about preventing the user from entering characters but I can't understand them. [ICODE] int num_sub;//subjects setcolor(143); cout<<"Enter the number of subjects:"<<" "; setcolor(15); cin>>num_sub; if(isdigit(num_sub)==0){ cout<<"CONTINUE"; } else{ cout<< "\n numbers only!"; exit(0); }[/ICODE] here in my code: when I enter …

Member Avatar for Nandomo
0
118