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
~2K People Reached
Favorite Tags
c++ x 9
Member Avatar for Code Shark

Hey, well basicly i was abit stupid and deleted everything of the startup list, and well the next time i start up my computer (windows xp sp2, laptop) i usually have to login, so i do, it goes "windows is logging in.." then straight away "saving settings.. windows is logging …

Member Avatar for Black Magic
0
263
Member Avatar for Code Shark

[CODE]#include <iostream> #include<string> int main() { for(int i = 0; i <= 10; ++i) { std::string triangle(i, '*'); std::cout << triangle << std::endl; } for(;;) std::cin.get(); return 0; } [/CODE] As title says is this code ok or should i do it another way?

Member Avatar for gregorynoob
0
112
Member Avatar for Tshiamo

Hi! can someone send me a link where i can download a free c And c++ compilers!

Member Avatar for Code Shark
0
76
Member Avatar for Code Shark

i cant get access to a pc atm im on my psp.. for(i = 0; i < 11; i++) { triangle(i, '×'); cout << triangle < endl; } triangle is a string. ty

Member Avatar for Salem
0
97
Member Avatar for Code Shark

Hey, I'm wanting a new laptop and a ext hd, the ext hd is going to be £100 (+ £5 delivery) from Pc World, The laptop that i am looking for has to have allot of certain things: [LIST] [*]250GB HD [*]4GB RAM [*]BUILT IN WEBCAM [*]BUILT IN BLUETOOTH [*]BUILT …

0
47
Member Avatar for Code Shark

Hey. The title displays the error and i was just wondering how i could fix it. Thanks! [CODE=C++]#include "resource.h" IDR_MYMENU MENU BEGIN POPUP "&File" BEGIN MENUITEM "E&xit", ID_FILE_EXIT END POPUP "&Stuff" BEGIN MENUITEM "&Go", ID_STUFF_GO MENUITEM "G&o somewhere else", 0, GRAYED END END IDI_MYICON ICON "menu_one.ico" [/CODE]

Member Avatar for TheBeast32
0
313
Member Avatar for Code Shark

Hey. I am wanting to make this program so that the user can move the position of his characters. I have made a attempt but i am confused about some bits. [CODE=C++]// Code Shark #include <iostream> using namespace std; int main() { char character = 'X', movement; do { system("Cls"); …

Member Avatar for VernonDozier
0
148
Member Avatar for Code Shark

Hello, I made this program that has random values and you have to choose to say if the next number will be higher - or lower. I completed the code and successfully had no errors but when the user is mistaken nothing comes up. Am I missing something? [CODE=C++]// Code …

Member Avatar for VernonDozier
0
141
Member Avatar for Code Shark

Hello, I'm new to this forum and have a brief knowledge of C++. I made this program to ask the user for a word and make it so the word would not be allowed any "i's". I completed the task just my code looks a bit to much I think. …

Member Avatar for Prabakar
0
206
Member Avatar for Code Shark

Hello, I read in a thread that you could use [CODE=C++]system("start http://www.daniweb.com/");[/CODE] to get the page [URL="http://www.daniweb.com"]Daniweb[/URL] but I am wanting to write a program that the user can enter a website that he wishes to go to then the program takes the user there. I got this so far …

Member Avatar for Ancient Dragon
0
184