Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sieucauthu

@sieucauthu
About
Posts
8
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to install VB98
    S sieucauthu

    Thankz so so much.

    Visual Basic c++ csharp visual-studio windows-admin

  • Help me!!!
    S sieucauthu

    Thankz for all your reply. I know my problem now.

    C / C++ / MFC c++ help learning

  • how to install VB98
    S sieucauthu

    This is Visual Studio 6.0, and I use Windows Xp Home Edition. This is the first time I use Visual Studio, can you explain me what difference between Visual Basic, Visual C++ and Visual Sudio. Sorry for stupiest question. -- modified at 1:56 Monday 24th April, 2006

    Visual Basic c++ csharp visual-studio windows-admin

  • i have problems
    S sieucauthu

    Thankz for your reply. This is the first time so.....I will practice more. By the way thankz for your "fish", hope next time to can show me how to fish. Yeah!!!

    Managed C++/CLI c++ learning

  • Help me!!!
    S sieucauthu

    can you tell me why it is wrong and if i follow my way then what is the solution ? By the way, thank you for your reply. This is my first time, seem that i have a lot of work to do.

    C / C++ / MFC c++ help learning

  • Help me!!!
    S sieucauthu

    This is the first time I write a program after learning C++ for 1 week ago. I use Dev-C++ and I want my program to do function such as: Ask person to type two number : 1st number ; 2nd number. such as: 2 ; 5; and I want my program to get me the sum : 2 + 3 + 4 + 5 = 14 but I try many times and it always gives me : 2 + 5 = 7 This is my code : using namespace std; #include long result(long d , long e) { if (d >= 1 , d < e) { return (result(d + 1,0)); } else return (0); } int main() { long a,b; long c; cout << "1st number : "; cin >> a; cout << "2nd number : "; cin >> b; c = a + result(a , b) + b; cout << c; return 0; } Can someone tell what 's wrong with my code, and give me a hint to do it. Thankz.

    C / C++ / MFC c++ help learning

  • i have problems
    S sieucauthu

    This is the first time I write a program after learning C++ for 1 week ago. I use Dev-C++ and I want my program to do function such as: Ask person to type two number : 1st number ; 2nd number. such as: 2 ; 5; and I want my program to get me the sum : 2 + 3 + 4 + 5 = 14 but I try many times and it always gives me : 2 + 5 = 7 This is my code : using namespace std; #include long result(long d , long e) { if (d >= 1 , d < e) { return (result(d + 1,0)); } else return (0); } int main() { long a,b; long c; cout << "1st number : "; cin >> a; cout << "2nd number : "; cin >> b; c = a + result(a , b) + b; cout << c; return 0; } Can someone tell what 's wrong with my code, and give me a hint to do it. Thankz.

    Managed C++/CLI c++ learning

  • how to install VB98
    S sieucauthu

    I have Visual Studio disk , after i installed it, eveything 's almost ok but when it 's near the end of installation (I think).These stuffs appeared : First alert box: ssapi.dll was unable to register itself in the system registry. Second alert box: The instruction at "0xffbadd11" referenced memory at "0xffbadd11". The memory could not be "read". Cick on OK to terminate the program. and when I click ok , then i can use Visual C++ , but when i try Visual Basic, this alert box appeared: unexpected erro; quitting Please explain me what happened and how to solve it. I need Visual Basic, i will learn it this semester.

    Visual Basic c++ csharp visual-studio windows-admin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups