General C++ Programming - April 2012 (Page 41)

by CalF12
Need help starting off making a game
 
Hello! I'm very keen in making a game, but not really sure where to start. Just hoping some people on here can point me in the direction of useful tutorials for...
[9 replies] Last: Not necessarily whole bunch about c++. Because if are saying that u m... (by Ortonas)
Creating a .dll from scratch
 
Hey i was wondering if there was some way to create a .dll file using an application created in visual studio, not using visual studio itself. I am attempting ...
[4 replies] Last: It isnt really a compiler, but a map making software, where the maps a... (by GFreak45)
destroying file while using fstream
 
Hey am having truble finding out way i can run a file once and things work but when i try to run it again. It fails. My class methods. #include "includes.h...
[1 reply] : delete cPath; cPath = '\0'; What are you doing that for? It will ... (by hanst99)
by Gldnbr
Need help with unsorted linked list
 
delete
[6 replies] Last: Please do not blank your posts - if others have the same problem as yo... (by LB)
by phh
Replacing Number within a text File
 
Hey everyone. I have a text file (Actually a .BFR file that I just renamed to .txt) that I need to update values in. I already created my C++ program that w...
[6 replies] Last: Can someone point me in the right direction? Thanks. (by phh)
Link boost libraries to Qt
 
Hello . I'm starting a project in Qt , using Qt creator , and want to link boost.asio to my project but I've got some problems doing that . Qt 4.7.4(32 bit) Qt...
[16 replies] Last: coder777 you are my hero :D I finally made it .The problem was what... (by vahid18u)
Need a class to be defined, then re-defined
 
In a project I've been working on recently, there is a class 'Abilities' defined at the very top that is used in many other classes below it. Recently in the cl...
[2 replies] Last: Awesome :) thx (by SheerSt)
by zak
comparing strings
 
Is there a way to check wether two variables have the same charecters with out useing strcmp?
[2 replies] Last: You can use object oriented approach, like Stewbond suggested, or you ... (by TheDestroyer)
by khal
Template Queue Help
 
#ifndef QUEUE_H #define QUEUE_H #include <cstddef> template<class T> class Queue { public: Queue(); bool isEmpty(); void enqueue(T...
[2 replies] Last: I tried both method you have suggested however I still get the an erro... (by khal)
anyone can solve this old problem?
 
http://www.cplusplus.com/forum/beginner/26873/ I came across the same problem with the above link, it seems that that problem hasn't been solved yet. Anyone ca...
[10 replies] Last: In the BSDs, fpurge(stdin) ; is used to flush stdin (or any input st... (by JLBorges)
Stringstream malfunction
 
Hello everyone, I have created a program to solve a mathematics problem. This file parses one file to eliminate certain possible answers, the possiblities o...
[no replies]
passing structures to functions
 
Ok i fixed most of all of the warnings...now i'm getting this one small warning where line 61 is not being initialized..I can't seem to find the problem of init...
[16 replies] Last: confirmed what guestgulkan's post said with my professor and she said ... (by TommehTGOD)
Problem to print in file
 
Hi, I am trying to develop the code below in goal to have the same output in the the console and file. However, the expected output is only right on the c...
[7 replies] Last: The files are below. ===================== Flowtracer.h =============... (by MoonDragon)
by atjm88
imclearborder() in C++
 
Hi, can anyone tell me what's the C++ code inside imclearborder in Matlab? I need the code inside as to continue my project, but then I've try to search online,...
[no replies]
need hlelp for my class
 
Hi, for my class project i have to find a simple operating system, so i went to planet source code websit and i download Jazmyn 32 bit, what im asking is how d...
[no replies]
3d dynamic array in continuous memory
 
Hi. I am trying to create a 3d array in one block of memory. The following code compiles ok but gives a segmentation fault at runtime. Any ideas appreciated! ...
[2 replies] Last: Thanks for the help. I know its a bit awkward but its a problem for co... (by cmcguire)
error lnk2019 and lnk1120
 
I am working on an assignment in my intro to C++ class and I keep running into the same problem. Every time I try to run the program, I get the following messag...
[9 replies] Last: Thanks again, Cire. Like I said, I'm still learning all of this, and a... (by AdamBomb89)
Is this a Rounding Error or ?
 
Is this a Rounding Error or ? /* 1st */ double Eff = 1.7; cout <<"Eff= "<< Eff << endl; int Eff_i = Eff * 1000.0; cout <<"Eff_i= "<< Eff_i << endl; double E...
[7 replies] Last: i didnt know that -Tankyou-@Cubbi im still looking on Code::Blocks f... (by RandomK)
by Jinu
Need help to parse the csv file with comma delimiter
 
Hello Friends, I am facing issues in parsing the csv file,and I would be really grateful if anyone can provide the inputs.. Problem Description :: I am...
[7 replies] Last: rror: invalid conversion from `void*' to `char**' csvreader.cc:21: er... (by Jinu)
How to interpret rtf unicode characters
 
Hey guys. I am currently playing around with Microsofts rtf standard and I am trying to figure out how to interpret the data that it stores when using foreig...
[8 replies] Last: Hey guys. I found out some more info that might be helpful to anyone f... (by impHero)
April 2012 Pages: 1... 3940414243... 49
  Archived months: [mar2012] [may2012]

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