Beginners - December 2013 (Page 26)

Sudoku Solver
 
I have created code to generate a sudoku game. I am just stuck on the solver. I have started but not...
[5 replies] Last: Finished writing a solver, if you want any hints on the logic part of ... (by heebleworp)
unexpected token error when defining a function
 
hello, im a beginner , i made a header file in which i declared a function op2().header file: #i...
[no replies]
Buffered console output
 
I've been working with menu creation and positional movements within the console window, and while I...
[no replies]
input while the processing is still going on
 
hey is there a way that i can take a character input,while my loops are still processing/working? a...
[4 replies] Last: would look forward reading it.... hey i found a easier way just by i... (by Abhishek09)
Sort string function
 
How to do sort string function ? if so please help ! #include <algorithm> #include<ctime> #inclu...
[3 replies] Last: @yulingo yes i am (by closed account G60iz8AR)
by Mooon
can help my in my assignment
 
in assignment using inheritance,polymorphism and abstraction in c++. COLLEGE develops a system in w...
[7 replies] Last: Thank you I hope to help my (by Mooon)
Best Compiler
 
I use the old version of Borland C++ and it doesn't support in 64 Bit systems, So can anyone help me...
[1 reply] : Popular compiler is g++, from gcc compiler collection. I use it and it... (by MatthewRock)
Help with a function
 
I'm trying to get this function to read from a file and give back the number of "orderitems." Any Id...
[no replies]
by Drasqo
Greetings and hello! + Loop issue
 
Hey everyone! First off, awesome site! I'm one of the many that recently got hooked on attemptin...
[4 replies] Last: Removing that semicolon did indeed fixed it. Thanks for the help! <3 ... (by Drasqo)
by binf
Hello
 
Would somebody help me with this exercice? Write a program that calculates bth power of a modulus k...
[3 replies] Last: You could do it easily if you wrote pow(or power) function //Pseudo... (by MatthewRock)
how to use the str parameter
 
I need to compare a string array with a master string and get the total of correct match in every s...
[2 replies] Last: Thanks. If I read this string from an array how I suppose to compare ... (by alex6es)
many errors when using while loop
 
hello, i'm a beginner and i'm writing a program in netbeans that can add togather 2,3 and 4 numbers....
[2 replies] Last: thank you so much MatthewRock.:) this helped me a lot. (by noobdev)
Allegro Red Line
 
Hi, im working on a allegro game and i have a little problem with this code: #include <allegro.h...
[2 replies] Last: Ye found out how its the.... textout_ex( screen, font, " ", x, y, ma... (by closed account jyU4izwU)
help need to get a program to upper and lower traingular matrix
 
i mangaged to get the code and this is c program program #include<stdio.h> #include<conio.h> voi...
[2 replies] Last: thanks (by sabari lam)
Assignment help (SOS)
 
Someone can help me with this assignment work. I kinda new in C++. I need some guidelines for my ass...
[3 replies] Last: Here you go: int main(int argc, char* args ) { return 0; } That... (by MatthewRock)
by dpass
recursion and a true beginner
 
Hello there, first message as you can guess, and with it a really basic question comes! I've started...
[2 replies] Last: Thank you very much! (by dpass)
Classes and scope
 
I have some piece of information and I want to change it in different ways, one change at a time. Af...
[2 replies] Last: You can just integrate it into one class. (by Aceix)
by dp13
Problem with constructor?
 
Hello and thank you for any help! I don't understand why the objects are only out putting garbage...
[1 reply] : Let's begin at the top ^.^ //invoice.h #ifndef INVOICE_H //put ... (by Glandy)
Printing an array with Pointer = Backwards
 
I'm trying to print an array with "Pointer Arithmetic" but it's coming out backwards. #inclu...
[3 replies] Last: In yours, you modify the pointer. In mine, the pointer is not modifie... (by cire)
by AdamV
"Has initializer but incomplete type" :(
 
Write your question here. Helloo. Just a quick question (potentially)... when I try to compile my c...
[no replies]
December 2013 Pages: 1... 2425262728... 69
  Archived months: [nov2013] [jan2014]

This is an archived page. To post a new message, go to the current page.