General C++ Programming - October 2013 (Page 26)

printf("\%")
 
Hello guys, new here, I'm just wonderin' why does it prints nothing? any idea behind it? I'm not tr...
[6 replies] Last: I don't understand what your "EDIT" portion is for. Now I know it happ... (by bawasngtatlo)
Finding Out Input Data Type
 
Hello Everyone, I'm currently trying to solve a programming assignment and i got the logic of it,...
[2 replies] Last: Yeah, my suggestion would also be to read your input into an std::stri... (by TheBeardedQuack)
Small program problem.
 
I am fairly new in C++ and I have started a new program, I however am having problems with the funct...
[1 reply] : Quite a few things are wrong with this unfortunately... First, it'd b... (by TheBeardedQuack)
Reading Multiple Files Over Network
 
Hey guys, I am using the boost library to read multiple files over a network. The question is, wo...
[no replies]
find string in vector
 
So the program reads contents from a text file into a vector and then the user enters in a string th...
[2 replies] Last: Consider something like http://www.cplusplus.com/reference/algorithm/c... (by keskiverto)
RTS AI
 
Hi guys, I want to make a RTS game but I dont have any idea about how can I code an AI for RTS...
[5 replies] Last: I will use SFML library and a gui library which is not certain yet. (by closed account 1v5E3TCk)
converting c++ codes to ansistring
 
Please could you help me with tips and website links on converting old codes to ansistring. I am usi...
[no replies]
Read integer to a string?
 
How do I read integers to a string and store then into a vector array? I need to add two input di...
[8 replies] Last: > What in this code do I need to replace to get my codes to work What... (by JLBorges)
Can someone explain this switch-case problem
 
What is the output of the following code fragment if the input value is 4? int num; int alpha = ...
[3 replies] Last: Because you don't have a "break" statement between case 6 and case 8, ... (by tipaye)
"store" function to a variable and call it using that variable?
 
I want to store few different functions to a variable for different structs/classes and then call it...
[5 replies] Last: thanks !: ) (by mekkatorqu)
trial period
 
hii I have make an application as trial period .In this application contain .afl file it Contain ...
[3 replies] Last: Ok, so you start your trial right now, so your Epoch time would be 138... (by SamuelAdams)
Help with generating a calendar
 
Problem: Write a program to generate a calendar for a year. The program should accept the year and...
[1 reply] : You'll also need to know the day of the week that the first falls on f... (by Duthomhas)
standard deviation
 
#include <iostream> #include <cmath> #include <fstream> using namespace std; int main() { ...
[1 reply] : What's your problem exactly? What error message? Just looking at this... (by tipaye)
error LNK2019 please help
 
Okay, so apparently something in my code isn't linking correctly and I have no idea what it is. I've...
[2 replies] Last: I just fixed it! Thank you for your reply. You are right. I made a Gam... (by jaystilla)
I need help with my program :/ it wont run correctly
 
i need help with my code :/ i want it to run again if the user wants to play again. i think i need a...
[5 replies] Last: There is a lot of redundant code in your original post. I went through... (by Code2Code)
Static Variables and Header files
 
I read in another forum that it is bad practice to declare static variables in a header file? Is tha...
[1 reply] : I think I just figured it out. If you declare a static variable in a h... (by pronesti)
by Ceset
expected...
 
i have a prob here. main.cpp #ifdef __cplusplus #include <cstdlib> #else #include <s...
[10 replies] Last: thx @EssGeEich and everyone (by Ceset)
Running simple c++ script on VPS In the background
 
Hi Guys Ive created a script in php and its working fine, however its vital this script operates ...
[no replies]
by dday9
Compiler
 
I'm looking for a compiler to compile my c++ code. I'm currently using Notepadd++ to write the code,...
[4 replies] Last: There are at least two places where short programs could be compiled o... (by rodiongork)
October 2013 Pages: 1... 2425262728... 46
  Archived months: [sep2013] [nov2013]

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