Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I am not mocking you? Pin
CPallini3-Jun-08 23:17
mveCPallini3-Jun-08 23:17 
GeneralRe: I am not mocking you? Pin
traelektro3-Jun-08 23:55
traelektro3-Jun-08 23:55 
AnswerRe: how to calculate hessian matrix Pin
Saurabh.Garg29-May-08 16:30
Saurabh.Garg29-May-08 16:30 
GeneralRe: how to calculate hessian matrix Pin
traelektro3-Jun-08 22:39
traelektro3-Jun-08 22:39 
QuestionSuppressing accelerator keys temporarily Pin
Graham Shanks29-May-08 6:09
Graham Shanks29-May-08 6:09 
AnswerRe: Suppressing accelerator keys temporarily Pin
Graham Shanks30-May-08 0:45
Graham Shanks30-May-08 0:45 
QuestionPbm with focus when showing interfaces created inside an extension DLL Pin
Ahmed Charfeddine29-May-08 5:25
Ahmed Charfeddine29-May-08 5:25 
Questionthere is something seriously wrong with this... Pin
Pathetic29-May-08 5:24
Pathetic29-May-08 5:24 
ok, i tried to make this code awhile ago, and it doesnt work at all, and i was wondering if someone could help me figure it out?? But please, not to sound rude, but for the sake of learning something, try to explain it in the simplest terms you can what was wrong, so I can avoid doing that mistake again

#include <iostream>
#include <iomanip>
using namespace std;

void main()
{//start

	int i,
		j,
		number;
	
		cout<<setw(40)<<"Multiplication Chart"<<endl<<endl;
		cout>>"This is a multiplication Chart"<<endl<<endl
			cout<<"please enter a number between 1 and 17 for the table to reach up to. Numbers larger then 17 will NOT work"<<endl;
		cin>>number;

		for (i=0; i<number; i++)
			(
			cout<<i<<"I";

		for (j=0; j<number; j<+)
			cout<<setw(3) i*j;
		}
		cout<<endl;
	}
	system ("PAUSE");
}


:I

QuestionRe: there is something seriously wrong with this... Pin
David Crow29-May-08 5:25
David Crow29-May-08 5:25 
AnswerRe: there is something seriously wrong with this... Pin
Pathetic29-May-08 12:38
Pathetic29-May-08 12:38 
AnswerRe: there is something seriously wrong with this... Pin
jeron129-May-08 5:31
jeron129-May-08 5:31 
AnswerRe: there is something seriously wrong with this... Pin
Rajesh R Subramanian29-May-08 6:00
professionalRajesh R Subramanian29-May-08 6:00 
GeneralRe: there is something seriously wrong with this... Pin
Pathetic29-May-08 12:37
Pathetic29-May-08 12:37 
Questionkeep item selected when list control loses focus Pin
SWDevil29-May-08 4:15
SWDevil29-May-08 4:15 
QuestionRe: keep item selected when list control loses focus Pin
David Crow29-May-08 4:32
David Crow29-May-08 4:32 
News[Message Deleted] Pin
Apu Nahasapeemapetilon29-May-08 3:02
Apu Nahasapeemapetilon29-May-08 3:02 
QuestionRe: !! Pin
Michael Schubert29-May-08 3:11
Michael Schubert29-May-08 3:11 
RantThat's even worse than your last performance. Pin
CPallini29-May-08 3:15
mveCPallini29-May-08 3:15 
GeneralRe: [Message Deleted] Pin
ThatsAlok20-Jul-09 0:25
ThatsAlok20-Jul-09 0:25 
QuestionReading a bluetooth Pin
Alex Cutovoi29-May-08 2:30
Alex Cutovoi29-May-08 2:30 
AnswerRe: Reading a bluetooth Pin
KarstenK29-May-08 3:03
mveKarstenK29-May-08 3:03 
GeneralRe: Reading a bluetooth Pin
Alex Cutovoi29-May-08 3:51
Alex Cutovoi29-May-08 3:51 
AnswerRe: Reading a bluetooth Pin
Rajesh R Subramanian29-May-08 3:04
professionalRajesh R Subramanian29-May-08 3:04 
GeneralRe: Reading a bluetooth Pin
Cedric Moonen29-May-08 7:41
Cedric Moonen29-May-08 7:41 
GeneralRe: Reading a bluetooth Pin
Rajesh R Subramanian29-May-08 21:25
professionalRajesh R Subramanian29-May-08 21:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.