Beginners (Page 64)

by sis007
Sudoku, Generating number in a board.
 
Write your question here. Hi everyone... I'm writing a program for sudoku puzzle. so I'm done crea...
[1 reply] : sounds like you need to assign each piece a number, and use a random n... (by SamuelAdams)
Question
 
An engineer keeps an inventory of car parts, but on paper. The usual operations on his ‘inventory ...
[1 reply] : You don't need to double po post, just update one. http://www.cplusplu... (by SamuelAdams)
(Inventory Control System) Help Me Please!
 
(Inventory Control System) Help Me Please!
[1 reply] : You don't need to double po post, just update one. http://www.cplusplu... (by SamuelAdams)
by lmsmi1
Read Syntax?
 
I have some code syntax like this: IOSTREAM io; io.print("Hello World!"); io.pause(); This...
[no replies]
Simple Number Encryption
 
Hi. I am trying to write a function that codes a number with arbitrary length. The number needs to ...
[10 replies] Last: In the end i figured that it would be easier to write my own pow funct... (by Aleksandar0101)
How do I register .dll files if I want to send an sdl.exe and have it work?
 
preferably I would like it all wrapped up in one exe without the extra folders but I do just want my...
[no replies]
How can I convert a const char * to a string?
 
I am getting an error saying I can't do this: string * arr; arr = new string ; arr = "Play"...
[7 replies] Last: AlitCandle: You're still stepping out of bounds: menuarray = ne... (by Disch)
Unresolved External Symbol(i found where this symbol is)
 
but i cannot solved the problem. here is the code which belongs to a cpp file of a header. e...
[3 replies] Last: According to the C++ Standard An implementation shall not predefin... (by vlad from moscow)
The copy constructor
 
Write your question here.
[2 replies] Last: SomeClass( const SomeClass & ) = default; SomeClass & operator =( con... (by vlad from moscow)
C++ Copy Constructor and Assignment Operator Define
 
C++ Copy Constructor and Assignment Operator Define Could anybody help me correct the following c...
[2 replies] Last: // ???????????? // IntP::IntP(const IntP& a) // Copy C... (by cire)
by proob
Noob question - Loops
 
I have absolutely no programming experience, save the couple of days since i picked up "Jumping Into...
[2 replies] Last: Thanks cire. I am still trying to wrap my head around how boolean work... (by proob)
Why is this entering an infinite loop?
 
Super super beginner here! Trying out loops etc. See my code below. If the user enters a character, ...
[8 replies] Last: @ TheIdeasMan thanks (by mogglespears)
OOP
 
What does cout.setf(ios::fixed); do?
[1 reply] : http://www.cplusplus.com/reference/ios/fixed/ http://en.cppreference.c... (by MiiNiPaa)
Help reading dates and events from .txt
 
Hi, I'm trying to create a program that will read dates and holidays like this: April fools 1/4/ P...
[10 replies] Last: Personally, it was around 10 or less for me. I just didn't want to spo... (by EssGeEich)
String == a other string
 
I have been trying for hours to find out whats wrong with this code but i cannot find it. This code...
[8 replies] Last: yeah sorry I meant to do std::getline(std::cin, str) and not std::getl... (by giblit)
Multiple source file with fstream
 
Sorry for my poor English, basically what i want to do is: function.h void function (ifstream&...
[5 replies] Last: //main.cpp #include <iostream> #include <fstream> #include "function... (by noviceProg)
Is there a way for a variable to maintain it's value after program termination
 
Is there a way for a variable to maintain it's value after program termination? For example #ncl...
[3 replies] Last: it will be at the same folder where ur c pluss plus file is located(ch... (by cyberdude)
Passing expressions through functions
 
Is there a way to pass an expression through a function. For example: int function(int a1,i...
[2 replies] Last: I am a beginer with c++ and this is my first time to this forum. I'm... (by thegege)
Help!
 
What is wrong with this? #include "bucket.h" #include <iostream> using namespace std; dou...
[1 reply] : On line 16 you call static member SetGallonSize on a double. And on li... (by Fransje)
Need Help for Guess the Number Game
 
I've been working on this "Guess the Number Game" for couple tens of minutes and I need help adding ...
[4 replies] Last: Oh, ok. (by KoreanCookie)
Pages: 1... 6263646566... 137
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.