General C++ Programming (Page 3)

What are the best names for the first three prime numbers?
 
I would like to declare an enumeration with the first three prime numbers. For example enum { THE_F...
[9 replies] Last: @andywestken I do think that all-caps is increasingly out of fashio... (by vlad from moscow)
Need help with file's reading (ifstream & fd)
 
#include <iostream> #include <fstream> #include <string> //--------------------------------------...
[2 replies] Last: Thank you for your help.:) The reason why the programme didn't work wa... (by Zygimantas)
Loop display problem
 
Hello. I'm working on a MUD from scratch and we're designing the world map now. The map will be a cs...
[6 replies] Last: My initial hunch would make me dump the hex data in worldmap in a deb... (by cratervanawesome)
whats next?
 
Hello everyone. I'm just about finished with My bachelors of science information systems, I'm almost...
[4 replies] Last: Thank you for the advice It really helped. (by ibraheemabukhdair)
Help Please
 
First off, I'm sorry if this is in the wrong section. If it is, I'll gladly move this post or paste ...
[3 replies] Last: Thanks so much for the tutorials and references. I apologize for my la... (by MastrLuigi)
C++ cross-platform script langauge
 
I use lua as C++ script for ios,android,win32 project, but lately I develop windows 8 app, the wi...
[1 reply] : does js work? (by DTSCode)
Most popular solution for creating webpages in C/C++?
 
What is the most popular solution for creating webpages using C/C++? There are options like Cgi,F...
[3 replies] Last: i would do it in php (by DTSCode)
Question about iterators
 
I'm learning about iterators and operator precedence but I've run into this confusing problem. I can...
[1 reply] : According to the C++ Standard "Expressions with unary operators group... (by vlad from moscow)
by abirby
problem with reading data
 
Hello, I started programing an application in order to send sms through a cell phone connected via U...
[3 replies] Last: I have almost certainly always had trouble when swapping between old C... (by kevinkjt2000)
Working with zip and similar files
 
Hey guys, wondering if anyone knows any functions in windows (which is the preferable option) or any...
[7 replies] Last: If you are curious about starting your own, you should check out some ... (by kevinkjt2000)
c++ & android
 
is thier any way to make android apps by c++ O.o -- thanks for everyone
[2 replies] Last: http://androidsnippets.wordpress.com/2012/08/30/how-to-run-execute-nat... (by kevinkjt2000)
Loop Paradoxon
 
Hi, my problem is that I am writing a counter that counts in fractions: eg.: 0/5, 1/5, 2...
[2 replies] Last: To put it simply, never use floats in loop conditions. Use ints & find... (by TheIdeasMan)
Program for following problem
 
Integer V lies strictly between integers U and W if U < V < W or if U > V > W. A non-empty zero-inde...
[3 replies] Last: @abhishekm71 -- I have implemented it...but in normal way.. So need s... (by prachib)
by maebe
Openning user input file name
 
Hello all, Anyone have any idea why this is looping in an error message. I am inputting the enti...
[2 replies] Last: Anyone have any idea why this is looping in an error message. I am in... (by cire)
user input
 
I have a problem that states: age is an int variable and name is a string. What are the values of ...
[1 reply] : After cin reads 23 for age, it's still on the end of the line with the... (by L B)
Google codejam solution
 
Dear fellow programming enthusiasts, I have been sharpening my coding skills for the past few days ...
[16 replies] Last: Smac89, that is genius. So c++ does have various tools to make program... (by vasiqisbewildered)
member function of classs
 
Hi friends i m not sure whether i can define a member function inside a class or not in C++. Is the ...
[6 replies] Last: u can define a member function inside a class. (by hassannoor11)
shared_ptr in multi-threaded app
 
I have a problem with using std and boost shared_ptr in multi-threaded application. It is well illus...
[2 replies] Last: Thanks. It helped. (by efimd72)
File manipulation in C++, retrieving data from file
 
Hello everybody. I have a program that saves some data got from user. So it's necessary to save in a...
[2 replies] Last: Thank you man! Worked very nice! (by goncalves)
string problem
 
Hi guys i m facing a problem and i need your kind help. I m using Borland Turbo C++ IDE version 3.0....
[8 replies] Last: The C++ Standard For compatibility with the C standard library and t... (by vlad from moscow)
Pages: 12345... 66
  Archived months: [apr2013]

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