by Mehdinaqvi
i need help.could anyone tell me how to multiplay two N*N matrix?
|
|
[1 reply] : For the logic, see: Matrix Multiplication http://mathworld.wolfram.co... (by andywestken)
|
by ThemePark
Expected class-name before '{' token
|
|
[12 replies] Last: Well well, that got rid of all errors. So now I can focus on redesigni... (by ThemePark)
|
by aggsyb
Finding characters in a string
|
|
[2 replies] Last: Thanks for the reply god im dumb! I had a string holding all the file ... (by aggsyb)
|
by Mark2100
Prime Number
|
|
[10 replies] Last: Well, it gives an incorrect result for n=1 and no output whatsoever fo... (by Chervil)
|
by ADTR2012
Output Problem
|
|
[12 replies] Last: @fun2code Thank you so much for all of your help, I figured it all out... (by ADTR2012)
|
by ADTR2012
Output Function Help
|
|
[4 replies] Last: @ats15 Thank you for your help I figured it out now! (by ADTR2012)
|
by ADTR2012
C Assert
|
|
[16 replies] Last: @Framework Thank you I figured out what needed to be fixed (by ADTR2012)
|
by kradragon94
Wrong assignment?
|
|
[3 replies] Last: Thank coder777, forgot that :)) (by kradragon94)
|
by Rakanoth
stuck on my sec program
|
|
[4 replies] Last: Because the logic in the for loop is incorrect. for (int i = 2; i < ... (by kevinkjt2000)
|
by akitta
24bit unsigned integer
|
|
[4 replies] Last: There may be more to this question than this, I don't think the full ... (by Chervil)
|
by hychan
Time needed for homework
|
|
[2 replies] Last: There is an analytical solution too, which does not require a loop. D... (by keskiverto)
|
by riechan
Binary Trees
|
|
[3 replies] Last: Language: C. You main program must refer to the tree somehow. Let sa... (by keskiverto)
|
by rayhan
Nested If-Else vs Logical Operator
|
|
[no replies]
|
by rozick1
Sudoku CP
|
|
[1 reply] : I wonder if this is a good way to write a fast sudoku solver? I made o... (by Mats)
|
by jenaf
C precompiler define in scanf
|
|
[3 replies] Last: ah thyvm ^^ (by jenaf)
|
by nfordhk
Header Files and Classes
|
|
[2 replies] Last: Write a c++ class definition for an abstract data type describing a... (by mutexe)
|
by mgehad
String^
|
|
[4 replies] Last: In standard C++ code, we would use std::string For a tutorial, see:... (by JLBorges)
|
by bookerb6
Queue problems
|
|
[2 replies] Last: what do you mean in you cannot remove it from the array ? (by nvrmnd)
|
by tishme
txt file
|
|
[1 reply] : Please, clarify your question. Use of code tags on the post is strong... (by keskiverto)
|
by Bdanielz
How would I make this char array uppercase (given my code)
|
|
[3 replies] Last: C++ Program Enter string and convert it to upper case here is the link... (by samcpp)
|