General C++ Programming - June 2013 (Page 9)

by rain
Is there more efficient/better way convert wchar_t to wchar?
 
Hello. I would like to convert wchar_t* to char*. However if possible I would like to avoid OS spec...
[3 replies] Last: Thanks. (by rain)
Working with zip and similar files
 
Hey guys, wondering if anyone knows any functions in windows (which is the preferable option) or any...
[8 replies] Last: Added note re limitation of Win32 LZ function to previous post in this... (by andywestken)
by Luice
double free or corruption problem..
 
There was a problem with the code like the following. Is it possible that what is a problem? ex) ...
[1 reply] : No, that code looks fine to me, assuming you are using std::string any... (by firedraco)
problem with my calendar
 
My program has the problem where after it displays the regular months (1-12) it then displays more m...
[1 reply] : Hi kaifeng08, Some things I noticed: Your isleapyear function is too... (by TheIdeasMan)
Destructor working concept
 
I am doing a win32 application in that i am using 2class.From one class constructor dynamically allo...
[2 replies] Last: Thank you for your reply.But i dont know about polymorphisam.i am a be... (by manjut19)
need help to convert to round robin
 
i just need help on converting my void departure(void) into a round robin algortihm, need a selected...
[no replies]
Bubble sorting with Function templates
 
hey guys i'm new to C++ i came across this bubblesort program earlier relating to class templates i ...
[3 replies] Last: Oh, come on! #include <iostream> template< typename T > void get( T... (by JLBorges)
mutual exclusions problem
 
im trying to figure this out and Im having problems getting it to not go into an infinite loop. The ...
[5 replies] Last: Wow, hilarious! I've not seen reference to this in so long. The doma... (by AdrianH)
Need help with ifstream insertion with white space delimited data
 
I'm doing a project that takes in a input file with Quarterback statistics. It has their name, team,...
[6 replies] Last: Great. Please mark as answered. (by AdrianH)
initialize a matrix in while-loop
 
Hi, I have written a program, in which I create a NxN-matrix. As I need some different samples (s...
[5 replies] Last: int N= 10; apologizes. the long code, I hid the bottom. however, "N" ... (by ar2007)
Problem with reading CSV File
 
Hello everyone! I have a small problem, and I would really appreciate any help! What I am trying...
[5 replies] Last: it says this on the compiler "no matching function for call to `getl... (by ENIGMAx)
by Sajeth
functions in c++
 
hi guys can someone enlighten me about passing and returning character and integer arrays with funct...
[1 reply] : http://www.cplusplus.com/forum/articles/20881/ (by Fransje)
How many random numbers make up a 100
 
Hallo People, Please help me solve this problem: Assuming you have an array of these values x=...
[3 replies] Last: If the values have to be integers then you can get a solution to this ... (by Smac89)
Inverted Difference Triangle
 
PLEASE HELP! Introduction Similar to Pascal’s triangle, the difference triangle has some intere...
[2 replies] Last: Are you looking for someone to do it for you? If so, please move it to... (by Script Coder)
FLTK and OpenGL (GLFW)
 
Is there a way that I can still use OpenGL with GLFW controlling the windows, but use FLTK for pop-u...
[no replies]
by minak
referenced in function _main
 
now I have new errors relate to linker such as unresolved external symbol "public: bool __thiscall ...
[3 replies] Last: its complaining that it cant find a function body for GetControlSignal... (by Jaybob66)
dividing string into pieces
 
hi there, i made a calculator that you have to give terms and operators one by one but now i want...
[2 replies] Last: strtok() should be a good place to start http://www.cplusplus.com/ref... (by Jaybob66)
If then statements
 
How do i get it to read just one of the if statements, currently it will print all 3 based on the te...
[3 replies] Last: separating all of the not watered really helped a ton! thanks man (by Blanchy)
by minak
no conversion from 'const char *' to 'TCHAR *'
 
Hi, I am trying to build this program,but I got this error :error C2446: ':' : no conversion from 'c...
[3 replies] Last: Yout should also replace int _tmain(int argc, TCHAR* argv ) with ... (by andywestken)
can anyone tell why the first and last name option appears at the same time when 2nd student name is entered
 
#include <iostream> #include <string> #include <cstring> using namespace std; struct student ...
[6 replies] Last: thank u atyab and cubbi :) (by hassannoor11)
June 2013 Pages: 1... 7891011... 28
  Archived months: [may2013] [jul2013]

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