General C++ Programming (Page 48)

c++ programm using loops
 
5. Print the sequence using do while loop. * * * * * * * * * * * * * * * *
[13 replies] Last: I think usandfriends has it. Something along these lines: #include <... (by NolanNJW)
Game loop openGL : Fixed time step decoupled render
 
Hello everyone! I am in need of some dire help with my openGL game! I have been looking all over th...
[7 replies] Last: Yeah, that's how interpolation works, doesn't it? Maybe you should inc... (by EssGeEich)
Trying to make a text editor as a part of a game.
 
This is the code I got, which works, but crashes randomly: http://pastebin.com/yyvUSaTQ (sorry abo...
[no replies]
Circularity doubt
 
hi!!! Someone can help me .... struct nodo{ int dado; ...
[2 replies] Last: so simple !!! Tested !!! Duoas, thanks..... (by Summerson Goncalves)
FTP using c/c++ or batch file
 
I am trying to write a small program that will ftp in c or c++. I have tried to ftp directly from t...
[3 replies] Last: I started to try to fix all of the errors my compiler was giving me. E... (by Ada Amer)
polymorphism with objects/adresses
 
Here goes my question. i understand how upcasting and late binding works when it is used in a global...
[7 replies] Last: Many many thanx to all you. I really was thinking about what u are tal... (by xavipoes)
Error Message
 
Hi I am a beginner C++ person and I tried to compile my first Hello World Program. I am using the S...
[15 replies] Last: I'm just a student, far from being employed. I'm taking a course that'... (by NolanNJW)
Different array declaration
 
Hi, I would like to know the difference between the following two forms of array declaration: ...
[6 replies] Last: OK, thank you for the information! (by dekeenfrance)
Eight Queens Fun
 
I am just going through a C++ book for fun and I have run into an issue when trying to solve the 8 Q...
[no replies]
by jaded7
lambda functions
 
Hi, I've been trying to pick up lambda functions but I wasnt clear on one detail- is there a rul...
[5 replies] Last: > So, by default I should pass variables via function arguments, not c... (by JLBorges)
My program
 
#include<iostream> #include<ctime> #include <math.h> using namespace std; bool replace(int...
[1 reply] : class Person{ private: string name; int popularity; ... (by yasminaty)
URGENT !!
 
I have to solve this problem Urgently ! i need help please Design a class "Person" that has in...
[5 replies] Last: Thank you for the help ! I highly appreciate it . (by yasminaty)
by kadaj
erasing in files
 
hi I want to write a programme (in C) that writes students information in a file and then the user ...
[4 replies] Last: I got it, thx alot! :) (by kadaj)
by vb123
Vectors v/s arrays
 
Can any one explain me the difference between the vectors and arrays, like how to access and store t...
[6 replies] Last: > Microsoft's & GNU's implementation of "std::vector::operator ( )" ne... (by JLBorges)
DHCP Library
 
Hi all, Is there any proper DHCP library like PJSIP for SIP protocol?
[no replies]
strange stuff and compile time exceeded......?
 
HI guys...ok so i post the code then underneath it i post my question...thanks #include <iostre...
[14 replies] Last: for (int i=0; i<Tally.size(); ) //if we incremented i here, then ... (by guestgulkan)
Problem streaming input through two contructors (two classes - using ADTs)
 
I have a main .cpp file which contains int main(int argc, char** argv) and 2 included personal heade...
[1 reply] : Something like this, perhaps: #include <iostream> #include <fstream>... (by JLBorges)
by AMANNE
3D graphics .obj files
 
How do I use 3D graphics .obj files created with UDK in a C++ project?
[1 reply] : You could use a library like libobj or Assimp or the Wavefront (obj) l... (by myclone)
Bucket Sorting Algorithm
 
/* Author: Peter Nwanosike Date: 11/12/2012 This program shows the algorithm for the bucket s...
[5 replies] Last: I thought using the deallocating statement this delete bucket co... (by dexter4life)
Console Application Programming
 
Please can somebody give me a link to a tutorial or librarys for C or C++. I need to learn how t...
[2 replies] Last: ncurses library style. (by dexter4life)
Pages: 1... 4647484950... 54
  Archived months: [dec2012]

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