[try Beta version]
Not logged in

Beginners - October 2014 (Page 70)

by davez
having troubles with multidimensional (1,2)
 
We were assigned to declare a two dimensional array to store name and grade. The program should not ...
Oct 1, 2014 at 11:19am
[20 replies] Last: Too easy - phew. (by closed account 48T7M4Gy)
Matrices Multiplications input problems
 
I wanted to multiply two 3 by 3 matrices A and B, resulting in matrix C. C= A*B Cij= Sum(Aik*Bkj)(...
Oct 1, 2014 at 9:53am
[no replies]
by deruku
Match Three Game help.
 
So, i am making a match three game in c++ and i need help with creating a matching function to check...
Oct 1, 2014 at 9:11am
[7 replies] Last: what do you mean try and make it work. ? you mean main() ?... (by shadowCODE)
by Cush
How do I read certain parts on certain lines in a text file?
 
So basically I'm trying to read everything from day 2 on 1.0m and then the same with .5m and .25m an...
Oct 1, 2014 at 8:39am
[4 replies] Last: The logic for extracting the data of interest could be something like ... (by JLBorges)
Integer division
 
I'm sure this is pretty standard, but I need to make a program that uses user input to perform a sel...
Oct 1, 2014 at 5:52am
[10 replies] Last: The spelling errors are for the same reason, I am just typing out the... (by admkrk)
Menu (1,2)
 
Hey I'm new at coding and I have a project where I need to create two games and have the user pick w...
Oct 1, 2014 at 5:34am
[20 replies] Last: // Pick a game menu #include<iostream> using namespace std; void pl... (by closed account 48T7M4Gy)
My first RegExp
 
Hello! Why doesn't my program search "Ben"? #include <regex> #include <string> #include <...
Oct 1, 2014 at 4:57am
[5 replies] Last: JLBorges, it works fine in VSC++2010! Thank you for showing mistakes a... (by Observer)
using new and delete causing program to crash?
 
Why is this code causing my program to crash? Also, if anyone could clarify how do I use new key...
Oct 1, 2014 at 4:42am
[4 replies] Last: Okay my friend, thank you so much :) (by bryan177mcsc)
No instance of overloaded function and cannot convert argument 2 from int * to int
 
Hi, i'm currently in my 2nd computer science class in college. I have been writing a program that is...
Oct 1, 2014 at 3:50am
[5 replies] Last: Yeah, you still haven't got it. All you need to do is replace 3 lines ... (by closed account 48T7M4Gy)
by c00012
Invalid Null Pointer
 
Hello Guys, First of all, I'm glad to meet you in this forum. I wrote a code to input name in ...
Oct 1, 2014 at 3:50am
[3 replies] Last: Thanks for all suggestion. I'll do as you guys suggested and I'll let ... (by c00012)
by Jon15
Leibniz series with newton raphson loop
 
I need to write a program that asks the user for the desired accuracy that they wish to calculate pi...
Oct 1, 2014 at 3:36am
[2 replies] Last: Oh, how do i apply a series to the equation for pi? (by Jon15)
Prime number program with a given interval issues
 
nevermind, got it.
Oct 1, 2014 at 3:29am
[2 replies] Last: you should leave your post alone next time you solve to save it as a r... (by novellof)
How can print list link
 
i have a program about list link, but after input data into a Node, then i can't print data, that i ...
Oct 1, 2014 at 3:23am
[1 reply] : #include <iostream> using namespace std; struct Node { int info... (by closed account 48T7M4Gy)
How I got MySQL Connector to compile statically on Debian
 
I spent an entire day getting the flags right, mostly because I didn't know about some of them. This...
Oct 1, 2014 at 2:59am
[2 replies] Last: Thanks. For me, pkg-config has suspiciously few packages in its list;... (by nan0hard)
Operand >> illegal
 
Trying to find which section has a higher average from 2 existing files (notepads)then writing the r...
Oct 1, 2014 at 1:43am
[4 replies] Last: Never mind, i got how to solve it (by jado765)
by f8al
C++ Substring
 
Hello, thanks for the pervious help in the past. You guys helped me so much I am trying make a algo...
Oct 1, 2014 at 12:58am
[3 replies] Last: The one you use is size_t find (const string& str, size_t pos = 0) co... (by Smac89)
Help with roguelike Game
 
I have a function that is supposed to check whether or not the character can pass through a point on...
Oct 1, 2014 at 12:49am
[1 reply] : bool isPassable(int x, int y) { int value = map map is probab... (by Disch)
October 2014 Pages: 1... 686970
  Archived months: [sep2014] [nov2014]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.