by rafae11
how to search for a string in a vector of structs
|
|
[3 replies] Last: managed to get it to work with boost::bind #include <vector> #includ... (by rafae11)
|
by willynilly
Money Breakage
|
|
[2 replies] Last: Its called typing in short hand......duhhh Thanks, may your life be bl... (by willynilly)
|
by prez
Use of data files in cpp
|
|
[1 reply] : Help you with what? You haven't provided any information. Please... (by AbstractionAnon)
|
by Wait What
Problem Using ifstream; Strange Characters Appearing
|
|
[3 replies] Last: Thank you Cubbi. I never considered the files encoding as the problem... (by Wait What)
|
by tigger7391
Classes and Vectors
|
|
[no replies]
|
by bits12345
Displaying invalid entry...
|
|
[2 replies] Last: Thank you, sir! :) Btw, where should i put that? I am really a noob (by bits12345)
|
by SKULLKRUSHER
sockaddr_in& what does the & mean?
|
|
[1 reply] : It's declaring a reference return type (a reference to a sockaddr_in) ... (by andywestken)
|
by yahya77
error -1.#IND00 in vc++2010
|
|
[2 replies] Last: Here, I found the solution. the * t I used in "main" was of type int, ... (by yahya77)
|
i am unable to fix the error 'expected primary exp before public in my program |
|
[1 reply] : What is "public:" doing on line 211? Did you bother to look at the li... (by cire)
|
by brokenbot
Length of strings
|
|
[6 replies] Last: tbere is std::string.size(). It works very well and is obvious to use.... (by Superdude)
|
by adhhawkins
Help with errors...
|
|
[3 replies] Last: First of all the compiler did not find header "intSLList.h" So all oth... (by vlad from moscow)
|
by Nrcwolf
Keylogger Code Malfunctioning
|
|
[7 replies] Last: I hope this article of mine might be of help to you http://www.codepro... (by haephrati)
|
by Cykyrios
"no matching function for call to" error
|
|
[6 replies] Last: Yes, my bad, I was passing pointers without really realizing. I ended... (by Cykyrios)
|
by sansoo
displaying an array with some loops
|
|
[3 replies] Last: You're welcome. (by MikeyBoy)
|
by matt11
Need some help
|
|
[11 replies] Last: no. he clearly said fill the array until the array is filled. (by Manga)
|
by dedlier
gets() and writing into file
|
|
[5 replies] Last: There are two getlines, one for c-strings and one for std::string: c-... (by Lowest0ne)
|
MVC-pattern book |
|
[no replies]
|
by AbR
Destuctors and allocated memory
|
|
[7 replies] Last: Thank you (by AbR)
|
by JohnC1000
Linker Errors
|
|
[2 replies] Last: The errors are as follows: [Linker error] undefined reference to `p... (by JohnC1000)
|
by fujin009
how to cin without repeating the statement.
|
|
[5 replies] Last: sorry ive seen the output wrong..problem solved with system("CLS"); ... (by fujin009)
|