Beginners - June 2015 (Page 2)

by krazor
FILE I/O
 
Hi i'm new to this forum so please forgive me if i post this incorrectly. i am writing a program ...
[2 replies] Last: Do you realize that getline() extracts the delimiter from the stream a... (by jlb)
Simple Beginners Program
 
Salutations! I'm basically trying to go through all of the beginning problems that were posted her...
[5 replies] Last: @CodeWriter Oh ! Okay, that makes sense. Thank you. I have it figured ... (by CoderWannabe)
Inheritance, monster base class
 
Hi there currently creating a small game with graphics using Allegro 5. Though I am having some issu...
[4 replies] Last: oooo, thanks, this was helpful :) (by MatiasMunk)
C++ [HELP]
 
How to Create a Program in C++ displaying the content of a File? . I have no idea yet. Help ^^
[7 replies] Last: fstream is a type, and can be used for both read and write operations.... (by megatron 0)
Derived class doubt
 
Hi there, So, if I have a class Person, in which the elements are private (instead of protected), d...
[3 replies] Last: Keep in mind that if the member variables in the base class are privat... (by AbstractionAnon)
How would you read and compare to arrays
 
How would you compare to arrays and determine if the containers of both of the arrays are the same? ...
[3 replies] Last: You have included vector, use it? std::vector<int> lottery, user; ... (by megatron 0)
Global pointers? Need help with cross class varibles or pointers
 
I have been working on a small C++ game with Qt, but I wanted to make a simple AI for the game to be...
[6 replies] Last: Ok, will take your advice on that. I might just merge both classes to ... (by nanoandrew)
help with string in array
 
I have an array with string data in it at myArray . The string is /user/Music/filename.txt what I ne...
[7 replies] Last: Cool found what I needed here on this site at http://www.cplusplus.com... (by jsonlickliter)
Advice??
 
Hello, i just wanted some input from professionals on whether or not my code is efficient or proper....
[5 replies] Last: I think its probably good to get in the habit of using const where you... (by shawnlau)
by wrymn
Best way to handle threaded object management
 
Hi, I have this game engine where I wanted to thread object/chunk loading, so main thread doesn`t ...
[3 replies] Last: Yes sorry, updates the description. I don't see them. What is main_ob... (by helios)
Encrypt / Decrypt text file
 
Hello, I have a text file to crypt, send with ftp and decrypt on my server (If I'll need). I'm lo...
[1 reply] : Load whole file into memory and treat it as one big sentence. (by MiiNiPaa)
by h4ever
Unresolved externals and link errors
 
Can anybody help me to solve these problems? 1> aokts.cpp 1>functions.obj : error LNK2005: "cha...
[15 replies] Last: The program is already designed to work with scen as global. But now I... (by h4ever)
How do I use shellexecute in submenu to open files?
 
Write your question here. #include <windows.h> #define ID_Save 1 #define ID_Load 2 #define ...
[no replies]
Problem with looping back to start of the loop
 
How should I edit my program so if I enter a # bigger than 80, I have to enter another number ("inpu...
[6 replies] Last: @JewelCpp: I did? My logic is the same, just a different way of doing... (by koothkeeper)
by berkxz
C++ (increment and decrement) problem, Need help!
 
Please answer, why the value of this becomes 14? My answer is 13, what's yours and if your answer is...
[1 reply] : Bottom line: the program results in undefined behavior at line 6, so m... (by dhayden)
by Filorn
tutorial download
 
I've got a very low internet connection and i need to download the tutorial of this site as complete...
[2 replies] Last: ok thanks (by Filorn)
hi friends
 
glad to meet you all. am new here and also for this software field, hope i can lot of new things fro...
[5 replies] Last: hi, i discovered this site two days ago and people here are very helpf... (by Filorn)
LNK Errors after changing project properties
 
Im following this (https://www.youtube.com/watch?v=Pid8JGlBdPY) tutorial and the only thing ive done...
[no replies]
Not sure if I deleted multidimensional pointer array correctly
 
My code below attempts to (1) create a multidimensional pointer array; (2) populate it with numbers;...
[1 reply] : but what's going on with the last row? Values are just not overwritte... (by MiiNiPaa)
making log file
 
hey, i want to be able to store every log that happens in its own text file in a folder called "logs...
[4 replies] Last: > ... in its own text file for each launch. Add a time stamp to the n... (by JLBorges)
June 2015 Pages: 1234... 32
  Archived months: [may2015] [jul2015]

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