General C++ Programming - August 2013 (Page 18)

by col
Passing encryted passwords between .exe
 
Hiya, I'm new to the amazing world of encryption and I'm just looking for some best practice idea...
[no replies]
C++ Loop Conversion integer to binary
 
This program is basically working. I'm very knew to C++, so basically I need instructions as if you...
[4 replies] Last: Thank you! I did finally figure it out to include the whole code it t... (by AndyLA72)
by spades
Size of class
 
Hi all, i coded a class and was interested to check its size in terms of bytes. class Node { pu...
[3 replies] Last: Hi, Cubbi and kbw. Thank you for sharing with me those information. Ap... (by spades)
Need help with an error message
 
Hi i have been programming for a short time and i keep on getting the same error with each time i tr...
[2 replies] Last: even when i do that it still comes up with the same message (by acelife)
Strange crash
 
¡Hi! I come from another forum whith the next problem, very strange, that nobody has been able to ...
[9 replies] Last: I would never have guessed that that was the problem. It is too farfet... (by SegFault)
Java/C++ Library for Serving Office Files as HTML content in Browser
 
I'm working on a file sharing/upload service, i want to be able to display the Office files like doc...
[no replies]
Problem with cin
 
Hi everyone.. im getting a problem while using cin in my cpp code. We use one internal tool to...
[no replies]
How to make a basic SFML?
 
I have downloaded the SFML libraries and I don't know how to start. Do I use int main? So far m...
[3 replies] Last: Ok, the way I did it was follow the SFML official site setup instructi... (by Superdude)
variable being used without being initialized
 
Hi, I've created a program meant for submission for my final project but when i ran it, it shows tha...
[2 replies] Last: Are you just getting an "uninitialized variable" warning or are you ha... (by Stewbond)
OpenGL 2.0 Flip Pixel Data
 
Alright, so I'm using OpenGL along with SDL for input and window handling. I'm also using SDL_image ...
[13 replies] Last: Why are you bumping a thread to get an answer to a question that has n... (by cire)
by epi975
Issue with SDL library
 
So I've been having this really annoying issue with trying to set up the SDL library in Dev-C++. I h...
[6 replies] Last: !!! I never realized the LazyFoo 2.0 stuff was just source. I had be... (by Disch)
Breaking a float into bytes for binary I/O
 
Hello, I'd like to know how I could break a float into individual bytes for binary use. Sounds si...
[8 replies] Last: Thanks. (by closed account N36fSL3A)
What is the problems in this code?
 
#include<iostream> #include<math.h> #include<string> using namespace std; #define PI 3.14159 ch...
[7 replies] Last: In the line 13 and 48 i forget the ; (by Danilmen)
Opengl test code with GLFW & GLEW compile errors
 
Hey there! I'm learning OpenGL 3.2+ with GLFW and GLEW. I'm learning it through this series of tu...
[12 replies] Last: Hey marc i was wondering hows your coding going so far? I started work... (by krazyie)
Windowed vsync with Opengl/Glee
 
After setting up a simple tilemap and implementing scrolling based on a camera following the player ...
[16 replies] Last: True, but that would be difficult to notice in game. And if it is a r... (by Disch)
If Statements
 
I need help with these If statements they are not compiling , I want a message saying its greater th...
[4 replies] Last: [quote=koppaka]THIS MIGHT WORK cout << "Please Enter The first intege... (by closed account N36fSL3A)
Best Programming Fonts?
 
Hello everyone! I wanted to know from you guys, not a too serious question, but what is the best pro...
[6 replies] Last: I tried consolas for a little while. Then I found just last night that... (by reedrocks58)
help with recursive function
 
void partition(int arr ,int low,int high){ int mid; if(low<high){ mid=(low+h...
[1 reply] : The easiest way to understand this is to print low, mid, and high at e... (by ats15)
by Ceset
game engine
 
hi guys i want to have some experience as a c++ programming beginner. so i thought about trying to ...
[1 reply] : SDL or SFML. Don't go for Allegro. The graphics part of games is rela... (by closed account N36fSL3A)
for Syntax
 
I am looking into a code snippet for the Dancing Links (DLX) algorithm in its pure, general form; n...
[6 replies] Last: Windows programs use / for switches thats only if its deigned to. i ... (by closed account Dy7SLyTq)
August 2013 Pages: 1... 1617181920... 28
  Archived months: [jul2013] [sep2013]

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