General C++ Programming - January 2014 (Page 14)

Automated file help
 
Hello, I need help writing code for automated incremental file names . This is what I have right no...
[3 replies] Last: Here's what I would start with: #include <iostream> #include <string> ... (by LB)
Palindrome program compile error
 
Here is the code which I wrote in Turbo C++...its giving errors.. #include<iostream.h> ...
[8 replies] Last: I edited and tried this way..Now working perfect..!! Thanks guys for t... (by neonano)
by jidder
Accessing linux,unix and z/os
 
Okay so say i have three servers or partitions. one in linux, one in unix and one in z/os. Would som...
[3 replies] Last: In a POSIX environment (Unix and Unix-like systems), file sharing woul... (by kbw)
File Handling Problem
 
I'm new to C++. And I got stuck. What we have to do is input the marks for 3 students, store it in a...
[4 replies] Last: I did the correction. Good news, it's reading it now, I think. Bad new... (by coolgal95)
by sajast
Problem with getline() and Loops
 
Hi everyone! I am working on a project about movie database with Implemention of AVL trees. I have ...
[2 replies] Last: Peter! thank you so much ... ^_^ i think my mistake was that i use ci... (by sajast)
by rsloan
OpenGL code won't complie LNK2019
 
///// // error code Error 2 error LNK2019: unresolved external symbol "public: __thiscall Color::C...
[4 replies] Last: awesome thank you! what are code tags? http://www.cplusplus.com/ar... (by MikeyBoy)
school project help
 
i have to code a project in my apcs class. my project is going to be about noble gases. the user can...
[2 replies] Last: sounds like java to me. (by Jaybob66)
by mhk313
how to understand the details of file?
 
Hi everyone! I need a help. I want to write a program that it is like a command and prompt (cmd)in ...
[8 replies] Last: If you want to use the Windows API, you pretty much have to use Window... (by kbw)
Homework
 
Please i need any friend to help me for this homework, and if possible send to answer directly to mi...
[1 reply] : We do not do homework for people on this site. If you need help show u... (by giblit)
32bits vs 64bits; and do they make changes to programming? size of types?
 
in books, they define 8bits a byte, 4bytes a word, is this the same in 32its system and 64bits syste...
[5 replies] Last: [quote=northfly]How can I find how many significant figures does my ma... (by LB)
by xismn
const static integral members
 
Hello, Excuse me if this is stupid. I've been having a problem concerning the initialization of con...
[1 reply] : C++11 is required http://coliru.stacked-crooked.com/a/6d83eb646e8430f... (by JLBorges)
by Garion
Visual C++ (1,2)
 
Does the free version of Visual C++ have only command line compiling? I think visual studio is the ...
[21 replies] Last: Try looking into Qt: http://qt-project.org/ (by LB)
Why rename () doesn't work?
 
I made an project called Py2Pyw. I made it secure, for other users (or crackers). The code works, I ...
[18 replies] Last: You most likely found the source instead of the binaries. Building a c... (by LB)
Composition and cardinality in the code
 
Hello everyone, I've got a doubt with cardinality. I can write code watching UML but I don't know...
[7 replies] Last: The filled diamond in http://imagizer.imageshack.us/v2/800x600q90/809/... (by JLBorges)
by hilft
swap-ranges and rbegin/rend question
 
I don't get why I get a compiler error. Can someone explain and correct me what I have done with th...
[3 replies] Last: As long as order is not disturbed as defined by the Compare template p... (by LB)
by EmilyT
Can someone look over my code??
 
#include "AddItem.h" #pragma once namespace My_Organizer { using namespace System; using...
[2 replies] Last: Oh my gosh. Thank you so much! Now to finish the rest of the project! ... (by EmilyT)
???????????
 
???????
[1 reply] : Since you did not specify what you want the winning condition to actua... (by LB)
Alternative std::to_string
 
I'm trying to create an "to_string" function without use headers to help. I made my own code but it ...
[9 replies] Last: To add to DTSCode's list, C++11's range-based for-loop is equivalent t... (by LB)
Quick Sort Partition explain please
 
I have problem with this quick sort partition implementation, but can not figure it out for a whole ...
[1 reply] : See if this helps: http://www.cplusplus.com/forum/general/121636/#msg6... (by LB)
by Snaksa
Should programmers know how to hack
 
Hello! I have a friend that always tells me that he has hacked something or have made a DDOS attack ...
[10 replies] Last: Looks like I will wait till I need to do something like this (or aga... (by Computergeek01)
January 2014 Pages: 1... 1213141516... 25
  Archived months: [dec2013] [feb2014]

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