General C++ Programming - April 2011 (Page 37)

No Matching Function for call to...
 
Hi I am new to this forum. Every time I run my program this build message appears error: no matching function for call to 'Accounts::Accounts(std::string&,...
[5 replies] Last: ahhh yess... simple enough lol. thank you so much (by onetwothreenewbie)
Moving array values around
 
I have an array with a lot of numbers in it and based upon certain circumstances I need to eliminate a variable within that array and then shift/move/copy all v...
[2 replies] Last: I'm confused by that, but I noticed I left something out. In my examp... (by dalydir)
C++ Problem. I need assistance!
 
Ok, so here is my problem: I want to the user to type the current date like, for example: 25.05.2011 (everything together, just separated with a "." ...
[1 reply] : Try checking out the atoi function. Alternatively, you could do it the... (by closed account Lv0f92yv)
by uiiihr
Convert WCHAR[260] ) to std::string
 
Hi all, Would you please help me to convert WCHAR to std::string? Thanks! Here is my code: int Listfilename(string DirSpec, string fspec) { int nfi...
[2 replies] Last: Thank you, guestgulkan. Your suggestion solved my problem! (by uiiihr)
by Tresky
Multi-Dimensional Vector Printing Sideways
 
This probably sounds really weird but here is what is happening. I am using SFML along with C++, but I think this problem falls under the C++ category and no...
[2 replies] Last: Okay I switched them in the array, but not its printing out the ASCII ... (by Tresky)
'Node' is not a member of global namespace?
 
I don't know whats wrong with the code, but keep getting these error messages in visual studio. Error 18 error C1903: unable to recover from previous e...
[6 replies] Last: oh sorry, i didn't realize the capital L before. I was looking at Lis... (by closed account zwA4jE8b)
April 2011 Pages: 1... 353637
  Archived months: [mar2011] [may2011]

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