General C++ Programming - August 2014 (Page 16)

Difference between Bjarne Stroustrup's Programming: Principles and Practice Using C++ 1st and 2nd edition
 
Hello! For a class that's starting this fall I was informed that I should purchase Bjarne Stroustru...
[3 replies] Last: I've been using that book to study C++ and I can tell you that from wh... (by Bogeyman)
Cosine Series help
 
I think i am getting a wrong output. Can you please help me by checking this code and by verifying...
[5 replies] Last: It always seems a mistaken approach to use the pow() function in the... (by Chervil)
no idea how to practice c++
 
no idea if this topic is in the right place, but anyway. i would like to hear your suggestions/ideas...
[1 reply] : I don't know my talks help you or not, but, I do the exercises of the ... (by Kubani)
jacobi coding help
 
Hi everybody i have a problem in jacobi coding i wanna help me the code below #include<ios...
[1 reply] : Indentation . Because it helps. #include<iostream> #include<cmath> ... (by keskiverto)
Shorter than float?
 
Im trying to do a simple output of position and speed in a program Im working on, but I find that th...
[4 replies] Last: Thanks Disch, that works perfectly :) (by BruceJohnJennerLawso)
How to Sort multiarray in C++
 
i want to sort mutiarray http://s22.postimg.org/cghl62j4w/Untitled_6.jpg sort row
[no replies]
Question about unsigned chars
 
Here is my code: std::map<uchar, int> m = { std::make_pair('1', 346), std::make_pair('2', 34...
[4 replies] Last: Yeah, that works fine. Thank you. (by Jules89)
friend declaration of template specialized classes
 
class intClass{}; class stringClass{}; template <typename T> class Mediator { // bunch of cod...
[5 replies] Last: > Though Visual Studio will allow it, GCC won't allow friend declarati... (by JLBorges)
how to
 
Can any one help me to implement the STANAG 5066 protocol using c++
[1 reply] : You might take a look at this: http://open5066.org/wiki/ (by coder777)
by cxxsey
Compare Data stored to find the highest.
 
How do I compare multiple datas? I have climate data for 6 months and is trying to find the highe...
[2 replies] Last: @blobbob110: The comment on line 5 is incorrect; the values could be e... (by keskiverto)
Problem with Code::Blocks
 
figured it out :)
[2 replies] Last: @cinnabun Please DON'T delete your post once you've received an answer... (by MikeyBoy)
Is this possible?
 
got it, thanks for the help everyone :D
[5 replies] Last: OP can you put your original post back please? Cheers. (by mutexe)
by LB
Inherited alias not visible to template?
 
This code works just fine: http://coliru.stacked-crooked.com/a/01104ebeeee1be3f template<typename...
[4 replies] Last: Ah, I was thinking it had to do with dependent names. Thanks JLBorges!... (by LB)
by lekha
arithmetic operation
 
greetings, if let say selection is an arithmetic operation like +,-,* and /. i cannot describ...
[2 replies] Last: thank you... (by lekha)
Decode a table to an array
 
I have recently run into a problem at work in regards to organizing information for some variables i...
[1 reply] : You should separate these concepts into classes, or plain structs at t... (by LB)
apis or librarys for game development
 
Hi, I read a few books about c++ and i think i understand the basics of c++ and I can handle console...
[3 replies] Last: would you say that an engine is better than a library? They are two... (by Disch)
2D image in memory - changing to grayscale
 
Hello, I'm trying to change a memory block values that is a 2d image. I'm trying to figure out ho...
[1 reply] : Naming your counters 'width' and 'height' is making this confusing, si... (by Disch)
by PacR
Multiplayer game server and utorrent client.
 
Hello this might sound strange , but when i created a server no one could join not even me. So i loo...
[5 replies] Last: Ok, so i wont use this on my future servers , but i must say that is o... (by PacR)
Can cpp code run slower than python? (1,2)
 
Hi, I coded a problem in python. Later i thought i should write it in cpp to make it faster. It is ...
[30 replies] Last: Oh, OK. Now I get it. I read it like this: You should know better tha... (by helios)
Html dreamweaver/c++
 
Is it possible to design a website with dreamweaver/html, and put a c++ code inside it, if so, how ?
[2 replies] Last: @ OP: What you're asking for is exactly what ActiveX was originally de... (by Computergeek01)
August 2014 Pages: 1... 1415161718... 25
  Archived months: [jul2014] [sep2014]

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